summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | drm/rockchip: vop: Fix virtual stride calculationMark Yao2015-08-261-1/+1
| * | | | | | Merge tag 'vmwgfx-next-15-09-01' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2015-09-042-1/+12
| |\ \ \ \ \ \
| | * | | | | | drm/vmwgfx: Allow dropped masters render-node like access on legacy nodes v2Thomas Hellstrom2015-09-012-1/+12
| * | | | | | | Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2015-09-045-156/+110
| |\ \ \ \ \ \ \
| | * | | | | | | drm/exynos: remove buf_cnt from struct exynos_drm_fbJoonyoung Shim2015-09-021-9/+0
| | * | | | | | | drm/exynos: remove exynos_drm_fb_get_buf_cnt()Joonyoung Shim2015-09-023-13/+1
| | * | | | | | | drm/exynos: cleanup exynos_user_fb_create()Joonyoung Shim2015-09-021-34/+13
| | * | | | | | | drm/exynos: update exynos_drm_framebuffer_init() for multiple buffersJoonyoung Shim2015-09-023-19/+25
| | * | | | | | | drm/exynos: cleanup to get gem object for fbJoonyoung Shim2015-09-021-15/+8
| | * | | | | | | drm/exynos: update fb_info via only one functionJoonyoung Shim2015-09-021-16/+13
| | * | | | | | | drm/exynos: cleanup exynos_drm_fbdev_update()Joonyoung Shim2015-09-021-11/+4
| | * | | | | | | drm/exynos: s/exynos_gem_obj/obj in exynos_drm_fbdev.cJoonyoung Shim2015-09-021-16/+14
| | * | | | | | | drm/exynos: remove exynos_drm_fb_set_buf_cnt()Joonyoung Shim2015-09-023-17/+3
| | * | | | | | | drm/exynos: remove superfluous checks in g2d_check_reg_offset()Tobias Jakobi2015-09-021-8/+0
| | * | | | | | | drm/exynos: fix size check in g2d_check_buf_desc_is_valid()Tobias Jakobi2015-09-021-10/+41
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | Merge branch 'drm-next-4.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2015-09-0429-164/+360
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | drm/amdgpu: set MEC doorbell range for FijiJammy Zhou2015-09-021-1/+2
| | * | | | | drm/amdgpu: implement burst NOP for SDMAJammy Zhou2015-09-023-15/+86
| | * | | | | drm/amdgpu: add insert_nop ring func and default implementationJammy Zhou2015-09-0212-3/+36
| | * | | | | drm/amdgpu: add amdgpu_get_sdma_instance helper functionJammy Zhou2015-09-021-0/+15
| | * | | | | drm/amdgpu: add AMDGPU_MAX_SDMA_INSTANCESJammy Zhou2015-09-021-1/+4
| | * | | | | drm/amdgpu: add burst_nop flag for sdmaJammy Zhou2015-09-024-0/+7
| | * | | | | drm/amdgpu: add count field for the SDMA NOP packet v2Jammy Zhou2015-09-023-0/+11
| | * | | | | drm/amdgpu: use PT for VM sync on unmapChristian König2015-09-021-13/+6
| | * | | | | drm/amdgpu: make wait_event uninterruptible in push_jobChunming Zhou2015-09-021-4/+3
| | * | | | | drm/amdgpu: fix amdgpu_bo_unreserve order in GEM_OP IOCTL v2Christian König2015-09-021-1/+4
| | * | | | | drm/amdgpu: partially revert "modify amdgpu_fence_wait_any() to amdgpu_fence_...Christian König2015-09-023-43/+16
| | * | | | | Add radeon suspend/resume quirk for HP Compaq dc5750.Jeffery Miller2015-09-021-0/+8
| | * | | | | drm/amdgpu: re-work sync_resvChunming Zhou2015-09-021-6/+18
| | * | | | | drm/amdgpu/atom: Send out the full AUX addressAlex Deucher2015-09-021-1/+2
| | * | | | | drm/radeon/native: Send out the full AUX addressAlex Deucher2015-08-311-2/+2
| | * | | | | drm/radeon/atom: Send out the full AUX addressVille Syrjälä2015-08-311-2/+3
| | * | | | | drm/amdgpu: use IB for fill_buffer instead of direct commandChunming Zhou2015-08-284-20/+20
| | * | | | | drm/amdgpu: stop trying to suspend UVD sessions v2Christian König2015-08-282-24/+19
| | * | | | | drm/amdgpu: add scheduler dependency callback v2Christian König2015-08-285-0/+55
| | * | | | | drm/amdgpu: let the scheduler work more with jobs v2Christian König2015-08-281-24/+37
| | * | | | | drm/radeon: fix HDMI quantization_range for pre-DCE5 asicsAlex Deucher2015-08-281-7/+9
| * | | | | | Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2015-08-3113-153/+451
| |\ \ \ \ \ \
| | * | | | | | drm/exynos: fix build warning to exynos_drm_gem.cInki Dae2015-08-311-1/+1
| | * | | | | | drm/exynos: Properly report supported formats for each deviceMarek Szyprowski2015-08-317-14/+73
| | * | | | | | drm/exynos: add render node supportJoonyoung Shim2015-08-311-19/+19
| | * | | | | | drm/exynos: implement atomic_{begin/flush} of DECONHyungwon Hwang2015-08-312-13/+51
| | * | | | | | drm/exynos: remove legacy ->suspend()/resume()Gustavo Padovan2015-08-311-2/+0
| | * | | | | | drm/exynos: Enable atomic modesetting featureGustavo Padovan2015-08-311-1/+2
| | * | | | | | drm/exynos: remove wait queue for pending page flipGustavo Padovan2015-08-312-11/+1
| | * | | | | | drm/exynos: wait all planes updates to finishGustavo Padovan2015-08-314-6/+61
| | * | | | | | drm/exynos: add atomic asynchronous commitGustavo Padovan2015-08-313-35/+124
| | * | | | | | drm/exynos: fimd: only finish update if START == START_SGustavo Padovan2015-08-311-2/+6
| | * | | | | | drm/exynos: check for pending fb before finish updateGustavo Padovan2015-08-319-9/+54
| | * | | | | | drm/exynos: fimd: move window protect code to prepare/cleanup_planeGustavo Padovan2015-08-311-23/+34
OpenPOWER on IntegriCloud