index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_dp.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-19
drm/i915/dp: Set min_bpp limit to 30 in HDR mode
Chaitanya Kumar Borah
1
-1
/
+1
2025-08-19
drm/i915/dp: Refactor intel_dp_in_hdr_mode() for broader reuse
Chaitanya Kumar Borah
1
-0
/
+1
2025-06-12
drm/i915/dp: Disable the AUX DPCD probe quirk if it's not required
Imre Deak
1
-0
/
+1
2025-05-12
drm/i915/dp_mst: Enable fractional link bpps on MST if the bpp is forced
Imre Deak
1
-0
/
+2
2025-05-12
drm/i915/dp: Export intel_dp_dsc_min_src_compressed_bpp()
Imre Deak
1
-0
/
+1
2025-05-12
drm/i915/dp_mst: Simplify computing the min/max compressed bpp limits
Imre Deak
1
-2
/
+0
2025-05-12
drm/i915/dp_mst: Validate compressed bpp vs. platform restrictions
Imre Deak
1
-0
/
+1
2025-05-12
drm/i915/dp_mst: Use the correct connector while computing the link BPP limit...
Imre Deak
1
-0
/
+1
2025-04-30
drm/i915/display: move min_hblank from dp_mst.c to dp.c
Arun R Murthy
1
-0
/
+2
2025-02-03
drm/i915/dp: Drop compute_pipe_bpp parameter from intel_dp_dsc_compute_config()
Jani Nikula
1
-2
/
+1
2025-01-31
drm/i915/dp: constify struct link_config_limits pointers
Jani Nikula
1
-1
/
+1
2024-12-24
drm/i915/dp: Make dsc helpers accept const crtc_state pointers
Ankit Nautiyal
1
-2
/
+2
2024-12-24
drm/i915/dp_mst: Use helpers to get dsc min/max input bpc
Ankit Nautiyal
1
-0
/
+2
2024-12-24
drm/i915/dp: Refactor FEC support check in intel_dp_supports_dsc
Ankit Nautiyal
1
-1
/
+2
2024-12-16
drm/i915/dp: convert interfaces to struct intel_display
Jani Nikula
1
-10
/
+10
2024-12-16
drm/i915/mst: use intel_dp_compute_config_limits() for DP MST
Jani Nikula
1
-5
/
+5
2024-10-31
drm/i915/dp: Track source OUI validity explicitly
Imre Deak
1
-0
/
+1
2024-10-31
drm/i915/dp: Flush modeset commits during connector detection
Imre Deak
1
-0
/
+1
2024-10-03
drm/i915/dp: Make intel_dp_get_colorimetry_status() static
Ville Syrjälä
1
-1
/
+0
2024-09-30
drm/i915/dp: Add helper to compute num pipes required
Ankit Nautiyal
1
-3
/
+3
2024-09-23
drm/i915/dp: split out intel_dp_test.[ch] to a dedicated file
Jani Nikula
1
-4
/
+5
2024-09-18
drm/i915/display: Use joined pipes in dsc helpers for slices, bpp
Ankit Nautiyal
1
-2
/
+2
2024-09-18
drm/i915/display: Use joined pipes in intel_dp_joiner_needs_dsc
Ankit Nautiyal
1
-1
/
+2
2024-07-31
drm/i915/dp_mst: Reduce the link parameters in BW order after LT failures
Imre Deak
1
-0
/
+2
2024-07-09
drm/i915/display: Cache adpative sync caps to use it later
Mitul Golani
1
-1
/
+0
2024-06-14
drm/i915: Reuse intel_dp_supports_dsc() for MST
Ville Syrjälä
1
-0
/
+3
2024-06-14
drm/i915: Handle MST in intel_dp_has_dsc()
Ville Syrjälä
1
-0
/
+1
2024-06-13
drm/i915/dp: Add debugfs entries to force the link rate/lane count
Imre Deak
1
-0
/
+2
2024-06-13
drm/i915/dp: Use check link state work in the detect handler
Imre Deak
1
-2
/
+0
2024-06-13
drm/i915/dp: Use check link state work in the hotplug handler
Imre Deak
1
-0
/
+1
2024-06-13
drm/i915/dp: Send a link training modeset-retry uevent to all MST connectors
Imre Deak
1
-1
/
+0
2024-06-13
drm/i915/dp: Recheck link state after modeset
Imre Deak
1
-0
/
+1
2024-06-13
drm/i915/dp: Move link train fallback to intel_dp_link_training.c
Imre Deak
1
-2
/
+2
2024-06-12
drm/i915: Rename all bigjoiner to joiner
Stanislav Lisovskiy
1
-4
/
+4
2024-05-13
drm/i915/dp: Make has_gamut_metadata_dip() non static
Suraj Kandpal
1
-0
/
+1
2024-04-09
drm/i915: Pass connector to intel_dp_need_bigjoiner()
Ville Syrjälä
1
-0
/
+1
2024-04-09
drm/i915: Extract intel_dp_joiner_needs_dsc()
Ville Syrjälä
1
-0
/
+1
2024-04-09
drm/i915: s/intel_dp_can_bigjoiner()/intel_dp_has_bigjoiner()/
Ville Syrjälä
1
-1
/
+1
2024-04-04
drm/i915/dp: Add wrapper function to check AS SDP
Mitul Golani
1
-0
/
+1
2024-03-05
drm/i915/dp: Fix connector DSC HW state readout
Imre Deak
1
-0
/
+2
2024-02-27
drm/i915/dp: Add intel_dp_max_link_data_rate()
Imre Deak
1
-0
/
+2
2024-02-27
drm/i915/dp: Factor out intel_dp_update_sink_caps()
Imre Deak
1
-0
/
+1
2024-02-27
drm/i915/dp: Export intel_dp_max_common_rate/lane_count()
Imre Deak
1
-0
/
+2
2024-02-27
drm/i915/dp: Factor out intel_dp_config_required_rate()
Imre Deak
1
-0
/
+1
2024-02-27
drm/i915/dp: Use drm_dp_max_dprx_data_rate()
Imre Deak
1
-1
/
+0
2024-02-27
drm/i915/dp: Add support to notify MST connectors to retry modesets
Imre Deak
1
-0
/
+6
2024-01-08
drm/i915: Add intel_digital_port lock/unlock hooks
Imre Deak
1
-0
/
+3
2023-12-22
drm/i915/display: Unify VSC SPD preparation
Jouni Högander
1
-7
/
+0
2023-11-21
drm/i915/dp_mst: Fix PBN / MTP_TU size calculation for UHBR rates
Imre Deak
1
-0
/
+2
2023-11-21
drm/i915/dp: Fix UHBR link M/N values
Imre Deak
1
-0
/
+2
[next]