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-04-18
drm/i915: Introduce <platform>_hotplug_mask()
Ville Syrjälä
1
-64
/
+137
2023-04-18
drm/i915: Make IRQ reset and postinstall multi-gt aware
Andi Shyti
1
-6
/
+11
2023-04-18
drm/panel: novatek-nt35950: Only unregister DSI1 if it exists
Konrad Dybcio
1
-2
/
+4
2023-04-18
drm/i915/pps: use intel_de_rmw() for panel unlock
Jani Nikula
1
-6
/
+3
2023-04-17
drm/rockchip: vop2: Use regcache_sync() to fix suspend/resume
Sascha Hauer
1
-7
/
+3
2023-04-17
drm/nouveau/therm: Move an assignment statement behind a null pointer check i...
Markus Elfring
2
-2
/
+2
2023-04-17
drm/nouveau/pci: Move an expression into a function call parameter in nvkm_pc...
Markus Elfring
1
-3
/
+1
2023-04-17
drm/nouveau/pci: Move a variable assignment behind condition checks in nvkm_p...
Markus Elfring
1
-1
/
+2
2023-04-17
drm/nouveau/clk: Move a variable assignment behind a null pointer check in nv...
Markus Elfring
1
-1
/
+1
2023-04-17
drm/nouveau/bios/power_budget: Move an expression into a macro call parameter...
Markus Elfring
1
-2
/
+1
2023-04-17
drm/nouveau/debugfs: Replace five seq_printf() calls by seq_puts() in nouveau...
Markus Elfring
1
-5
/
+5
2023-04-17
drm/nouveau/debugfs: Use seq_putc() in nouveau_debugfs_pstate_get()
Markus Elfring
1
-1
/
+1
2023-04-17
drm/nouveau/debugfs: Move a variable assignment behind a null pointer check i...
Markus Elfring
1
-1
/
+2
2023-04-17
drm/nouveau/debugfs: Move an expression into a function call parameter in nou...
Markus Elfring
1
-2
/
+2
2023-04-17
drm/panel: nt36523: Add Lenovo J606F panel
Konrad Dybcio
1
-0
/
+486
2023-04-17
drm/panel: nt36523: Get orientation from OF
Konrad Dybcio
1
-0
/
+15
2023-04-17
drm/panel: nt36523: Add DCS backlight support
Konrad Dybcio
1
-3
/
+65
2023-04-17
drm/nouveau: fix incorrect conversion to dma_resv_wait_timeout()
John Ogness
1
-6
/
+12
2023-04-17
drm/rockchip: vop2: fix suspend/resume
Sascha Hauer
1
-0
/
+8
2023-04-17
drm/i915/display: add intel_display_driver_early_probe()
Jani Nikula
4
-12
/
+16
2023-04-17
drm/i915/display: rename intel_display_driver_suspend/resume functions
Jani Nikula
4
-23
/
+20
2023-04-17
drm/i915/display: move display suspend/resume to intel_display_driver.[ch]
Jani Nikula
4
-110
/
+111
2023-04-17
drm/i915/display: add intel_display_reset.[ch]
Jani Nikula
6
-127
/
+160
2023-04-17
drm/i915/display: rename intel_display_driver_* functions
Jani Nikula
5
-29
/
+30
2023-04-17
drm/i915/display: move modeset probe/remove functions to intel_display_driver.c
Jani Nikula
4
-369
/
+406
2023-04-17
drm/i915/display: rename intel_modeset_probe_defer() -> intel_display_driver_...
Jani Nikula
3
-3
/
+3
2023-04-17
drm/i915/display: move intel_modeset_probe_defer() to intel_display_driver.[ch]
Jani Nikula
5
-24
/
+28
2023-04-17
drm/i915/display: start high level display driver file
Jani Nikula
6
-56
/
+88
2023-04-17
drm/i915/display: remove intel_display_commit_duplicated_state()
Jani Nikula
1
-18
/
+10
2023-04-17
drm/exynos: Implement fbdev emulation as in-kernel client
Thomas Zimmermann
4
-108
/
+77
2023-04-17
drm/exynos: Initialize fbdev DRM client
Thomas Zimmermann
1
-2
/
+33
2023-04-17
drm/exynos: Remove fb_helper from struct exynos_drm_private
Thomas Zimmermann
2
-12
/
+5
2023-04-17
drm/exynos: Remove struct exynos_drm_fbdev
Thomas Zimmermann
1
-16
/
+5
2023-04-17
drm/exynos: Remove exynos_gem from struct exynos_drm_fbdev
Thomas Zimmermann
1
-9
/
+4
2023-04-17
drm/panel: otm8009a: Set backlight parent to panel device
James Cowgill
1
-1
/
+1
2023-04-17
drm/panel: novatek-nt35950: Improve error handling
Konrad Dybcio
1
-1
/
+7
2023-04-17
drm/i915: Fix fast wake AUX sync len
Ville Syrjälä
1
-1
/
+1
2023-04-17
drm/i915: Fix memory leaks in i915 selftests
Cong Liu
1
-1
/
+3
2023-04-17
drm/i915: Make intel_get_crtc_new_encoder() less oopsy
Ville Syrjälä
1
-1
/
+1
2023-04-17
drm/i915/gt: Avoid out-of-bounds access when loading HuC
Lucas De Marchi
1
-4
/
+17
2023-04-17
Merge tag 'amd-drm-next-6.4-2023-04-14' of https://gitlab.freedesktop.org/agd...
Dave Airlie
107
-730
/
+2118
2023-04-16
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
411
-9677
/
+132953
2023-04-16
video/aperture: Provide a VGA helper for gma500 and internal use
Thomas Zimmermann
1
-14
/
+34
2023-04-16
video/aperture: Drop primary argument
Daniel Vetter
1
-1
/
+1
2023-04-16
drm/aperture: Remove primary argument
Daniel Vetter
12
-19
/
+13
2023-04-16
drm/gma500: Use drm_aperture_remove_conflicting_pci_framebuffers
Daniel Vetter
1
-2
/
+7
2023-04-15
drm/imx/lcdc: fix a NULL vs IS_ERR() bug in probe
Dan Carpenter
1
-2
/
+2
2023-04-15
drm/i915: Fix memory leaks in i915 selftests
Cong Liu
1
-1
/
+3
2023-04-15
drm/i915: Make intel_{mpllb,c10pll}_state_verify() safer
Ville Syrjälä
2
-0
/
+10
2023-04-14
drm/bridge: fsl-ldb: Add i.MX6SX support
Fabio Estevam
1
-1
/
+13
[prev]
[next]