On Thu, 2021-10-07 at 02:57 +0300, Ville Syrjala wrote: > From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> > > I was just perusing skl_program_plane() when I stumbled on > this slightly iffy pxp stuff. Let's try to clean it up. > > Cc: Anshuman Gupta <anshuman.gupta@xxxxxxxxx> > Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@xxxxxxxxx> > Cc: Juston Li <juston.li@xxxxxxxxx> > Cc: Rodrigo Vivi <rodrigo.vivi@xxxxxxxxx> > Cc: Uma Shankar <uma.shankar@xxxxxxxxx> I've verifed this patchset on CrOS with TGL. Appreciate the clean up :) > Ville Syrjälä (4): > drm/i915: Move the pxp plane state computation > drm/i915: Fix up skl_program_plane() pxp stuff > drm/i915: Remove the drm_dbg() from the vblank evade critical > section > drm/i915: Rename intel_load_plane_csc_black() > > drivers/gpu/drm/i915/display/intel_display.c | 31 +------ > .../drm/i915/display/skl_universal_plane.c | 80 +++++++++++------ > -- > 2 files changed, 46 insertions(+), 65 deletions(-) >