summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_vdsc.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08drm/i915: Streamline intel_dsc_pps_read()Ville Syrjälä1-14/+7
2023-11-14drm/i915/dsc/mtl: Add support for fractional bppVandita Kulkarni1-5/+20
2023-11-14drm/i915/display: Store compressed bpp in U6.4 formatAnkit Nautiyal1-2/+2
2023-09-14drm/i915/dsc: Fix pic_width readoutSuraj Kandpal1-1/+1
2023-09-11drm/i915/dsc: use REG_BIT, REG_GENMASK, and friends for PPS0 and PPS1Jani Nikula1-8/+7
2023-09-11drm/i915/dsc: add the PPS number to the register content macrosJani Nikula1-73/+73
2023-09-11drm/i915/dsc: clean up pps commentsJani Nikula1-28/+28
2023-09-11drm/i915/dsc: drop redundant = 0 assignmentsJani Nikula1-28/+15
2023-09-11drm/i915/dsc: rename pps write to intel_dsc_pps_write()Jani Nikula1-16/+16
2023-09-11drm/i915/dsc: have intel_dsc_pps_read() return the valueJani Nikula1-13/+19
2023-09-11drm/i915/dsc: have intel_dsc_pps_read_and_verify() return the valueJani Nikula1-17/+19
2023-09-11drm/i915/dsc: improve clarity of the pps reg read/write helpersJani Nikula1-19/+21
2023-09-05drm/i915/vdsc: Fill the intel_dsc_get_pps_config functionSuraj Kandpal1-7/+93
2023-09-05drm/i915/vdsc: Add function to write in PPS registerSuraj Kandpal1-242/+30
2023-09-05drm/i915/vdsc: Add function to read any PPS registerSuraj Kandpal1-36/+82
2023-09-05drm/i915/vdsc: Add func to get no. of vdsc instances per pipeSuraj Kandpal1-34/+44
2023-09-05drm/i915/vdsc: Add a check for dsc split casesSuraj Kandpal1-1/+13
2023-08-14drm/i915/vdsc: Fix first_line_bpg_offset calculationSuraj Kandpal1-3/+9
2023-07-12drm/i915/vdsc: Remove FIXME in intel_dsc_compute_configSuraj Kandpal1-12/+0
2023-07-12drm/i915/dsc: Add rc_range_parameter calculation for YCbCr420Suraj Kandpal1-38/+103
2023-07-12drm/i915/dsc: Move rc param calculation for native_420Suraj Kandpal1-21/+25
2023-07-10drm/i915: Add helper function for getting number of VDSC enginesStanislav Lisovskiy1-4/+11
2023-05-19drm/display/dsc: split DSC 1.2 and DSC 1.1 (pre-SCR) parametersDmitry Baryshkov1-1/+9
2023-05-19drm/i915/dsc: stop using interim structure for calculated paramsDmitry Baryshkov1-74/+26
2023-05-19drm/i915/dsc: move DSC tables to DRM DSC helperDmitry Baryshkov1-312/+7
2023-05-19drm/i915/dsc: move rc_buf_thresh values to common helperDmitry Baryshkov1-23/+1
2023-05-19drm/i915/dsc: change DSC param tables to follow the DSC modelDmitry Baryshkov1-2/+20
2023-04-03drm/i915/vdsc: Check slice design requirementSuraj Kandpal1-0/+32
2023-04-03drm/i915/dsc: Fill in native_420 fieldSuraj Kandpal1-11/+87
2023-04-03drm/i915/dsc: Enable YCbCr420 for VDSCSuraj Kandpal1-2/+2
2023-03-06drm/i915/display: split out DSC and DSS registersJani Nikula1-0/+1
2022-11-30drm/i915/dsc: Refactor dsc gen checksSwati Sharma1-7/+4
2022-11-11drm/i915: stop including i915_irq.h from i915_trace.hJani Nikula1-0/+1
2022-09-07drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSCAnkit Nautiyal1-1/+0
2022-08-24drm/i915: move has_dsc to runtime infoJani Nikula1-1/+1
2022-08-22drm/i915/dsc/mtl: Enable alternate ICH methodVandita Kulkarni1-0/+2
2022-04-25drm/display: Move DSC header and helpers into display-helper moduleThomas Zimmermann1-0/+2
2022-03-04drm/i915: Eliminate bigjoiner booleanVille Syrjälä1-4/+4
2022-03-01drm/i915: make a handful of read-only arrays static constColin Ian King1-4/+12
2022-02-15drm/i915: Change bigjoiner state tracking to use the pipe bitmaskVille Syrjälä1-43/+0
2022-02-15drm/i915: Introduce intel_crtc_is_bigjoiner_{slave,master}()Ville Syrjälä1-2/+2
2022-01-26drm/i915: Simplify intel_dsc_source_support()Ville Syrjälä1-6/+1
2021-12-09drm/i915: Nuke {pipe,plane}_to_crtc_mapping[]Ville Syrjälä1-11/+2
2021-12-09drm/i915/trace: split out display trace to a separate fileJani Nikula1-1/+3
2021-12-02drm/i915/crtc: rename intel_get_crtc_for_pipe() to intel_crtc_for_pipe()Jani Nikula1-1/+1
2021-10-28drm/i915/dsc: demote noisy drm_info() to drm_kms_dbg()Jani Nikula1-16/+16
2021-10-27drm/i915: Split PPS write from DSC enableVille Syrjälä1-18/+15
2021-09-15drm/i915: Adjust intel_dsc_power_domain() calling conventionVille Syrjälä1-40/+37
2021-07-30drm/i915/display: remove explicit CNL handling from intel_vdsc.cLucas De Marchi1-1/+4
2021-06-22drm/i915/dsc: abstract helpers to get bigjoiner primary/secondary crtcJani Nikula1-12/+28