On Tue, Jun 04, 2024 at 06:25:55PM +0300, Jani Nikula wrote:
> Avoid the implicit dev_priv local variable use, and pass dev_priv
> explicitly to the _TRANSBCONF register macro.
> 
> Signed-off-by: Jani Nikula <[email protected]>
> ---
>  drivers/gpu/drm/i915/i915_reg.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h
> index 0a2111b0cd98..8dd4b5a72b22 100644
> --- a/drivers/gpu/drm/i915/i915_reg.h
> +++ b/drivers/gpu/drm/i915/i915_reg.h
> @@ -2297,7 +2297,7 @@
>  
>  /* Pipe B */
>  #define _PIPEBDSL(dev_priv)          (DISPLAY_MMIO_BASE(dev_priv) + 0x71000)
> -#define _TRANSBCONF          (DISPLAY_MMIO_BASE(dev_priv) + 0x71008)
> +#define _TRANSBCONF(dev_priv)                (DISPLAY_MMIO_BASE(dev_priv) + 
> 0x71008)

ditto


Reviewed-by: Rodrigo Vivi <[email protected]>


>  #define _PIPEBSTAT           (DISPLAY_MMIO_BASE(dev_priv) + 0x71024)
>  #define _PIPEBFRAMEHIGH              0x71040
>  #define _PIPEBFRAMEPIXEL     0x71044
> -- 
> 2.39.2
> 

Reply via email to