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-01
drm/amdgpu: make sure we unpin the UVD BO
Nirmoy Das
1
-0
/
+1
2021-06-01
drm/amd/pm: retain the fine grain tuning parameters after resume
Xiaojian Du
2
-1
/
+23
2021-06-01
drm/amd/display: WARN_ON cleanups
Nirmoy Das
1
-8
/
+4
2021-06-01
drm/amd/display: do not dereference on NULL
Nirmoy Das
1
-1
/
+4
2021-06-01
drm/amdgpu: support atcs method powershift (v4)
Sathishkumar S
3
-0
/
+79
2021-06-01
drm/amd/pm: use attr_update if the attr has it
Sathishkumar S
1
-1
/
+1
2021-06-01
drm/amdgpu: free the metadata buffer for sg type BOs as well
Shiwu Zhang
1
-1
/
+1
2021-06-01
drm/amdgpu: fix metadata_size for ubo ioctl queries
Shiwu Zhang
1
-2
/
+3
2021-06-01
drm: Fix misleading documentation of drm_gem_cma_create()
Paul Cercueil
1
-2
/
+1
2021-06-01
drm/i915: Disable mmap ioctl for gen12+
Maarten Lankhorst
1
-0
/
+7
2021-06-01
drm/i915: Fix i915_sg_page_sizes to record dma segments rather than physical pages
Thomas Hellström
4
-7
/
+15
2021-06-01
drm/i915: Don't free shared locks while shared
Thomas Hellström
7
-13
/
+93
2021-06-01
drm/i915: Untangle the vma pages_mutex
Thomas Hellström
1
-12
/
+17
2021-05-31
drm: bridge: cdns-mhdp8546: Fix PM reference leak in
Yu Kuai
1
-2
/
+2
2021-05-31
drm/tegra: hub: Implement basic scaling support
Thierry Reding
2
-5
/
+144
2021-05-31
drm/tegra: hub: Fix YUV support
Thierry Reding
5
-9
/
+78
2021-05-31
drm/tegra: Correct DRM_FORMAT_MOD_NVIDIA_SECTOR_LAYOUT
Dmitry Osipenko
1
-1
/
+1
2021-05-31
drm/bridge: lt8912b: Drop unused includes
Linus Walleij
1
-2
/
+0
2021-05-31
Merge 5.13-rc4 into driver-core-next
Greg Kroah-Hartman
39
-266
/
+316
2021-05-28
drm/rockchip: vop: add PX30 version info
Johan Jonker
1
-0
/
+2
2021-05-28
drm/rockchip: cdn-dp: fix sign extension on an int multiply for a u64 result
Colin Ian King
1
-1
/
+1
2021-05-28
drm/rockchip: lvds: Fix an error handling path
Christophe JAILLET
1
-2
/
+2
2021-05-28
drm/rockchip: remove unused function
Jiapeng Chong
1
-5
/
+0
2021-05-28
drm/rockchip: dsi: remove extra component_del() call
Thomas Hebb
1
-4
/
+0
2021-05-28
drm/rockchip: dsi: move all lane config except LCDC mux to bind()
Thomas Hebb
1
-8
/
+28
2021-05-28
drm/rockchip: cdn-dp-core: add MODULE_FIRMWARE macro
Peter Robinson
1
-0
/
+1
2021-05-28
drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in cdn_dp_grf_write()
Yang Yingliang
1
-0
/
+1
2021-05-28
drm: rockchip: set alpha_en to 0 if it is not used
Alex Bee
1
-0
/
+1
2021-05-28
drm: rockchip: add alpha support for RK3036, RK3066, RK3126 and RK3188
Alex Bee
2
-0
/
+22
2021-05-28
drm: rockchip: add missing registers for RK3066
Alex Bee
1
-7
/
+9
2021-05-28
drm: rockchip: add missing registers for RK3188
Alex Bee
1
-1
/
+4
2021-05-28
drm: rockchip: add scaling for RK3036 win1
Alex Bee
1
-2
/
+8
2021-05-28
drm/rockchip: remove existing generic drivers to take over the device
Javier Martinez Canillas
1
-0
/
+10
2021-05-28
drm: Fix for GEM buffers with write-combine memory
Paul Cercueil
1
-6
/
+9
2021-05-28
Merge tag 'drm-intel-fixes-2021-05-27' of ssh://git.freedesktop.org/git/drm/drm-intel into drm-fixes
Dave Airlie
1
-38
/
+33
2021-05-28
Merge tag 'drm-misc-fixes-2021-05-27' of ssh://git.freedesktop.org/git/drm/drm-misc into drm-fixes
Dave Airlie
2
-5
/
+6
2021-05-28
Merge tag 'amd-drm-fixes-5.13-2021-05-26' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
Dave Airlie
10
-14
/
+42
2021-05-27
drm/dp_mst: Use kHz as link rate units when settig source max link caps at init
Nikola Cornij
5
-11
/
+12
2021-05-27
drm/amd/display: Enable support for 16 bpc fixed-point framebuffers.
Mario Kleiner
1
-0
/
+12
2021-05-27
drm/amd/display: Make assert in DCE's program_bit_depth_reduction more lenient.
Mario Kleiner
1
-2
/
+2
2021-05-27
drm/amd/display: Increase linebuffer pixel depth to 36bpp.
Mario Kleiner
8
-10
/
+19
2021-05-27
drm/amd/display: Add support for SURFACE_PIXEL_FORMAT_GRPH_ABGR16161616.
Mario Kleiner
15
-6
/
+29
2021-05-27
drm/fourcc: Add 16 bpc fixed point framebuffer formats.
Mario Kleiner
1
-0
/
+4
2021-05-27
drm/tegra: sor: Fix AUX device reference leak
Thierry Reding
2
-14
/
+20
2021-05-27
drm/tegra: Get ref for DP AUX channel, not its ddc adapter
Lyude Paul
2
-4
/
+7
2021-05-27
drm/i915: Add Wa_14010733141
Aditya Swarup
2
-63
/
+137
2021-05-27
drm/amdgpu/acpi: make ATPX/ATCS structures global (v2)
Alex Deucher
4
-161
/
+139
2021-05-27
drm/amd/amdgpu:save psp ring wptr to avoid attack
Victor Zhao
3
-2
/
+5
2021-05-27
drm/amdgpu/swsmu/aldebaran: fix check in is_dpm_running
Alex Deucher
1
-1
/
+4
2021-05-27
drm/amd/display/modules/hdcp/hdcp_psp: Remove unused function 'mod_hdcp_hdcp1_get_link_encryption_status()'
Lee Jones
1
-13
/
+0
[prev]
[next]