All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/gma500: remove duplicate macro definitions
@ 2023-07-25 17:31 Jorge Maidana
  2023-08-25  6:52 ` Patrik Jakobsson
  0 siblings, 1 reply; 2+ messages in thread
From: Jorge Maidana @ 2023-07-25 17:31 UTC (permalink / raw)
  To: Patrik Jakobsson, Thomas Zimmermann; +Cc: Jorge Maidana, dri-devel

Remove identical duplicate block of macro definitions in
drivers/gpu/drm/gma500/psb_drv.h.

Signed-off-by: Jorge Maidana <jorgem.linux@gmail.com>
---
 drivers/gpu/drm/gma500/psb_drv.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/drivers/gpu/drm/gma500/psb_drv.h b/drivers/gpu/drm/gma500/psb_drv.h
index f7f709df9..6204a745d 100644
--- a/drivers/gpu/drm/gma500/psb_drv.h
+++ b/drivers/gpu/drm/gma500/psb_drv.h
@@ -161,14 +161,6 @@
 
 #define PSB_NUM_VBLANKS 2
 
-
-#define PSB_2D_SIZE (256*1024*1024)
-#define PSB_MAX_RELOC_PAGES 1024
-
-#define PSB_LOW_REG_OFFS 0x0204
-#define PSB_HIGH_REG_OFFS 0x0600
-
-#define PSB_NUM_VBLANKS 2
 #define PSB_WATCHDOG_DELAY (HZ * 2)
 #define PSB_LID_DELAY (HZ / 10)
 
-- 
2.30.2


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

* Re: [PATCH] drm/gma500: remove duplicate macro definitions
  2023-07-25 17:31 [PATCH] drm/gma500: remove duplicate macro definitions Jorge Maidana
@ 2023-08-25  6:52 ` Patrik Jakobsson
  0 siblings, 0 replies; 2+ messages in thread
From: Patrik Jakobsson @ 2023-08-25  6:52 UTC (permalink / raw)
  To: Jorge Maidana; +Cc: dri-devel, Thomas Zimmermann

On Tue, Jul 25, 2023 at 02:31:07PM -0300, Jorge Maidana wrote:
> Remove identical duplicate block of macro definitions in
> drivers/gpu/drm/gma500/psb_drv.h.
> 
> Signed-off-by: Jorge Maidana <jorgem.linux@gmail.com>

Applied to drm-misc-next

Thanks
Patrik

> ---
>  drivers/gpu/drm/gma500/psb_drv.h | 8 --------
>  1 file changed, 8 deletions(-)
> 
> diff --git a/drivers/gpu/drm/gma500/psb_drv.h b/drivers/gpu/drm/gma500/psb_drv.h
> index f7f709df9..6204a745d 100644
> --- a/drivers/gpu/drm/gma500/psb_drv.h
> +++ b/drivers/gpu/drm/gma500/psb_drv.h
> @@ -161,14 +161,6 @@
>  
>  #define PSB_NUM_VBLANKS 2
>  
> -
> -#define PSB_2D_SIZE (256*1024*1024)
> -#define PSB_MAX_RELOC_PAGES 1024
> -
> -#define PSB_LOW_REG_OFFS 0x0204
> -#define PSB_HIGH_REG_OFFS 0x0600
> -
> -#define PSB_NUM_VBLANKS 2
>  #define PSB_WATCHDOG_DELAY (HZ * 2)
>  #define PSB_LID_DELAY (HZ / 10)
>  
> -- 
> 2.30.2
> 

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

end of thread, other threads:[~2023-08-25  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-25 17:31 [PATCH] drm/gma500: remove duplicate macro definitions Jorge Maidana
2023-08-25  6:52 ` Patrik Jakobsson

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.