index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_dp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-01
drm/i915/cec: switch to setting physical address directly
Jani Nikula
1
-5
/
+2
2023-08-31
drm/i915/dp: Drop redundant AUX power get/put in intel_dp_force()
Imre Deak
1
-7
/
+0
2023-08-30
drivers/drm/i915: Honor limits->max_bpp while computing DSC max input bpp
Ankit Nautiyal
1
-2
/
+3
2023-08-25
drm/i915/display: configure SDP split for DP-MST
Vinod Govindapillai
1
-1
/
+1
2023-08-25
drm/i915/display: update intel_dp_has_audio to support MST
Vinod Govindapillai
1
-4
/
+6
2023-08-22
drm/i915/display: combine DP audio compute config steps
Vinod Govindapillai
1
-6
/
+5
2023-08-18
drm/i915/dp: Check if force_dsc_output_format is possible
Ankit Nautiyal
1
-2
/
+28
2023-08-18
drm/i915/dp: Check src/sink compressed bpp limit for edp
Ankit Nautiyal
1
-3
/
+15
2023-08-18
drm/i915/dp: Get optimal link config to have best compressed bpp
Ankit Nautiyal
1
-33
/
+261
2023-08-18
drm/i915/dp: Separate out function to get compressed bpp with joiner
Ankit Nautiyal
1
-24
/
+30
2023-08-18
drm/i915/dp: Add DSC BPC/BPP constraints while selecting pipe bpp with DSC
Ankit Nautiyal
1
-10
/
+24
2023-08-18
drm/i915/dp: Separate out functions for edp/DP for computing DSC bpp
Ankit Nautiyal
1
-65
/
+126
2023-08-18
drm/i915/dp: Rename helper to get DSC max pipe_bpp
Ankit Nautiyal
1
-4
/
+4
2023-08-18
drm/i915/dp: Avoid left shift of DSC output bpp by 4
Ankit Nautiyal
1
-7
/
+3
2023-08-18
drm/i915/dp: Check min bpc DSC limits for dsc_force_bpc also
Ankit Nautiyal
1
-17
/
+31
2023-08-18
drm/i915/dp: Add functions to get min/max src input bpc with DSC
Ankit Nautiyal
1
-8
/
+27
2023-08-18
drm/i915/dp: Avoid forcing DSC BPC for MST case
Ankit Nautiyal
1
-6
/
+6
2023-08-18
drm/i915/dp: Remove extra logs for printing DSC info
Ankit Nautiyal
1
-3
/
+0
2023-08-18
drm/i915/dp: Update Bigjoiner interface bits for computing compressed bpp
Ankit Nautiyal
1
-1
/
+4
2023-08-18
drm/i915/dp: Use consistent name for link bpp and compressed bpp
Ankit Nautiyal
1
-42
/
+42
2023-08-18
drm/i915/dp_mst: Use output_format to get the final link bpp
Ankit Nautiyal
1
-1
/
+1
2023-08-18
drm/i915/dp: Move compressed bpp check with 420 format inside the helper
Ankit Nautiyal
1
-9
/
+9
2023-08-18
drm/i915/dp: Consider output_format while computing dsc bpp
Ankit Nautiyal
1
-2
/
+17
2023-08-11
drm/i915: Avoid endless HPD poll detect loop via runtime suspend/resume
Imre Deak
1
-6
/
+0
2023-08-08
drm/i915/jsl: s/JSL/JASPERLAKE for platform/subplatform defines
Dnyaneshwar Bhadane
1
-1
/
+1
2023-08-08
drm/i915/hsw: s/HSW/HASWELL for platform/subplatform defines
Dnyaneshwar Bhadane
1
-1
/
+1
2023-08-07
Merge tag 'drm-intel-next-2023-08-03' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
1
-2
/
+11
2023-07-05
drm/i915: Fail if DSC compression requirement is less than platform supports
Stanislav Lisovskiy
1
-2
/
+11
2023-06-19
Merge tag 'amd-drm-next-6.5-2023-06-16' of https://gitlab.freedesktop.org/agd...
Dave Airlie
1
-3
/
+4
2023-06-16
drm/dp_mst: Clear MSG_RDY flag before sending new message
Wayne Lin
1
-3
/
+4
2023-06-10
drm/i915: add a dedicated workqueue inside drm_i915_private
Luca Coelho
1
-1
/
+1
2023-06-02
drm/i915: Flush power delayed put when connector init failed
Maarten Lankhorst
1
-0
/
+1
2023-06-02
drm/i915/dp: stop caching has_hdmi_sink in struct intel_dp
Jani Nikula
1
-10
/
+11
2023-06-02
drm/i915/dp: stop caching has_audio in struct intel_dp
Jani Nikula
1
-3
/
+2
2023-05-16
drm/i915/tc: Reset TypeC PHYs left enabled in DP-alt mode after the sink disc...
Imre Deak
1
-3
/
+3
2023-05-16
drm/i915/dp: Factor out intel_dp_get_active_pipes()
Imre Deak
1
-10
/
+10
2023-05-16
drm/i915/irq: split out hotplug irq handling
Jani Nikula
1
-0
/
+1
2023-05-05
drm/i915/dp: Rearrange check for illegal mode and comments in mode_valid
Ankit Nautiyal
1
-7
/
+7
2023-05-05
drm/i915/dp: Add helper to get sink_format
Ankit Nautiyal
1
-15
/
+15
2023-05-05
drm/i915/display: Use sink_format instead of ycbcr420_output flag
Ankit Nautiyal
1
-17
/
+15
2023-05-05
drm/i915/dp: Configure PCON for conversion of output_format to YCbCr444
Ankit Nautiyal
1
-0
/
+11
2023-05-05
drm/i915/dp: Replace intel_dp.dfp members with the new crtc_state sink_format
Ankit Nautiyal
1
-53
/
+118
2023-05-05
drm/i915/display: Add new member to configure PCON color conversion
Ankit Nautiyal
1
-10
/
+23
2023-05-05
drm/i915/dp: prevent potential div-by-zero
Nikita Zhandarovich
1
-0
/
+5
2023-04-29
drm/i915/mtl: C20 PLL programming
Mika Kahola
1
-2
/
+10
2023-04-18
drm/i915: Check HPD live state during eDP probe
Ville Syrjälä
1
-0
/
+28
2023-04-14
drm/i915/mtl: Add DP rates
Mika Kahola
1
-1
/
+14
2023-04-12
drm/i915/display: remove unnecessary i915_debugfs.h includes
Jani Nikula
1
-1
/
+0
2023-04-03
drm/i915/dsc: Add debugfs entry to validate DSC output formats
Swati Sharma
1
-0
/
+4
2023-04-03
drm/i915/dsc: Fill in native_420 field
Suraj Kandpal
1
-3
/
+13
[next]