All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] drm/i915: pfit/scaler rework prep stuff
@ 2019-10-22 17:55 Ville Syrjala
  2019-10-22 17:55 ` [PATCH 1/8] drm/i915: Parametrize PFIT_PIPE Ville Syrjala
                   ` (9 more replies)
  0 siblings, 10 replies; 12+ messages in thread
From: Ville Syrjala @ 2019-10-22 17:55 UTC (permalink / raw)
  To: intel-gfx

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

I'm reworking a bunch of the scaler/pfit stuff to allow
us to expose the TV margin properties, properly check all
the hardware scaling limits, and just generally cleaning
up a bunch of bitrotted scaler code. Here are some easy
prep patches.

Ville Syrjälä (8):
  drm/i915: Parametrize PFIT_PIPE
  drm/i915: Replace some accidental I915_READ_FW()s with the normal
    version
  drm/i915: Fix skl+ non-scaled pfit modes
  drm/i915: Flatten a bunch of the pfit functions
  drm/i915: Use drm_rect to store the pfit window pos/size
  drm/i915: s/pipe_config/crtc_state/ in pfit functions
  drm/i915: Pass connector state to pfit calculations
  drm/i915: Have pfit calculations return an error code

 drivers/gpu/drm/i915/display/icl_dsi.c        |  11 +-
 drivers/gpu/drm/i915/display/intel_display.c  | 282 ++++++++++--------
 drivers/gpu/drm/i915/display/intel_display.h  |   1 -
 .../drm/i915/display/intel_display_types.h    |   3 +-
 drivers/gpu/drm/i915/display/intel_dp.c       |  38 +--
 drivers/gpu/drm/i915/display/intel_hdmi.c     |  37 +--
 drivers/gpu/drm/i915/display/intel_lvds.c     |  16 +-
 drivers/gpu/drm/i915/display/intel_panel.c    | 125 ++++----
 drivers/gpu/drm/i915/display/intel_panel.h    |  10 +-
 drivers/gpu/drm/i915/display/vlv_dsi.c        |   9 +-
 drivers/gpu/drm/i915/i915_reg.h               |   1 +
 drivers/gpu/drm/i915/intel_pm.c               |  37 +--
 12 files changed, 282 insertions(+), 288 deletions(-)

-- 
2.21.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2019-10-23 16:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-22 17:55 [PATCH 0/8] drm/i915: pfit/scaler rework prep stuff Ville Syrjala
2019-10-22 17:55 ` [PATCH 1/8] drm/i915: Parametrize PFIT_PIPE Ville Syrjala
2019-10-22 17:55 ` [PATCH 2/8] drm/i915: Replace some accidental I915_READ_FW()s with the normal version Ville Syrjala
2019-10-22 17:55 ` [PATCH 3/8] drm/i915: Fix skl+ non-scaled pfit modes Ville Syrjala
2019-10-22 17:55 ` [PATCH 4/8] drm/i915: Flatten a bunch of the pfit functions Ville Syrjala
2019-10-22 17:55 ` [PATCH 5/8] drm/i915: Use drm_rect to store the pfit window pos/size Ville Syrjala
2019-10-22 17:55 ` [PATCH 6/8] drm/i915: s/pipe_config/crtc_state/ in pfit functions Ville Syrjala
2019-10-22 17:55 ` [PATCH 7/8] drm/i915: Pass connector state to pfit calculations Ville Syrjala
2019-10-22 17:55 ` [PATCH 8/8] drm/i915: Have pfit calculations return an error code Ville Syrjala
2019-10-23  0:44 ` ✓ Fi.CI.BAT: success for drm/i915: pfit/scaler rework prep stuff Patchwork
2019-10-23 16:13 ` ✓ Fi.CI.IGT: " Patchwork
2019-10-23 16:13   ` [Intel-gfx] " Patchwork

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.