index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-11
drm/amdgpu: make audio dev's D-state transition PMFW-aware
Evan Quan
1
-0
/
+42
2021-06-11
drm/amd/pm: correct the runpm handling for BACO supported ASIC
Evan Quan
4
-13
/
+55
2021-06-11
drm/amd/pm: drop the incomplete fix for Navi14 runpm issue
Evan Quan
2
-29
/
+2
2021-06-11
drm/bridge: ti-sn65dsi86: Improve probe errors with dev_err_probe()
Douglas Anderson
1
-18
/
+13
2021-06-11
drm/bridge: ti-sn65dsi86: Don't read EDID blob over DDC
Douglas Anderson
1
-22
/
+0
2021-06-11
drm/bridge: ti-sn65dsi86: Add support for the DP AUX bus
Douglas Anderson
2
-0
/
+7
2021-06-11
drm/bridge: ti-sn65dsi86: Promote the AUX channel to its own sub-dev
Douglas Anderson
1
-19
/
+51
2021-06-11
drm/panel: panel-simple: Stash DP AUX bus; allow using it for DDC
Douglas Anderson
1
-6
/
+12
2021-06-11
drm/panel: panel-simple: Allow panel-simple be a DP AUX endpoint device
Douglas Anderson
2
-4
/
+49
2021-06-11
drm: Introduce the DP AUX bus
Douglas Anderson
3
-0
/
+333
2021-06-11
Revert "drm/i915/display: Drop FIXME about turn off infoframes"
José Roberto de Souza
1
-0
/
+1
2021-06-11
drm/tegra: Don't call SET_APPLICATION_ID in VIC boot
Mikko Perttunen
2
-3
/
+0
2021-06-11
drm/tegra: Remove superfluous error messages around platform_get_irq()
Tan Zhongjun
1
-3
/
+1
2021-06-11
drm/panfrost: Fix missing clk_disable_unprepare() on error in panfrost_clk_init()
Wei Yongjun
1
-1
/
+2
2021-06-11
drm/i915: Use ttm mmap handling for ttm bo's.
Maarten Lankhorst
8
-92
/
+251
2021-06-11
drm/vma: Add a driver_private member to vma_node.
Maarten Lankhorst
1
-9
/
+0
2021-06-11
drm/i915/lmem: Verify checks for lmem residency
Thomas Hellström
4
-2
/
+64
2021-06-11
drm/i915/ttm: Introduce a TTM i915 gem object backend
Thomas Hellström
16
-153
/
+730
2021-06-11
Merge tag 'exynos-drm-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-next
Dave Airlie
12
-22
/
+86
2021-06-11
Merge tag 'drm-intel-gt-next-2021-06-10' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
108
-2723
/
+1897
2021-06-11
Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into drm-next
Dave Airlie
5
-43
/
+79
2021-06-11
drm/exynos: use pm_runtime_resume_and_get()
Inki Dae
11
-18
/
+84
2021-06-11
drm/exynos: Use pm_runtime_resume_and_get() to replace open coding
Tian Tao
1
-4
/
+2
2021-06-11
Merge tag 'amd-drm-fixes-5.13-2021-06-09' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Dave Airlie
5
-11
/
+28
2021-06-11
Merge tag 'drm-misc-fixes-2021-06-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
9
-26
/
+80
2021-06-11
Merge tag 'drm-msm-fixes-2021-06-10' of https://gitlab.freedesktop.org/drm/msm into drm-fixes
Dave Airlie
5
-42
/
+124
2021-06-11
drm/panel: db7430: Add driver for Samsung DB7430
Linus Walleij
3
-0
/
+358
2021-06-10
drm/doc: document how userspace should find out CRTC index
Leandro Ribeiro
1
-4
/
+4
2021-06-10
drm: display: Remove duplicated argument in dcn31
Wan Jiabing
1
-2
/
+2
2021-06-10
drm: display: Remove duplicate include in dce110
Wan Jiabing
1
-1
/
+0
2021-06-10
drm/amd/display: use ARRAY_SIZE for base60_refresh_rates
Jiapeng Chong
1
-1
/
+1
2021-06-10
drm/amd/display: Fix duplicate included clk_mgr.h
Jiapeng Chong
1
-1
/
+0
2021-06-10
drm/amd/pm: Add aldebaran throttler translation
Graham Sider
1
-5
/
+22
2021-06-10
drm/amd/pm: Add renoir throttler translation
Graham Sider
1
-5
/
+24
2021-06-10
drm/amd/pm: Add vangogh throttler translation
Graham Sider
1
-9
/
+29
2021-06-10
drm/amd/pm: Add sienna cichlid throttler translation
Graham Sider
1
-5
/
+29
2021-06-10
drm/amd/pm: Add navi1x throttler translation
Graham Sider
1
-0
/
+34
2021-06-10
drm/amd/pm: Add arcturus throttler translation
Graham Sider
1
-5
/
+28
2021-06-10
drm/amd/pm: Add common throttler translation func
Graham Sider
2
-0
/
+17
2021-06-10
drm/amd/pm: Add ASIC independent throttle bits
Graham Sider
1
-0
/
+42
2021-06-10
drm/amd/pm: Add u64 throttler status field to gpu_metrics
Graham Sider
2
-1
/
+60
2021-06-10
drm/amdgpu: Added support for loading auxiliary PSP FW
John Clements
1
-8
/
+46
2021-06-10
drm/amdgpu: Updated fw header structure source
John Clements
3
-60
/
+56
2021-06-10
drm/amdkfd: use allowed domain for vmbo validation
Nirmoy Das
1
-17
/
+4
2021-06-10
drm/msm/dsi: Stash away calculated vco frequency on recalc
Stephen Boyd
2
-0
/
+2
2021-06-10
drm/i915: apply WaEnableVGAAccessThroughIOPort as needed
Emil Velikov
1
-0
/
+3
2021-06-10
drm/etnaviv: add HWDB entry for GC7000 rev 6204
Sascha Hauer
1
-0
/
+31
2021-06-10
drm: Lock pointer access in drm_master_release()
Desmond Cheong Zhi Xi
1
-1
/
+2
2021-06-10
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
452
-3656
/
+223474
2021-06-10
drm/nouveau: init the base GEM fields for internal BOs
Christian König
1
-0
/
+6
[prev]
[next]