All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amdgpu/virtual_dce: move define into source file
@ 2016-10-13 21:37 Alex Deucher
       [not found] ` <1476394671-21670-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Deucher @ 2016-10-13 21:37 UTC (permalink / raw)
  To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher

It's not used outside the file.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 3 +++
 drivers/gpu/drm/amd/amdgpu/dce_virtual.h | 1 -
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
index c118648..632a385 100644
--- a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
+++ b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
@@ -37,6 +37,9 @@
 #include "dce_v11_0.h"
 #include "dce_virtual.h"
 
+#define DCE_VIRTUAL_VBLANK_PERIOD 16666666
+
+
 static void dce_virtual_set_display_funcs(struct amdgpu_device *adev);
 static void dce_virtual_set_irq_funcs(struct amdgpu_device *adev);
 static int dce_virtual_connector_encoder_init(struct amdgpu_device *adev,
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_virtual.h b/drivers/gpu/drm/amd/amdgpu/dce_virtual.h
index e239243..393ce97 100644
--- a/drivers/gpu/drm/amd/amdgpu/dce_virtual.h
+++ b/drivers/gpu/drm/amd/amdgpu/dce_virtual.h
@@ -25,7 +25,6 @@
 #define __DCE_VIRTUAL_H__
 
 extern const struct amd_ip_funcs dce_virtual_ip_funcs;
-#define DCE_VIRTUAL_VBLANK_PERIOD 16666666
 
 #endif
 
-- 
2.5.5

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/amdgpu/virtual_dce: move define into source file
       [not found] ` <1476394671-21670-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
@ 2016-10-14  9:17   ` Christian König
  0 siblings, 0 replies; 2+ messages in thread
From: Christian König @ 2016-10-14  9:17 UTC (permalink / raw)
  To: Alex Deucher, amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW; +Cc: Alex Deucher

Am 13.10.2016 um 23:37 schrieb Alex Deucher:
> It's not used outside the file.
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

Reviewed-by: Christian König <christian.koenig@amd.com>.

> ---
>   drivers/gpu/drm/amd/amdgpu/dce_virtual.c | 3 +++
>   drivers/gpu/drm/amd/amdgpu/dce_virtual.h | 1 -
>   2 files changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
> index c118648..632a385 100644
> --- a/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
> +++ b/drivers/gpu/drm/amd/amdgpu/dce_virtual.c
> @@ -37,6 +37,9 @@
>   #include "dce_v11_0.h"
>   #include "dce_virtual.h"
>   
> +#define DCE_VIRTUAL_VBLANK_PERIOD 16666666
> +
> +
>   static void dce_virtual_set_display_funcs(struct amdgpu_device *adev);
>   static void dce_virtual_set_irq_funcs(struct amdgpu_device *adev);
>   static int dce_virtual_connector_encoder_init(struct amdgpu_device *adev,
> diff --git a/drivers/gpu/drm/amd/amdgpu/dce_virtual.h b/drivers/gpu/drm/amd/amdgpu/dce_virtual.h
> index e239243..393ce97 100644
> --- a/drivers/gpu/drm/amd/amdgpu/dce_virtual.h
> +++ b/drivers/gpu/drm/amd/amdgpu/dce_virtual.h
> @@ -25,7 +25,6 @@
>   #define __DCE_VIRTUAL_H__
>   
>   extern const struct amd_ip_funcs dce_virtual_ip_funcs;
> -#define DCE_VIRTUAL_VBLANK_PERIOD 16666666
>   
>   #endif
>   


_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-14  9:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-13 21:37 [PATCH] drm/amdgpu/virtual_dce: move define into source file Alex Deucher
     [not found] ` <1476394671-21670-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2016-10-14  9:17   ` Christian König

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.