index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-08
drm/amdgpu: fix memory leak in amdgpu_vm_update_page_directory
Sudip Mukherjee
1
-1
/
+3
2015-10-07
drm/amdgpu: fix 32-bit compiler warning
Arnd Bergmann
1
-3
/
+3
2015-10-06
drm/amdgpu: flag iceland as experimental
Alex Deucher
1
-5
/
+5
2015-10-06
drm/amdgpu: check before checking pci bridge registers
Alex Deucher
2
-0
/
+6
2015-10-05
drm/amdgpu: fix num_crtc on CZ
Alex Deucher
1
-1
/
+1
2015-10-05
drm/amdgpu: restore the fbdev mode in lastclose
Alex Deucher
3
-1
/
+21
2015-10-02
drm/amdgpu: add pm sysfs files late
Alex Deucher
3
-10
/
+17
2015-09-30
drm/amdgpu: only print meaningful VM faults
Christian König
2
-4
/
+12
2015-09-30
drm/amdgpu/cgs: remove import_gpu_mem
Alex Deucher
2
-56
/
+0
2015-09-29
drm/amdgpu: Restore LCD backlight level on resume
Alex Deucher
1
-2
/
+1
2015-09-29
drm/amdgpu: signedness bug in amdgpu_cs_parser_init()
Dan Carpenter
1
-1
/
+2
2015-09-23
drm/amdgpu: Sprinkle drm_modeset_lock_all to appease locking checks
Alex Deucher
1
-0
/
+4
2015-09-23
drm/amdgpu: sync ce and me with SWITCH_BUFFER(2)
monk.liu
3
-92
/
+23
2015-09-23
drm/amdgpu: integer overflow in amdgpu_mode_dumb_create()
Dan Carpenter
1
-1
/
+1
2015-09-23
drm/amdgpu: info leak in amdgpu_gem_metadata_ioctl()
Dan Carpenter
1
-0
/
+5
2015-09-23
drm/amdgpu: integer overflow in amdgpu_info_ioctl()
Dan Carpenter
1
-2
/
+3
2015-09-23
drm/amdgpu: unwind properly in amdgpu_cs_parser_init()
Dan Carpenter
1
-34
/
+51
2015-09-23
drm/amdgpu: Fix max_vblank_count value for current display engines
Alex Deucher
1
-1
/
+1
2015-09-23
drm/amdgpu: use kmemdup rather than duplicating its implementation
Andrzej Hajda
1
-3
/
+1
2015-09-23
drm/amdgpu: fix UVD suspend and resume for VI APU
Leo Liu
1
-8
/
+12
2015-09-23
drm/amdgpu: fix the UVD suspend sequence order
Leo Liu
3
-6
/
+6
2015-09-23
drm/amdgpu: make UVD handle checking more strict
Leo Liu
1
-27
/
+41
2015-09-23
drm/amdgpu: Disable UVD PG
Leo Liu
1
-1
/
+2
2015-09-23
drm/amdgpu: more scheduler cleanups v2
Christian König
11
-76
/
+87
2015-09-23
drm/amdgpu: cleanup fence queue init v2
Christian König
2
-2
/
+2
2015-09-23
drm/amdgpu: rename fence->scheduler to sched v2
Christian König
10
-22
/
+22
2015-09-23
drm/amdgpu: cleanup entity init
Christian König
3
-19
/
+25
2015-09-23
drm/amdgpu: refine the scheduler job type conversion
Junwei Zhang
3
-4
/
+6
2015-09-23
drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_job
Junwei Zhang
8
-69
/
+71
2015-09-23
drm/amdgpu: use only one reservation object for each VM v2
Christian König
2
-30
/
+9
2015-09-23
drm/amdgpu: validate duplicates in the CS as well
Christian König
1
-14
/
+20
2015-09-23
drm/amdgpu: export reservation_object from dmabuf to ttm (v2)
Christian König
24
-52
/
+70
2015-09-23
drm/amdgpu: fix overflow on 32bit systems
Christian König
1
-1
/
+1
2015-09-23
drm/amdgpu: remove process_job callback from the scheduler
Christian König
3
-24
/
+7
2015-09-23
drm/amdgpu: move scheduler fence callback into fence v2
Christian König
2
-11
/
+12
2015-09-23
drm/amdgpu: signal scheduler fence when hw submission fails v3
Christian König
1
-0
/
+3
2015-09-23
drm/amdgpu: add tracepoint for scheduler (v2)
Chunming Zhou
2
-1
/
+45
2015-09-23
drm/amdgpu: use write confirm for vm_flush()
Christian König
1
-1
/
+2
2015-09-23
drm/amdgpu: execution barrier after fence v2
Anatoli Antonovitch
1
-0
/
+12
2015-09-23
drm/amdgpu: add option to disable semaphores
Christian König
3
-1
/
+21
2015-09-05
Merge branch 'drm-next-4.3' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
22
-52
/
+127
2015-09-04
drm/amdgpu: rename gmc_v8_0_init_compute_vmid
Alex Deucher
1
-3
/
+3
2015-09-04
drm/amdgpu: fix vce3 instance handling
Alex Deucher
1
-6
/
+42
2015-09-04
drm/amdgpu: remove ib test for the second VCE Ring
Leo Liu
1
-0
/
+4
2015-09-04
drm/amdgpu: properly enable VM fault interrupts
Christian König
2
-15
/
+18
2015-09-04
drm/amdgpu: fix warning in scheduler
Alex Deucher
1
-2
/
+3
2015-09-04
Merge branch 'drm-next-4.3' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
25
-153
/
+338
2015-09-03
drm/amdgpu: fix buffer placement under memory pressure
Christian König
1
-1
/
+1
2015-09-03
drm/amdgpu/cz: fix cz_dpm_update_low_memory_pstate logic
Alex Deucher
1
-2
/
+2
2015-09-03
drm/amdgpu: fix typo in dce11 watermark setup
Alex Deucher
1
-1
/
+1
[next]