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
/
drm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-30
drm/prime: split array import functions v4
Christian König
10
-48
/
+56
2020-11-30
drm/ttm: nuke ttm_dma_tt_init
Christian König
1
-13
/
+0
2020-11-30
drm/qxl: switch to ttm_sg_tt_init
Christian König
1
-1
/
+1
2020-11-30
drm/vmwgfx: switch to ttm_sg_tt_init
Christian König
1
-2
/
+2
2020-11-30
drm/nouveau: stop using pages with drm_prime_sg_to_page_addr_arrays v2
Christian König
2
-4
/
+4
2020-11-30
drm/amdgpu: stop using pages with drm_prime_sg_to_page_addr_arrays
Christian König
1
-3
/
+3
2020-11-30
drm/radeon: stop using pages with drm_prime_sg_to_page_addr_arrays v2
Christian König
1
-5
/
+6
2020-11-30
drm/cma-helper: Implement mmap as GEM CMA object functions
Thomas Zimmermann
4
-87
/
+41
2020-11-30
drm/cma-helper: Remove prime infix from GEM object functions
Thomas Zimmermann
2
-12
/
+12
2020-11-29
drm: panel: simple: Add BOE NV110WTM-N61
Douglas Anderson
1
-0
/
+46
2020-11-29
drm: panel: simple: Allow specifying the delay from prepare to enable
Douglas Anderson
1
-6
/
+38
2020-11-29
drm: panel: simple: Defer unprepare delay till next prepare to shorten it
Douglas Anderson
1
-3
/
+24
2020-11-29
drm: panel: simple: Fixup the struct panel_desc kernel doc
Douglas Anderson
1
-17
/
+42
2020-11-29
drm/kmb: Remove an unnecessary NULL check
Dan Carpenter
1
-1
/
+1
2020-11-29
drm/rockchip: fix typo in Kconfig 's/HDMI/dsi/'
Dafna Hirschfeld
1
-1
/
+1
2020-11-29
drm/rockchip: for error print, use the correct device pointer
Dafna Hirschfeld
1
-1
/
+1
2020-11-29
drm/rockchip: dw_hdmi: fix incorrect clock in vpll clock error message
Jonathan Liu
1
-1
/
+1
2020-11-28
drm/ingenic: Add basic PM support
Paul Cercueil
1
-0
/
+18
2020-11-27
drm/ttm: Warn on pinning without holding a reference
Daniel Vetter
1
-1
/
+1
2020-11-27
via/via_irq: use __func__ to replace string function name
Bernard Zhao
1
-1
/
+1
2020-11-27
drm/radeon: fix check order in radeon_bo_move
Christian König
1
-30
/
+24
2020-11-26
drm/imx/dcss: allow using nearest neighbor interpolation scaling
Laurentiu Palcu
3
-10
/
+50
2020-11-26
drm/imx/dcss: fix coccinelle warning
Laurentiu Palcu
1
-2
/
+1
2020-11-26
drm/imx/dcss: fix rotations for Vivante tiled formats
Laurentiu Palcu
1
-2
/
+9
2020-11-25
drm/mcde: fix masking and bitwise-or on variable val
Colin Ian King
1
-1
/
+1
2020-11-24
panel-simple: add Innolux N125HCE-GN1
Lukas F. Hartmann
1
-0
/
+28
2020-11-24
drm: fix kernel-doc warnings for SCALING_FILTER
Simon Ser
2
-7
/
+7
2020-11-24
drm/fb-helper: Acquire modeset lock around shadow-buffer flushing
Thomas Zimmermann
1
-2
/
+18
2020-11-24
drm/fb-helper: Copy dma-buf map before flushing shadow fb
Thomas Zimmermann
1
-2
/
+3
2020-11-24
drm/fb-helper: Restore damage area upon errors
Thomas Zimmermann
1
-3
/
+20
2020-11-24
drm/fb-helper: Move damage blit code and its setup into separate routine
Thomas Zimmermann
1
-6
/
+21
2020-11-24
drm/fb-helper: Separate shadow-buffer flushing and calling dirty callback
Thomas Zimmermann
1
-3
/
+1
2020-11-24
drm/fb-helper: Return early in damage worker
Thomas Zimmermann
1
-16
/
+15
2020-11-24
drm/fb-helper: Rename dirty worker to damage worker
Thomas Zimmermann
1
-36
/
+29
2020-11-24
drm/client: Depend on GEM object kmap ref-counting
Thomas Zimmermann
1
-4
/
+0
2020-11-24
drm/fb-helper: Unmap client buffer during shutdown
Thomas Zimmermann
1
-4
/
+9
2020-11-24
drm/fb-helper: Call dirty helper after writing to fbdev
Thomas Zimmermann
1
-0
/
+3
2020-11-24
drm/shmem-helper: Removed drm_gem_shmem_create_object_cached()
Thomas Zimmermann
4
-30
/
+0
2020-11-24
drm/shmem-helper: Use cached mappings by default
Thomas Zimmermann
5
-10
/
+11
2020-11-24
drm/mcde: Fix uninitialized value
Linus Walleij
1
-1
/
+1
2020-11-24
drm/mcde: Support DPI output
Linus Walleij
7
-47
/
+595
2020-11-24
drm/mcde: Break out DSI set-up routine
Linus Walleij
1
-60
/
+75
2020-11-24
drm/mcde: Fix RGB/BGR bug
Linus Walleij
2
-14
/
+13
2020-11-22
drm/via: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-11-22
drm: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-0
/
+1
2020-11-20
drm/meson: dw-hdmi: Enable the iahb clock early enough
Marc Zyngier
1
-2
/
+6
2020-11-20
drm/meson: dw-hdmi: Disable clocks on driver teardown
Marc Zyngier
1
-14
/
+29
2020-11-20
drm/panel: s6e63m0: Fix init sequence
Linus Walleij
1
-8
/
+10
2020-11-20
drm/panel: s6e63m0: Implement 28 backlight levels
Linus Walleij
1
-53
/
+257
2020-11-20
drm/panel: s6e63m0: Fix and extend MCS table
Linus Walleij
1
-8
/
+9
[next]