]> Git Repo - linux.git/commit
drm/i915: Clean up pre-skl primary plane registers
authorVille Syrjälä <[email protected]>
Fri, 21 Jan 2022 11:30:31 +0000 (13:30 +0200)
committerVille Syrjälä <[email protected]>
Mon, 24 Jan 2022 09:38:26 +0000 (11:38 +0200)
commit428cb15d5b003102bc33d49f2ab31a6e4e785157
treee9546fe710cdf9b084726c58a58ca62b9d9030ea
parent784a2ec00904999fccfca12eaf7c63ac3fde5f48
drm/i915: Clean up pre-skl primary plane registers

Use REG_BIT() & co. for the pre-skl primary plane registers.
Also give everything a consistent namespace.

v2: s/DSP/DISP/ to avoid confusion (José)
    Use DISP_WIDTH rather than DISP_POS_X for DSPSIZE (José)
    Deal with gvt

Cc: José Roberto de Souza <[email protected]>
Signed-off-by: Ville Syrjälä <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Reviewed-by: José Roberto de Souza <[email protected]>
drivers/gpu/drm/i915/display/i9xx_plane.c
drivers/gpu/drm/i915/display/intel_display.c
drivers/gpu/drm/i915/gvt/display.c
drivers/gpu/drm/i915/gvt/fb_decoder.c
drivers/gpu/drm/i915/i915_reg.h
drivers/gpu/drm/i915/intel_pm.c
This page took 0.071421 seconds and 4 git commands to generate.