[Intel-gfx] [PATCH 0/7] drm/i915: Cleanups around pre/post plane update

Ville Syrjala ville.syrjala at linux.intel.com
Wed Nov 27 19:05:49 UTC 2019


From: Ville Syrjälä <ville.syrjala at linux.intel.com>

I was poking around the fbc stuff and again stumbled on the
mess in intel_{pre,post}_plane_update(), so I proceeded to
clean it up a bit.

Ville Syrjälä (7):
  drm/i915: Clean up arguments to nv12/scaler w/a funcs
  drm/i915: Pass dev_priv to ilk_disable_lp_wm()
  drm/i915: s/pipe_config/new_crtc_state/
    intel_{pre,post}_plane_update()
  drm/i915: Clean up intel_{pre,post}_plane_update()
  drm/i915: Clean up the gen2 "no planes -> underrun" workaround
  drm/i915: Nuke intel_pre_disable_primary_noatomic()
  drm/i915: Make intel_crtc_arm_fifo_underrun() functional on gen2

 drivers/gpu/drm/i915/display/intel_display.c | 316 +++++++++----------
 drivers/gpu/drm/i915/display/intel_fbc.c     |  14 +-
 drivers/gpu/drm/i915/display/intel_fbc.h     |   8 +-
 drivers/gpu/drm/i915/intel_pm.c              |   4 +-
 drivers/gpu/drm/i915/intel_pm.h              |   2 +-
 5 files changed, 154 insertions(+), 190 deletions(-)

-- 
2.23.0



More information about the Intel-gfx mailing list