index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
*
|
|
|
|
|
drm/rockchip: vop: Add yuv plane support
Mark Yao
2015-08-26
1
-2
/
+54
|
|
*
|
|
|
|
|
drm/rockchip: vop: Fix window dest start point
Mark Yao
2015-08-26
1
-4
/
+2
|
|
*
|
|
|
|
|
drm/rockchip: vop: Fix virtual stride calculation
Mark Yao
2015-08-26
1
-1
/
+1
|
*
|
|
|
|
|
|
Merge tag 'vmwgfx-next-15-09-01' of git://people.freedesktop.org/~thomash/lin...
Dave Airlie
2015-09-04
2
-1
/
+12
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
drm/vmwgfx: Allow dropped masters render-node like access on legacy nodes v2
Thomas Hellstrom
2015-09-01
2
-1
/
+12
|
*
|
|
|
|
|
|
|
Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
2015-09-04
5
-156
/
+110
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
drm/exynos: remove buf_cnt from struct exynos_drm_fb
Joonyoung Shim
2015-09-02
1
-9
/
+0
|
|
*
|
|
|
|
|
|
|
drm/exynos: remove exynos_drm_fb_get_buf_cnt()
Joonyoung Shim
2015-09-02
3
-13
/
+1
|
|
*
|
|
|
|
|
|
|
drm/exynos: cleanup exynos_user_fb_create()
Joonyoung Shim
2015-09-02
1
-34
/
+13
|
|
*
|
|
|
|
|
|
|
drm/exynos: update exynos_drm_framebuffer_init() for multiple buffers
Joonyoung Shim
2015-09-02
3
-19
/
+25
|
|
*
|
|
|
|
|
|
|
drm/exynos: cleanup to get gem object for fb
Joonyoung Shim
2015-09-02
1
-15
/
+8
|
|
*
|
|
|
|
|
|
|
drm/exynos: update fb_info via only one function
Joonyoung Shim
2015-09-02
1
-16
/
+13
|
|
*
|
|
|
|
|
|
|
drm/exynos: cleanup exynos_drm_fbdev_update()
Joonyoung Shim
2015-09-02
1
-11
/
+4
|
|
*
|
|
|
|
|
|
|
drm/exynos: s/exynos_gem_obj/obj in exynos_drm_fbdev.c
Joonyoung Shim
2015-09-02
1
-16
/
+14
|
|
*
|
|
|
|
|
|
|
drm/exynos: remove exynos_drm_fb_set_buf_cnt()
Joonyoung Shim
2015-09-02
3
-17
/
+3
|
|
*
|
|
|
|
|
|
|
drm/exynos: remove superfluous checks in g2d_check_reg_offset()
Tobias Jakobi
2015-09-02
1
-8
/
+0
|
|
*
|
|
|
|
|
|
|
drm/exynos: fix size check in g2d_check_buf_desc_is_valid()
Tobias Jakobi
2015-09-02
1
-10
/
+41
|
|
|
|
_
|
_
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'drm-next-4.3' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
2015-09-04
29
-164
/
+360
|
|
\
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
/
/
|
|
/
|
|
|
|
/
/
/
|
|
|
|
_
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
drm/amdgpu: set MEC doorbell range for Fiji
Jammy Zhou
2015-09-02
1
-1
/
+2
|
|
*
|
|
|
|
|
drm/amdgpu: implement burst NOP for SDMA
Jammy Zhou
2015-09-02
3
-15
/
+86
|
|
*
|
|
|
|
|
drm/amdgpu: add insert_nop ring func and default implementation
Jammy Zhou
2015-09-02
12
-3
/
+36
|
|
*
|
|
|
|
|
drm/amdgpu: add amdgpu_get_sdma_instance helper function
Jammy Zhou
2015-09-02
1
-0
/
+15
|
|
*
|
|
|
|
|
drm/amdgpu: add AMDGPU_MAX_SDMA_INSTANCES
Jammy Zhou
2015-09-02
1
-1
/
+4
|
|
*
|
|
|
|
|
drm/amdgpu: add burst_nop flag for sdma
Jammy Zhou
2015-09-02
4
-0
/
+7
|
|
*
|
|
|
|
|
drm/amdgpu: add count field for the SDMA NOP packet v2
Jammy Zhou
2015-09-02
3
-0
/
+11
|
|
*
|
|
|
|
|
drm/amdgpu: use PT for VM sync on unmap
Christian König
2015-09-02
1
-13
/
+6
|
|
*
|
|
|
|
|
drm/amdgpu: make wait_event uninterruptible in push_job
Chunming Zhou
2015-09-02
1
-4
/
+3
|
|
*
|
|
|
|
|
drm/amdgpu: fix amdgpu_bo_unreserve order in GEM_OP IOCTL v2
Christian König
2015-09-02
1
-1
/
+4
|
|
*
|
|
|
|
|
drm/amdgpu: partially revert "modify amdgpu_fence_wait_any() to amdgpu_fence_...
Christian König
2015-09-02
3
-43
/
+16
|
|
*
|
|
|
|
|
Add radeon suspend/resume quirk for HP Compaq dc5750.
Jeffery Miller
2015-09-02
1
-0
/
+8
|
|
*
|
|
|
|
|
drm/amdgpu: re-work sync_resv
Chunming Zhou
2015-09-02
1
-6
/
+18
|
|
*
|
|
|
|
|
drm/amdgpu/atom: Send out the full AUX address
Alex Deucher
2015-09-02
1
-1
/
+2
|
|
*
|
|
|
|
|
drm/radeon/native: Send out the full AUX address
Alex Deucher
2015-08-31
1
-2
/
+2
|
|
*
|
|
|
|
|
drm/radeon/atom: Send out the full AUX address
Ville Syrjälä
2015-08-31
1
-2
/
+3
|
|
*
|
|
|
|
|
drm/amdgpu: use IB for fill_buffer instead of direct command
Chunming Zhou
2015-08-28
4
-20
/
+20
|
|
*
|
|
|
|
|
drm/amdgpu: stop trying to suspend UVD sessions v2
Christian König
2015-08-28
2
-24
/
+19
|
|
*
|
|
|
|
|
drm/amdgpu: add scheduler dependency callback v2
Christian König
2015-08-28
5
-0
/
+55
|
|
*
|
|
|
|
|
drm/amdgpu: let the scheduler work more with jobs v2
Christian König
2015-08-28
1
-24
/
+37
|
|
*
|
|
|
|
|
drm/radeon: fix HDMI quantization_range for pre-DCE5 asics
Alex Deucher
2015-08-28
1
-7
/
+9
|
*
|
|
|
|
|
|
Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...
Dave Airlie
2015-08-31
13
-153
/
+451
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
drm/exynos: fix build warning to exynos_drm_gem.c
Inki Dae
2015-08-30
1
-1
/
+1
|
|
*
|
|
|
|
|
|
drm/exynos: Properly report supported formats for each device
Marek Szyprowski
2015-08-30
7
-14
/
+73
|
|
*
|
|
|
|
|
|
drm/exynos: add render node support
Joonyoung Shim
2015-08-30
1
-19
/
+19
|
|
*
|
|
|
|
|
|
drm/exynos: implement atomic_{begin/flush} of DECON
Hyungwon Hwang
2015-08-30
2
-13
/
+51
|
|
*
|
|
|
|
|
|
drm/exynos: remove legacy ->suspend()/resume()
Gustavo Padovan
2015-08-30
1
-2
/
+0
|
|
*
|
|
|
|
|
|
drm/exynos: Enable atomic modesetting feature
Gustavo Padovan
2015-08-30
1
-1
/
+2
|
|
*
|
|
|
|
|
|
drm/exynos: remove wait queue for pending page flip
Gustavo Padovan
2015-08-30
2
-11
/
+1
|
|
*
|
|
|
|
|
|
drm/exynos: wait all planes updates to finish
Gustavo Padovan
2015-08-30
4
-6
/
+61
|
|
*
|
|
|
|
|
|
drm/exynos: add atomic asynchronous commit
Gustavo Padovan
2015-08-30
3
-35
/
+124
|
|
*
|
|
|
|
|
|
drm/exynos: fimd: only finish update if START == START_S
Gustavo Padovan
2015-08-30
1
-2
/
+6
[prev]
[next]