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-07-05
Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-6
/
+5
2021-07-05
drm/mgag200: Constify LUT for programming bpp
Thomas Zimmermann
2
-12
/
+6
2021-07-05
drm/mgag200: Extract device type and flags in mgag200_pci_probe()
Thomas Zimmermann
2
-16
/
+17
2021-07-05
drm/mgag200: Inline mgag200_device_init()
Thomas Zimmermann
1
-28
/
+13
2021-07-05
drm/mgag200: Don't pass flags to drm_dev_register()
Thomas Zimmermann
1
-1
/
+1
2021-07-05
drm/vram-helper: Unexport drm_vram_helper_{alloc,release}_mm()
Thomas Zimmermann
1
-6
/
+3
2021-07-05
drm/bochs: Use managed initialization for GEM VRAM helpers
Thomas Zimmermann
1
-38
/
+5
2021-07-05
drm/bochs: Move to tiny/
Thomas Zimmermann
12
-846
/
+780
2021-07-03
Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfio
Linus Torvalds
1
-1
/
+1
2021-07-03
Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-8
/
+8
2021-07-02
drm/i915: Drop all references to DRM IRQ midlayer
Thomas Zimmermann
2
-6
/
+0
2021-07-02
drm/i915: Use the correct IRQ during resume
Thomas Zimmermann
4
-3
/
+12
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-23
/
+141
2021-07-02
drm/i915/display: check if compressed_llb was allocated
Matthew Auld
1
-1
/
+2
2021-07-01
Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1198
-21092
/
+308579
2021-07-01
nouveau/svm: implement atomic SVM access
Alistair Popple
4
-11
/
+123
2021-07-01
nouveau/svm: refactor nouveau_range_fault
Alistair Popple
1
-14
/
+20
2021-07-01
mm: rename migrate_pgmap_owner
Alistair Popple
1
-1
/
+1
2021-07-01
drm/i915/display/dg1: Correctly map DPLLs during state readout
José Roberto de Souza
2
-6
/
+16
2021-07-01
drm/amdgpu: Avoid printing of stack contents on firmware load error
Jiri Kosina
1
-4
/
+3
2021-07-01
drm/amdgpu: Fix resource leak on probe error path
Jiri Kosina
1
-6
/
+2
2021-07-01
Merge drm/drm-next into drm-intel-next
Jani Nikula
873
-14605
/
+237222
2021-07-01
drm/aperture: Pass DRM driver structure instead of driver name
Thomas Zimmermann
22
-29
/
+34
2021-07-01
drm/panfrost: Increase the AS_ACTIVE polling timeout
Boris Brezillon
1
-1
/
+1
2021-07-01
drm/panfrost: Queue jobs on the hardware
Steven Price
2
-118
/
+351
2021-07-01
drm/panfrost: Kill in-flight jobs on FD close
Boris Brezillon
2
-6
/
+43
2021-07-01
drm/panfrost: Don't reset the GPU on job faults unless we really have to
Boris Brezillon
3
-2
/
+25
2021-07-01
drm/panfrost: Reset the GPU when the AS_ACTIVE bit is stuck
Boris Brezillon
1
-1
/
+4
2021-07-01
drm/panfrost: Disable the AS on unhandled page faults
Boris Brezillon
2
-3
/
+32
2021-07-01
drm/panfrost: Make sure job interrupts are masked before resetting
Boris Brezillon
1
-5
/
+22
2021-07-01
drm/panfrost: Simplify the reset serialization logic
Boris Brezillon
2
-122
/
+68
2021-07-01
drm/panfrost: Use a threaded IRQ for job interrupts
Boris Brezillon
1
-15
/
+38
2021-07-01
drm/panfrost: Expose a helper to trigger a GPU reset
Boris Brezillon
2
-3
/
+9
2021-07-01
drm/panfrost: Do the exception -> string translation using a table
Boris Brezillon
2
-46
/
+151
2021-07-01
drm/panfrost: Drop the pfdev argument passed to panfrost_exception_name()
Boris Brezillon
5
-5
/
+5
2021-07-01
drm/panfrost: Get rid of the unused JS_STATUS_EVENT_ACTIVE definition
Boris Brezillon
1
-3
/
+0
2021-07-01
drm/panfrost: Make ->run_job() return an ERR_PTR() when appropriate
Boris Brezillon
1
-1
/
+1
2021-07-01
drm/sched: Allow using a dedicated workqueue for the timeout/fault tdr
Boris Brezillon
6
-14
/
+21
2021-07-01
drm/amdgpu: show explicit name instead of id in psp_cmd_submit_buf
Lang Yu
1
-4
/
+4
2021-07-01
drm/amdgpu: add function to show psp_gfx_cmd name via id
Lang Yu
1
-0
/
+38
2021-07-01
drm/amdgpu: add function to show ucode name via id
Lang Yu
2
-0
/
+80
2021-07-01
drm/amdgpu: add license to umc_8_7_0_sh_mask.h
Alex Deucher
1
-0
/
+21
2021-07-01
drm/amdgpu: rectify line endings in umc v8_7_0 IP headers
Lukas Bulwahn
1
-79
/
+79
2021-07-01
drm/amd/pm: Simplify managed I2C transfer of Aldebaran
Luben Tuikov
1
-172
/
+52
2021-07-01
drm/amdgpu: Correctly disable the I2C IP block
Luben Tuikov
1
-18
/
+62
2021-07-01
drm/amdgpu: Use a single loop
Luben Tuikov
1
-35
/
+31
2021-07-01
drm/amdgpu: Fix koops when accessing RAS EEPROM
Luben Tuikov
1
-4
/
+12
2021-07-01
drm/amdgpu: fix 64 bit divide in eeprom code
Alex Deucher
1
-5
/
+9
2021-07-01
drm/amdgpu: RAS EEPROM table is now in debugfs
Luben Tuikov
4
-12
/
+252
2021-07-01
drm/amdgpu: Optimize EEPROM RAS table I/O
Luben Tuikov
5
-306
/
+619
[prev]
[next]