index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-13
Merge tag 'drm-misc-fixes-2023-10-12' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
16
-61
/
+89
2023-10-12
drm/nouveau/disp: fix DP capable DSM connectors
Karol Herbst
1
-1
/
+13
2023-10-12
drm/panel: Move AUX B116XW03 out of panel-edp back to panel-simple
Douglas Anderson
2
-29
/
+35
2023-10-12
drm/bridge: ti-sn65dsi86: Associate DSI device lifetime with auxiliary device
Stephen Boyd
1
-7
/
+7
2023-10-12
drm/i915/dsi: Add some debug logging to mipi_exec_i2c (v2)
Hans de Goede
1
-0
/
+3
2023-10-12
drm/i915/vlv_dsi: Add DMI quirk for backlight control issues on Lenovo Yoga T...
Hans de Goede
1
-0
/
+34
2023-10-12
drm/i915/vlv_dsi: Add DMI quirk for wrong I2C bus and panel size on Lenovo Yo...
Hans de Goede
1
-0
/
+52
2023-10-12
drm/i915/vlv_dsi: Add DMI quirk for wrong panel modeline in BIOS on Asus TF10...
Hans de Goede
1
-0
/
+44
2023-10-12
drm/tiny: correctly print `struct resource *` on error
Joey Gouly
1
-1
/
+1
2023-10-12
drm: Do not overrun array in drm_gem_get_pages()
Matthew Wilcox (Oracle)
1
-2
/
+4
2023-10-12
drm/simpledrm: Fix power domain device link validity check
Thierry Reding
1
-1
/
+1
2023-10-12
drm: Replace drm_framebuffer plane size functions with its equivalents
Carlos Eduardo Gallo Filho
2
-61
/
+5
2023-10-12
drm/i915: Remove the module parameter 'fastboot'
Arun R Murthy
3
-9
/
+0
2023-10-12
drm/i915/hdcp: Move common message filling function to its own file
Suraj Kandpal
4
-598
/
+682
2023-10-12
drm/i915/hdcp: Move checks for gsc health status
Suraj Kandpal
3
-7
/
+16
2023-10-12
drm/msm/dp: use correct lifetime device for devm_drm_bridge_add
Dmitry Baryshkov
1
-1
/
+1
2023-10-12
drm/msm/hdmi: use correct lifetime device for devm_drm_bridge_add
Dmitry Baryshkov
1
-1
/
+1
2023-10-12
drm/msm/dsi: use correct lifetime device for devm_drm_bridge_add
Dmitry Baryshkov
1
-1
/
+1
2023-10-12
drm/i915/display: Use correct method to free crtc_state
Suraj Kandpal
1
-1
/
+2
2023-10-12
drm/i915/display: Use intel_crtc_destroy_state instead kfree
Suraj Kandpal
1
-2
/
+2
2023-10-11
drm/tegra: gem: Do not return NULL in tegra_bo_mmap()
Thierry Reding
1
-2
/
+11
2023-10-11
drm/tegra: Zero-initialize iosys_map
Mikko Perttunen
1
-1
/
+1
2023-10-11
gpu: host1x: Correct allocated size for contexts
Johnny Liu
1
-2
/
+2
2023-10-11
gpu: host1x: Syncpoint interrupt sharding
Mikko Perttunen
3
-17
/
+61
2023-10-11
gpu: host1x: Enable system suspend callbacks
Mikko Perttunen
1
-1
/
+1
2023-10-11
gpu: host1x: Stop CDMA before suspending
Mikko Perttunen
3
-0
/
+21
2023-10-11
gpu: host1x: Add locking in channel allocation
Mikko Perttunen
2
-0
/
+10
2023-10-11
drm/tegra: hub: Increase buffer size to ensure all possible values can be stored
Lee Jones
1
-1
/
+1
2023-10-11
drm/tegra: Remove two unused function declarations
Yue Haibing
1
-3
/
+0
2023-10-11
drm/tegra: Remove surplus else after return
Sui Jingfeng
1
-9
/
+10
2023-10-11
drm/i915: enable W=1 warnings by default
Jani Nikula
1
-14
/
+26
2023-10-11
drm/i915: drop -Wall and related disables from cflags as redundant
Jani Nikula
1
-5
/
+3
2023-10-11
drm/i915/cx0: Only clear/set the Pipe Reset bit of the PHY Lanes Owned
Khaled Almahallawy
1
-2
/
+1
2023-10-11
intel drm: Remove now superfluous sentinel element from ctl_table array
Joel Granados
1
-1
/
+0
2023-10-11
drm/i915/gvt: move structs intel_gvt_irq_info and intel_gvt_irq_map to interr...
Jani Nikula
2
-25
/
+23
2023-10-11
drm/i915/gvt: move struct engine_mmio to mmio_context.c
Jani Nikula
3
-10
/
+10
2023-10-11
drm/i915/gvt: don't include gvt.h from intel_gvt_mmio_table.h
Jani Nikula
1
-1
/
+2
2023-10-11
drm/i915/gvt: remove unused to_gvt() and reduce includes
Jani Nikula
1
-6
/
+1
2023-10-11
drm/i915/xe2lpd: update the scaler feature capability
Vinod Govindapillai
1
-0
/
+7
2023-10-11
drm/i915/xe2lpd: update the dsc feature capability
Vinod Govindapillai
1
-0
/
+8
2023-10-11
drm/i915/xe2lpd: display capability register definitions
Vinod Govindapillai
1
-0
/
+7
2023-10-11
drm/bridge_connector: implement oob_hotplug_event
Dmitry Baryshkov
1
-3
/
+28
2023-10-11
drm/bridge_connector: stop filtering events in drm_bridge_connector_hpd_cb()
Dmitry Baryshkov
1
-5
/
+0
2023-10-11
drm: Add HPD state to drm_connector_oob_hotplug_event()
Bjorn Andersson
3
-5
/
+21
2023-10-11
drm/i915: Add wrapper for getting display step
Chaitanya Kumar Borah
3
-1
/
+7
2023-10-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
963
-15830
/
+32974
2023-10-10
drm/i915: More use of GT specific print helpers
John Harrison
3
-10
/
+9
2023-10-10
drm/i915/gt: More use of GT specific print helpers
John Harrison
5
-43
/
+39
2023-10-10
drm/i915/display: Free crtc_state in verify_crtc_state
Suraj Kandpal
1
-1
/
+4
2023-10-10
drm/panel: ltk050h3146w: add support for Leadtek LTK050H3148W-CTA6 variant
Klaus Goger
1
-0
/
+89
[prev]
[next]