All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Make DRM DSC helpers more generally usable
@ 2019-02-21 20:19 David Francis
  2019-02-21 20:19 ` [PATCH v2 1/3] drm/i915: Move dsc rate params compute into drm David Francis
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: David Francis @ 2019-02-21 20:19 UTC (permalink / raw)
  To: dri-devel
  Cc: intel-gfx, amd-gfx, nikola.cornij, harry.wentland, David Francis

drm_dsc could use some work so that drm drivers other than
i915 can make use of it their own DSC implementations

Move rc compute, a function that forms part of the DSC spec,
into drm. Update it to DSC 1.2. Also split the PPS packing and
SDP header init functions, to allow for drivers with
their own SDP struct headers

Re-sending due to Mail Delivery System errors

v2:
Rebase onto drm-next
Refactor drm_dsc_dp_pps_header_init
Clean up documentation on new drm function

David Francis (3):
  drm/i915: Move dsc rate params compute into drm
  drm/dsc: Add native 420 and 422 support to compute_rc_params
  drm/dsc: Split DSC PPS and SDP header initialisations

 drivers/gpu/drm/drm_dsc.c         | 269 +++++++++++++++++++++++-------
 drivers/gpu/drm/i915/intel_vdsc.c | 133 +--------------
 include/drm/drm_dsc.h             |   9 +-
 3 files changed, 219 insertions(+), 192 deletions(-)

-- 
2.17.1

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

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

end of thread, other threads:[~2019-02-25 18:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-21 20:19 [PATCH v2 0/3] Make DRM DSC helpers more generally usable David Francis
2019-02-21 20:19 ` [PATCH v2 1/3] drm/i915: Move dsc rate params compute into drm David Francis
2019-02-21 20:20 ` [PATCH v2 2/3] drm/dsc: Add native 420 and 422 support to compute_rc_params David Francis
     [not found]   ` <20190221202001.28430-3-David.Francis-5C7GfCeVMHo@public.gmane.org>
2019-02-25 15:11     ` Jani Nikula
2019-02-21 20:20 ` [PATCH v2 3/3] drm/dsc: Split DSC PPS and SDP header initialisations David Francis
     [not found]   ` <20190221202001.28430-4-David.Francis-5C7GfCeVMHo@public.gmane.org>
2019-02-25 18:58     ` Manasi Navare
2019-02-21 20:33 ` ✗ Fi.CI.CHECKPATCH: warning for Make DRM DSC helpers more generally usable Patchwork
2019-02-21 20:35 ` ✗ Fi.CI.SPARSE: " Patchwork
2019-02-21 20:58 ` ✓ Fi.CI.BAT: success " Patchwork
2019-02-22  9:14 ` ✓ Fi.CI.IGT: " Patchwork
     [not found] ` <20190221202001.28430-1-David.Francis-5C7GfCeVMHo@public.gmane.org>
2019-02-25 14:50   ` [PATCH v2 0/3] " Christian König

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.