index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
display
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-13
drm/display: use ERR_PTR on DP tunnel manager creation fail
Krzysztof Karas
1
-5
/
+5
2024-12-06
Merge tag 'drm-misc-fixes-2024-12-05' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
1
-20
/
+84
2024-12-05
drm/dp_mst: Use reset_msg_rx_state() instead of open coding it
Imre Deak
1
-1
/
+1
2024-12-05
drm/dp_mst: Reset message rx state after OOM in drm_dp_mst_handle_up_req()
Imre Deak
1
-3
/
+6
2024-12-05
drm/dp_mst: Ensure mst_primary pointer is valid in drm_dp_mst_handle_up_req()
Imre Deak
1
-6
/
+18
2024-12-05
drm/dp_mst: Fix down request message timeout handling
Imre Deak
1
-3
/
+9
2024-12-05
drm/dp_mst: Simplify error path in drm_dp_mst_handle_down_rep()
Imre Deak
1
-6
/
+1
2024-12-05
drm/dp_mst: Verify request type in the corresponding down message reply
Imre Deak
1
-0
/
+31
2024-12-05
drm/dp_mst: Fix resetting msg rx state after topology removal
Imre Deak
1
-2
/
+19
2024-12-04
Merge tag 'drm-misc-fixes-2024-11-28' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
1
-0
/
+3
2024-11-29
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-11-26
drm/dp_mst: Fix MST sideband message body length check
Imre Deak
1
-0
/
+3
2024-11-05
drm: display: Set fwnode for aux bus devices
Saravana Kannan
1
-1
/
+1
2024-10-24
drm/display: bridge_connector: handle ycbcr_420_allowed
Dmitry Baryshkov
1
-2
/
+4
2024-10-18
drm/display: Drop obsolete dependency on COMPILE_TEST
Jean Delvare
1
-1
/
+1
2024-10-14
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
2
-5
/
+9
2024-10-10
drm/display: Fix building with GCC 15
Brahmajit Das
1
-2
/
+2
2024-10-09
Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
2
-2
/
+9
2024-10-01
Merge tag 'drm-misc-fixes-2024-09-26' of https://gitlab.freedesktop.org/drm/m...
Dave Airlie
2
-5
/
+9
2024-09-24
drm/connector: hdmi: Fix writing Dynamic Range Mastering infoframes
Derek Foreman
1
-3
/
+1
2024-09-12
drm/dp_mst: Fix DSC decompression detection in Synaptics branch devices
Imre Deak
1
-2
/
+8
2024-09-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
3
-10
/
+505
2024-09-11
Merge v6.11-rc7 into drm-next
Simona Vetter
3
-10
/
+505
2024-09-03
drm/bridge-connector: reset the HDMI connector state
Dmitry Baryshkov
2
-1
/
+13
2024-09-03
drm/bridge-connector: move to DRM_DISPLAY_HELPER module
Dmitry Baryshkov
3
-0
/
+485
2024-09-03
drm/display: stop depending on DRM_DISPLAY_HELPER
Dmitry Baryshkov
1
-10
/
+8
2024-09-03
drm/display: split DSC helpers from DP helpers
Dmitry Baryshkov
2
-2
/
+9
2024-08-30
Merge tag 'drm-misc-next-2024-08-29' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
1
-37
/
+34
2024-08-29
drm/mst: switch to guid_gen() to generate valid GUIDs
Jani Nikula
1
-9
/
+1
2024-08-29
drm/mst: switch to guid_t type for GUID
Jani Nikula
1
-29
/
+38
2024-08-26
drm: Fix kerneldoc for "Returns" section
renjun wang
1
-4
/
+0
2024-08-16
Merge tag 'drm-intel-next-2024-08-13' of https://gitlab.freedesktop.org/drm/i...
Dave Airlie
1
-13
/
+42
2024-08-08
Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...
Daniel Vetter
2
-11
/
+57
2024-08-01
Merge drm/drm-next into drm-intel-next
Jani Nikula
8
-5
/
+930
2024-07-31
drm/dp_mst: Simplify the condition when to enumerate path resources
Imre Deak
1
-11
/
+8
2024-07-31
drm/dp_mst: Add a helper to queue a topology probe
Imre Deak
1
-0
/
+27
2024-07-31
drm/dp_mst: Factor out function to queue a topology probe work
Imre Deak
1
-2
/
+7
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2024-07-23
drm/dp_mst: Simplify character output in drm_dp_mst_dump_topology()
Markus Elfring
1
-1
/
+1
2024-07-11
drm/dp: Add helper to dump an LTTPR PHY descriptor
Imre Deak
1
-10
/
+56
2024-07-03
drm/display/dsc: Add a helper to dump the DSC configuration
Imre Deak
1
-0
/
+91
2024-07-03
drm: Add helpers for q4 fixed point values
Imre Deak
1
-2
/
+3
2024-07-03
drm/dp_mst: Skip CSN if topology probing is not done yet
Wayne Lin
1
-0
/
+11
2024-07-03
drm/dp_mst: Fix all mstb marked as not probed after suspend/resume
Wayne Lin
1
-2
/
+2
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-1
/
+1
2024-06-25
drm/connector: hdmi: shorten too long function name
Dmitry Baryshkov
1
-3
/
+3
2024-06-12
drm/connector: hdmi: allow disabling Audio Infoframe
Dmitry Baryshkov
1
-0
/
+36
2024-05-29
drm/display: Fix HDMI state helper dependency
Maxime Ripard
1
-1
/
+1
2024-05-28
drm/connector: hdmi: Add Infoframes generation
Maxime Ripard
1
-0
/
+336
2024-05-28
drm/connector: hdmi: Add RGB Quantization Range to the connector state
Maxime Ripard
1
-0
/
+29
[next]