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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-25
drm/amdgpu: drop amdgpu_display_gem_fb_init()
Alex Deucher
2
-29
/
+0
2022-03-25
drm/amdgpu: add more cases to noretry=1
Alex Deucher
1
-0
/
+3
2022-03-25
drm/amdgpu: make amdgpu_display_framebuffer_init() static
Alex Deucher
2
-8
/
+9
2022-03-25
drm/amdkfd: Check for potential null return of kmalloc_array()
QintaoShen
1
-0
/
+2
2022-03-25
drm/amdgpu/vcn: improve vcn dpg stop procedure
Tianci Yin
1
-0
/
+3
2022-03-25
drm/amdkfd: Check use_xgmi_p2p before reporting hive_id
Divya Shikre
1
-1
/
+2
2022-03-25
drm/amdkfd: Fix Incorrect VMIDs passed to HWS
Tushar Patel
2
-9
/
+4
2022-03-25
drm/amd/display: remove destructive verify link for TMDS
Charlene Liu
1
-2
/
+1
2022-03-25
drm/amd/display: Add support for zstate during extended vblank
Gabe Teeger
10
-4
/
+80
2022-03-25
drm/amdgpu/vcn: Fix the register setting for vcn1
Emily Deng
1
-2
/
+2
2022-03-25
drm/amd/display: Update VTEM Infopacket definition
Leo (Hanghong) Ma
1
-2
/
+3
2022-03-25
drm/amd/display: Add fSMC_MSG_SetDtbClk support
Oliver Logush
2
-5
/
+18
2022-03-25
drm/amd/display: FEC check in timing validation
Chiawen Huang
1
-0
/
+4
2022-03-25
drm/amd/display: Reduce stack size
Rodrigo Siqueira
1
-1
/
+7
2022-03-25
drm/amd/display: fix audio format not updated after edid updated
Charlene Liu
1
-2
/
+2
2022-03-25
drm/amd/display: Fix p-state allow debug index on dcn31
Nicholas Kazlauskas
1
-0
/
+2
2022-03-25
drm/amdgpu/pm: add asic smu support check
Stanley.Yang
1
-0
/
+6
2022-03-25
drm/amdgpu: add workarounds for VCN TMZ issue on CHIP_RAVEN
Lang Yu
1
-0
/
+71
2022-03-25
drm/amdgpu/gmc: use PCI BARs for APUs in passthrough
Alex Deucher
5
-7
/
+8
2022-03-25
drm/amdgpu: fix off by one in amdgpu_gfx_kiq_acquire()
Dan Carpenter
1
-1
/
+1
2022-03-25
drm/amdgpu/pm: fix the Stable pstate Test in amdgpu_test
Yifan Zhang
1
-1
/
+1
2022-03-25
drm/amdgpu: conduct a proper cleanup of PDB bo
Guchun Chen
1
-1
/
+1
2022-03-25
drm/amdgpu: prevent memory wipe in suspend/shutdown stage
Guchun Chen
1
-1
/
+3
2022-03-25
drm/qxl: fix qxl can't use in arm64
Cong Liu
2
-4
/
+4
2022-03-25
drm/virtio: Remove restriction of non-zero blob_flags
Rob Clark
1
-2
/
+1
2022-03-25
drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes
Liu Zixian
1
-0
/
+2
2022-03-24
Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-1
/
+1
2022-03-25
Merge tag 'drm-misc-next-fixes-2022-03-24-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
3
-10
/
+15
2022-03-25
Merge tag 'drm-intel-next-fixes-2022-03-24' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Dave Airlie
4
-6
/
+18
2022-03-24
Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1323
-33100
/
+483266
2022-03-24
Merge tag 'flexible-array-transformations-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
2
-2
/
+2
2022-03-24
drm/msm: Add missing put_task_struct() in debugfs path
Rob Clark
1
-0
/
+1
2022-03-24
drm/msm/gpu: Remove mutex from wait_event condition
Rob Clark
1
-10
/
+1
2022-03-24
drm/msm/gpu: Park scheduler threads for system suspend
Rob Clark
1
-4
/
+64
2022-03-24
drm/msm/gpu: Rename runtime suspend/resume functions
Rob Clark
1
-3
/
+3
2022-03-24
drm/vc4: hdmi: Support HDMI YUV output
Maxime Ripard
4
-16
/
+311
2022-03-24
drm/vc4: hdmi: Always try to have the highest bpc
Maxime Ripard
2
-5
/
+43
2022-03-24
drm/vc4: hdmi: Take bpp into account for the scrambler
Maxime Ripard
2
-4
/
+17
2022-03-24
drm/vc4: hdmi: Take the sink maximum TMDS clock into account
Maxime Ripard
1
-0
/
+6
2022-03-24
drm/vc4: hdmi: Move clock calculation into its own function
Maxime Ripard
1
-15
/
+37
2022-03-24
drm/vc4: hdmi: Move clock validation to its own function
Maxime Ripard
1
-11
/
+15
2022-03-24
drm/vc4: hdmi: Rename pixel_rate variable
Maxime Ripard
3
-22
/
+22
2022-03-24
drm/bridge: it6505: Fix build error
YueHaibing
1
-0
/
+1
2022-03-24
dma-buf: add dma_resv_replace_fences v2
Christian König
1
-42
/
+7
2022-03-24
drm/edid: fix CEA extension byte #3 parsing
Jani Nikula
1
-4
/
+8
2022-03-24
drm/edid: check basic audio support on CEA extension block
Cooper Chiou
1
-1
/
+2
2022-03-24
drm/etnaviv: stop using dma_resv_excl_fence v2
Christian König
3
-29
/
+14
2022-03-24
drm: bridge: it66121: Add audio support
Nicolas Belin
1
-0
/
+627
2022-03-24
drm: bridge: it66121: Fix the register page length
Nicolas Belin
1
-1
/
+1
2022-03-23
Merge tag 'sound-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
2
-0
/
+32
[prev]
[next]