summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_dp.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-01drm/i915/cec: switch to setting physical address directlyJani Nikula1-5/+2
2023-08-31drm/i915/dp: Drop redundant AUX power get/put in intel_dp_force()Imre Deak1-7/+0
2023-08-30drivers/drm/i915: Honor limits->max_bpp while computing DSC max input bppAnkit Nautiyal1-2/+3
2023-08-25drm/i915/display: configure SDP split for DP-MSTVinod Govindapillai1-1/+1
2023-08-25drm/i915/display: update intel_dp_has_audio to support MSTVinod Govindapillai1-4/+6
2023-08-22drm/i915/display: combine DP audio compute config stepsVinod Govindapillai1-6/+5
2023-08-18drm/i915/dp: Check if force_dsc_output_format is possibleAnkit Nautiyal1-2/+28
2023-08-18drm/i915/dp: Check src/sink compressed bpp limit for edpAnkit Nautiyal1-3/+15
2023-08-18drm/i915/dp: Get optimal link config to have best compressed bppAnkit Nautiyal1-33/+261
2023-08-18drm/i915/dp: Separate out function to get compressed bpp with joinerAnkit Nautiyal1-24/+30
2023-08-18drm/i915/dp: Add DSC BPC/BPP constraints while selecting pipe bpp with DSCAnkit Nautiyal1-10/+24
2023-08-18drm/i915/dp: Separate out functions for edp/DP for computing DSC bppAnkit Nautiyal1-65/+126
2023-08-18drm/i915/dp: Rename helper to get DSC max pipe_bppAnkit Nautiyal1-4/+4
2023-08-18drm/i915/dp: Avoid left shift of DSC output bpp by 4Ankit Nautiyal1-7/+3
2023-08-18drm/i915/dp: Check min bpc DSC limits for dsc_force_bpc alsoAnkit Nautiyal1-17/+31
2023-08-18drm/i915/dp: Add functions to get min/max src input bpc with DSCAnkit Nautiyal1-8/+27
2023-08-18drm/i915/dp: Avoid forcing DSC BPC for MST caseAnkit Nautiyal1-6/+6
2023-08-18drm/i915/dp: Remove extra logs for printing DSC infoAnkit Nautiyal1-3/+0
2023-08-18drm/i915/dp: Update Bigjoiner interface bits for computing compressed bppAnkit Nautiyal1-1/+4
2023-08-18drm/i915/dp: Use consistent name for link bpp and compressed bppAnkit Nautiyal1-42/+42
2023-08-18drm/i915/dp_mst: Use output_format to get the final link bppAnkit Nautiyal1-1/+1
2023-08-18drm/i915/dp: Move compressed bpp check with 420 format inside the helperAnkit Nautiyal1-9/+9
2023-08-18drm/i915/dp: Consider output_format while computing dsc bppAnkit Nautiyal1-2/+17
2023-08-11drm/i915: Avoid endless HPD poll detect loop via runtime suspend/resumeImre Deak1-6/+0
2023-08-08drm/i915/jsl: s/JSL/JASPERLAKE for platform/subplatform definesDnyaneshwar Bhadane1-1/+1
2023-08-08drm/i915/hsw: s/HSW/HASWELL for platform/subplatform definesDnyaneshwar Bhadane1-1/+1
2023-08-07Merge tag 'drm-intel-next-2023-08-03' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-2/+11
2023-07-05drm/i915: Fail if DSC compression requirement is less than platform supportsStanislav Lisovskiy1-2/+11
2023-06-19Merge tag 'amd-drm-next-6.5-2023-06-16' of https://gitlab.freedesktop.org/agd...Dave Airlie1-3/+4
2023-06-16drm/dp_mst: Clear MSG_RDY flag before sending new messageWayne Lin1-3/+4
2023-06-10drm/i915: add a dedicated workqueue inside drm_i915_privateLuca Coelho1-1/+1
2023-06-02drm/i915: Flush power delayed put when connector init failedMaarten Lankhorst1-0/+1
2023-06-02drm/i915/dp: stop caching has_hdmi_sink in struct intel_dpJani Nikula1-10/+11
2023-06-02drm/i915/dp: stop caching has_audio in struct intel_dpJani Nikula1-3/+2
2023-05-16drm/i915/tc: Reset TypeC PHYs left enabled in DP-alt mode after the sink disc...Imre Deak1-3/+3
2023-05-16drm/i915/dp: Factor out intel_dp_get_active_pipes()Imre Deak1-10/+10
2023-05-16drm/i915/irq: split out hotplug irq handlingJani Nikula1-0/+1
2023-05-05drm/i915/dp: Rearrange check for illegal mode and comments in mode_validAnkit Nautiyal1-7/+7
2023-05-05drm/i915/dp: Add helper to get sink_formatAnkit Nautiyal1-15/+15
2023-05-05drm/i915/display: Use sink_format instead of ycbcr420_output flagAnkit Nautiyal1-17/+15
2023-05-05drm/i915/dp: Configure PCON for conversion of output_format to YCbCr444Ankit Nautiyal1-0/+11
2023-05-05drm/i915/dp: Replace intel_dp.dfp members with the new crtc_state sink_formatAnkit Nautiyal1-53/+118
2023-05-05drm/i915/display: Add new member to configure PCON color conversionAnkit Nautiyal1-10/+23
2023-05-05drm/i915/dp: prevent potential div-by-zeroNikita Zhandarovich1-0/+5
2023-04-29drm/i915/mtl: C20 PLL programmingMika Kahola1-2/+10
2023-04-18drm/i915: Check HPD live state during eDP probeVille Syrjälä1-0/+28
2023-04-14drm/i915/mtl: Add DP ratesMika Kahola1-1/+14
2023-04-12drm/i915/display: remove unnecessary i915_debugfs.h includesJani Nikula1-1/+0
2023-04-03drm/i915/dsc: Add debugfs entry to validate DSC output formatsSwati Sharma1-0/+4
2023-04-03drm/i915/dsc: Fill in native_420 fieldSuraj Kandpal1-3/+13