public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [Intel-gfx] [PATCH 0/7] drm/dsc: fixes and cleanups around rc_model_size
@ 2020-01-22 13:45 Jani Nikula
  2020-01-22 13:45 ` [Intel-gfx] [PATCH 1/7] drm/dsc: use rc_model_size from DSC config for PPS Jani Nikula
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jani Nikula @ 2020-01-22 13:45 UTC (permalink / raw)
  To: dri-devel; +Cc: jani.nikula, intel-gfx, Alex Deucher, Harry Wentland

Make it possible to adjust the rc_model_size parameter instead of
hardcoding it all over the place. Only actually change the size for i915
DSI DSC.

Patch 3 for AMD isn't really required, but it felt like a natural
cleanup to incorporate.

Vandita, please check if this helps with the DSI DSC woes.

BR,
Jani.


Jani Nikula (7):
  drm/dsc: use rc_model_size from DSC config for PPS
  drm/dsc: add helper for calculating rc buffer size from DPCD
  drm/amd/display: use drm_dsc_dp_rc_buffer_size() to get rc buffer size
  drm/i915/dsc: configure hardware using specified rc_model_size
  drm/i915/dsc: make rc_model_size an encoder defined value
  drm/i915/bios: fill in DSC rc_model_size from VBT
  drm/i915/dsi: use VBT data for rc_model_size

 drivers/gpu/drm/amd/display/dc/dsc/dc_dsc.c | 37 ++++-----------------
 drivers/gpu/drm/drm_dsc.c                   | 30 +++++++++++++++--
 drivers/gpu/drm/i915/display/intel_bios.c   | 11 ++----
 drivers/gpu/drm/i915/display/intel_dp.c     |  8 +++++
 drivers/gpu/drm/i915/display/intel_vdsc.c   |  4 +--
 include/drm/drm_dsc.h                       |  1 +
 6 files changed, 48 insertions(+), 43 deletions(-)

-- 
2.20.1

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

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

end of thread, other threads:[~2020-01-22 14:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-22 13:45 [Intel-gfx] [PATCH 0/7] drm/dsc: fixes and cleanups around rc_model_size Jani Nikula
2020-01-22 13:45 ` [Intel-gfx] [PATCH 1/7] drm/dsc: use rc_model_size from DSC config for PPS Jani Nikula
2020-01-22 13:45 ` [Intel-gfx] [PATCH 2/7] drm/dsc: add helper for calculating rc buffer size from DPCD Jani Nikula
2020-01-22 13:45 ` [Intel-gfx] [PATCH 3/7] drm/amd/display: use drm_dsc_dp_rc_buffer_size() to get rc buffer size Jani Nikula
2020-01-22 13:45 ` [Intel-gfx] [PATCH 4/7] drm/i915/dsc: configure hardware using specified rc_model_size Jani Nikula
2020-01-22 13:45 ` [Intel-gfx] [PATCH 5/7] drm/i915/dsc: make rc_model_size an encoder defined value Jani Nikula
2020-01-22 13:45 ` [Intel-gfx] [PATCH 6/7] drm/i915/bios: fill in DSC rc_model_size from VBT Jani Nikula
2020-01-22 13:45 ` [Intel-gfx] [PATCH 7/7] drm/i915/dsi: use VBT data for rc_model_size Jani Nikula
2020-01-22 14:03 ` [Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/dsc: fixes and cleanups around rc_model_size Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox