OSDN Git Service

drm/i915/xelpd: Add rc_qp_table for rcparams calculation
authorVandita Kulkarni <vandita.kulkarni@intel.com>
Wed, 19 May 2021 00:06:10 +0000 (17:06 -0700)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 20 May 2021 06:59:12 +0000 (23:59 -0700)
commitc33ebdb717e9ffa0e5cae3f75c5f5795102bdc3b
treed8abe4cb0a194ba12ffc1330b2f13df0baf3cf7f
parentdb514cac08fd4861a3b221bed5f21b441a1242c3
drm/i915/xelpd: Add rc_qp_table for rcparams calculation

Add the qp table for 444 formats, for 8bpc, 10bpc and 12bpc, as given by
the VESA C model for DSC 1.1

v2:
 - Add include guard to header (Jani)
 - Move the big tables to a .c file (Chris, Jani, Lucas)
v3:
 - Make tables 'static const' and add lookup functions to index into
   them.  (Jani)
v3.1:
 - Include missing .h file.

Cc: Manasi Navare <manasi.d.navare@intel.com>
Signed-off-by: Vandita Kulkarni <vandita.kulkarni@intel.com>
Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20210519000625.3184321-3-lucas.demarchi@intel.com
drivers/gpu/drm/i915/Makefile
drivers/gpu/drm/i915/display/intel_qp_tables.c [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_qp_tables.h [new file with mode: 0644]
drivers/gpu/drm/i915/display/intel_vdsc.c