summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_vdsc.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove DSC register dumpImre Deak2024-08-061-22/+2
* drm/i915: Dump DSC state to dmesg and debugfs/i915_display_infoImre Deak2024-08-061-0/+20
* drm/i915: Replace to_bpp_frac() with fxp_q4_to_frac()Imre Deak2024-08-061-1/+1
* drm/i915: Replace to_bpp_int() with fxp_q4_to_int()Imre Deak2024-08-061-2/+3
* drm/i915: Rename bigjoiner master/slave to bigjoiner primary/secondaryStanislav Lisovskiy2024-06-121-5/+5
* drm/i915: Rename all bigjoiner to joinerStanislav Lisovskiy2024-06-121-6/+6
* drm/i915: drop unnecessary i915_reg.h includesJani Nikula2024-05-311-1/+0
* drm/i915: Streamline intel_dsc_pps_read()Ville Syrjälä2023-12-081-14/+7
* drm/i915/dsc/mtl: Add support for fractional bppVandita Kulkarni2023-11-141-5/+20
* drm/i915/display: Store compressed bpp in U6.4 formatAnkit Nautiyal2023-11-141-2/+2
* drm/i915/dsc: Fix pic_width readoutSuraj Kandpal2023-09-141-1/+1
* drm/i915/dsc: use REG_BIT, REG_GENMASK, and friends for PPS0 and PPS1Jani Nikula2023-09-111-8/+7
* drm/i915/dsc: add the PPS number to the register content macrosJani Nikula2023-09-111-73/+73
* drm/i915/dsc: clean up pps commentsJani Nikula2023-09-111-28/+28
* drm/i915/dsc: drop redundant = 0 assignmentsJani Nikula2023-09-111-28/+15
* drm/i915/dsc: rename pps write to intel_dsc_pps_write()Jani Nikula2023-09-111-16/+16
* drm/i915/dsc: have intel_dsc_pps_read() return the valueJani Nikula2023-09-111-13/+19
* drm/i915/dsc: have intel_dsc_pps_read_and_verify() return the valueJani Nikula2023-09-111-17/+19
* drm/i915/dsc: improve clarity of the pps reg read/write helpersJani Nikula2023-09-111-19/+21
* drm/i915/vdsc: Fill the intel_dsc_get_pps_config functionSuraj Kandpal2023-09-051-7/+93
* drm/i915/vdsc: Add function to write in PPS registerSuraj Kandpal2023-09-051-242/+30
* drm/i915/vdsc: Add function to read any PPS registerSuraj Kandpal2023-09-051-36/+82
* drm/i915/vdsc: Add func to get no. of vdsc instances per pipeSuraj Kandpal2023-09-051-34/+44
* drm/i915/vdsc: Add a check for dsc split casesSuraj Kandpal2023-09-051-1/+13
* drm/i915/vdsc: Fix first_line_bpg_offset calculationSuraj Kandpal2023-08-141-3/+9
* drm/i915/vdsc: Remove FIXME in intel_dsc_compute_configSuraj Kandpal2023-07-121-12/+0
* drm/i915/dsc: Add rc_range_parameter calculation for YCbCr420Suraj Kandpal2023-07-121-38/+103
* drm/i915/dsc: Move rc param calculation for native_420Suraj Kandpal2023-07-121-21/+25
* drm/i915: Add helper function for getting number of VDSC enginesStanislav Lisovskiy2023-07-101-4/+11
* drm/display/dsc: split DSC 1.2 and DSC 1.1 (pre-SCR) parametersDmitry Baryshkov2023-05-191-1/+9
* drm/i915/dsc: stop using interim structure for calculated paramsDmitry Baryshkov2023-05-191-74/+26
* drm/i915/dsc: move DSC tables to DRM DSC helperDmitry Baryshkov2023-05-191-312/+7
* drm/i915/dsc: move rc_buf_thresh values to common helperDmitry Baryshkov2023-05-191-23/+1
* drm/i915/dsc: change DSC param tables to follow the DSC modelDmitry Baryshkov2023-05-191-2/+20
* drm/i915/vdsc: Check slice design requirementSuraj Kandpal2023-04-031-0/+32
* drm/i915/dsc: Fill in native_420 fieldSuraj Kandpal2023-04-031-11/+87
* drm/i915/dsc: Enable YCbCr420 for VDSCSuraj Kandpal2023-04-031-2/+2
* drm/i915/display: split out DSC and DSS registersJani Nikula2023-03-061-0/+1
* drm/i915/dsc: Refactor dsc gen checksSwati Sharma2022-11-301-7/+4
* drm/i915: stop including i915_irq.h from i915_trace.hJani Nikula2022-11-111-0/+1
* drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSCAnkit Nautiyal2022-09-071-1/+0
* drm/i915: move has_dsc to runtime infoJani Nikula2022-08-241-1/+1
* drm/i915/dsc/mtl: Enable alternate ICH methodVandita Kulkarni2022-08-221-0/+2
* drm/display: Move DSC header and helpers into display-helper moduleThomas Zimmermann2022-04-251-0/+2
* drm/i915: Eliminate bigjoiner booleanVille Syrjälä2022-03-041-4/+4
* drm/i915: make a handful of read-only arrays static constColin Ian King2022-03-011-4/+12
* drm/i915: Change bigjoiner state tracking to use the pipe bitmaskVille Syrjälä2022-02-151-43/+0
* drm/i915: Introduce intel_crtc_is_bigjoiner_{slave,master}()Ville Syrjälä2022-02-151-2/+2
* drm/i915: Simplify intel_dsc_source_support()Ville Syrjälä2022-01-261-6/+1
* drm/i915: Nuke {pipe,plane}_to_crtc_mapping[]Ville Syrjälä2021-12-091-11/+2