aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_dp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-13drm/i915: Pass intel_encoder to enc_to_*()Ville Syrjälä1-28/+28
2020-01-13drm/i915: Pass intel_connector to intel_attached_*()Ville Syrjälä1-8/+8
2020-01-09drm/i915: Pass cpu_transcoder to assert_pipe_disabled() alwaysVille Syrjälä1-2/+2
2020-01-09Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-1/+1
2020-01-09drm/i915/dp: use true,false for bool variable in intel_dp.cMa Feng1-2/+2
2019-12-28drm/i915: prefer 3-letter acronym for ironlakeLucas De Marchi1-17/+17
2019-12-27Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-49/+100
2019-12-17Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDaniel Vetter1-1/+1
2019-12-11drm/i915/dsc: make DSC source support helper genericJani Nikula1-22/+5
2019-12-11drm/i915/dsc: move slice height calculation to encoderJani Nikula1-0/+12
2019-12-11drm/i915/dsc: move DP specific compute params to intel_dp.cJani Nikula1-1/+46
2019-12-10drm/i915/hdcp: Nuke intel_hdcp_transcoder_config()Ville Syrjälä1-3/+0
2019-12-09drm/i915/hdcp: Nuke intel_hdcp_transcoder_config()Ville Syrjälä1-3/+0
2019-12-03drm/i915/ehl: Make icp_digital_port_connected() use phy instead of portMatt Roper1-7/+5
2019-12-02drm/i915/ehl: Make icp_digital_port_connected() use phy instead of portMatt Roper1-7/+5
2019-12-02drm/i915: Handle SDEISR according to PCH rather than platformMatt Roper1-4/+4
2019-11-26drm/i915/dp: fix DP audio for PORT_A on gen12+Kai Vehmanen1-1/+12
2019-11-15Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-1/+2
2019-11-14drm/i915: use drm_debug_enabled() to check for debug categoriesJani Nikula1-1/+1
2019-11-05drm/i915/dsc: split out encoder specific parts from DSC compute paramsJani Nikula1-1/+1
2019-11-04Merge tag 'drm-intel-next-2019-11-01-1' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-22/+37
2019-11-01drm/i915: Perform automated conversions for crtc uapi/hw split, base -> uapi.Maarten Lankhorst1-10/+10
2019-11-01drm/i915: Perform automated conversions for crtc uapi/hw split, base -> hw.Maarten Lankhorst1-11/+11
2019-10-31drm/i915/dp: Do not switch aux to TBT mode for non-TC portsJosé Roberto de Souza1-1/+5
2019-10-31drm/i915: Simplify pipe_mask setup even furtherVille Syrjälä1-1/+1
2019-10-31drm/i915: s/crtc_mask/pipe_mask/Ville Syrjälä1-3/+3
2019-10-30drm/i915: Avoid HPD poll detect triggering a new detect cycleImre Deak1-0/+6
2019-10-29drm/i915: Provide more information on DP AUX failuresMatt Roper1-2/+4
2019-10-29drm/i915/display/cnl+: Handle fused off DSCJosé Roberto de Souza1-0/+3
2019-10-24drm/dp_mst: Add basic topology reprobing when resumingLyude Paul1-1/+2
2019-10-23drm/i915/dsc: rename crtc state dsc_params member to dscJani Nikula1-16/+16
2019-10-18drm/i915: prettify MST debug messageLucas De Marchi1-1/+1
2019-10-18drm/i915: fix port checks for MST support on gen >= 11Lucas De Marchi1-5/+2
2019-10-18drm/i915: Refuse modes with hdisplay==4096 on pre-HSW DPVille Syrjälä1-0/+25
2019-10-16drm/i915/tgl: Enable DDI/Port GKhaled Almahallawy1-0/+2
2019-10-15drm/i915/dp: Attach HDR metadata property to DP connectorGwan-gyeong Mun1-0/+5
2019-10-15drm/i915/dp: Program an Infoframe SDP Header and DB for HDR Static MetadataGwan-gyeong Mun1-0/+92
2019-10-15drm/i915/dp: Attach colorspace propertyGwan-gyeong Mun1-0/+2
2019-10-15drm/i915/dp: Add support of BT.2020 Colorimetry to DP MSAGwan-gyeong Mun1-1/+28
2019-10-15drm/i915/dp: Extend program of VSC Header and DB for Colorimetry FormatGwan-gyeong Mun1-12/+56
2019-10-15Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen1-3/+1
2019-10-14drm/i915/ehl: Port C's hotplug interrupt is associated with TC1 bitsVivek Kasireddy1-0/+3
2019-10-11Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+1
2019-10-04drm/i915/dp: remove static variable for aux last statusJani Nikula1-3/+2
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard1-299/+94
2019-10-02drm/i915: Clean up encoder->crtc_mask setupVille Syrjälä1-3/+3
2019-09-26drm/i915: Small joiner RAM buffer size is platform-specificMatt Roper1-7/+17
2019-09-25drm/i915/dp: Fix dsc bpp calculations, v5.Maarten Lankhorst1-89/+95
2019-09-20drm/i915: Never set limited_color_range=true for YCbCr outputVille Syrjälä1-0/+10
2019-09-19drm/i915: Don't advertise modes that exceed the max plane sizeVille Syrjälä1-1/+1