summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2015-01-09drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay-65/+33
2015-01-09drm/amdkfd: Allocate gart memory using new interfaceOded Gabbay-2/+14
2015-01-09drm/amdkfd: Fixed calculation of gart buffer sizeOded Gabbay-3/+19
2015-01-09drm/amdkfd: Add kfd gtt sub-allocator functionsOded Gabbay-0/+193
2015-01-09drm/amdkfd: Add gtt sa related data to kfd_dev structOded Gabbay-6/+15
2015-01-09drm/radeon: Impl. new gtt allocate/free functionsOded Gabbay-0/+85
2015-01-09drm/amd: Add new kfd-->kgd interface for gart usageOded Gabbay-0/+9
2015-01-09drm/radeon: Enable sdma preemptionBen Goz-0/+29
2015-01-09drm/amdkfd: Pass queue type to pqm_create_queue()Ben Goz-2/+2
2015-01-09drm/amdkfd: Identify SDMA queue in create queue ioctlBen Goz-0/+2
2015-01-09drm/amdkfd: Add SDMA user-mode queues support to QCMBen Goz-12/+154
2015-01-09drm/amdkfd: Add SDMA mqd supportBen Goz-0/+130
2015-01-09drm/radeon: Implement SDMA interface functionsBen Goz-3/+281
2015-01-09drm/amd: Add SDMA functions to kfd-->kgd interfaceBen Goz-3/+19
2015-01-09drm/amdkfd: Process-device data creation and lookup splitAlexey Skidanov-30/+41
2015-01-09drm/amdkfd: Add number of watch points to topologyAlexey Skidanov-71/+86
2015-01-09drm/rockchip: fix dma_alloc_attrs() error checkDaniel Kurtz-6/+3
2015-01-09Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm...Dave Airlie-150/+1083
2015-01-09Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-...Dave Airlie-158/+140
2015-01-08drm/radeon: add a dpm quirk listAlex Deucher-0/+33
2015-01-08drm/amdkfd: Fix sparse warning (different address space)Oded Gabbay-1/+1
2015-01-08drm/radeon: fix VM flush on CIK (v3)Alex Deucher-0/+21
2015-01-08drm/radeon: fix VM flush on SI (v3)Alex Deucher-0/+36
2015-01-08drm/radeon: fix VM flush on cayman/aruba (v3)Alex Deucher-0/+40
2015-01-08drm/i915: Reserve shadow batch VMA analogue to othersTvrtko Ursulin-0/+2
2015-01-08drm/amdkfd: Drop interrupt SW ring bufferMichel Dänzer-212/+2
2015-01-08Merge tag 'amdkfd-fixes-2015-01-06' of git://people.freedesktop.org/~gabbayo/...Dave Airlie-152/+213
2015-01-08Merge branch 'drm-fixes-3.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie-12/+14
2015-01-08Merge branch 'linux-3.19' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie-33/+124
2015-01-07imx-drm: core: handling of DI clock flags to ipu_crtc_mode_set()Russell King-20/+25
2015-01-07gpu: ipu-di: Switch to DIV_ROUND_CLOSEST for DI clock divider calcSteve Longerbeam-6/+3
2015-01-07gpu: ipu-v3: Use videomode in struct ipu_di_signal_cfgSteve Longerbeam-62/+53
2015-01-07imx-drm: encoder prepare/mode_set must use adjusted modeSteve Longerbeam-9/+9
2015-01-07imx-drm: ipuv3-crtc: Implement mode_fixupSteve Longerbeam-0/+12
2015-01-07drm_modes: add drm_display_mode_to_videomodeSteve Longerbeam-0/+40
2015-01-07gpu: ipu-di: remove some non-functional codeSteve Longerbeam-6/+0
2015-01-07gpu: ipu-di: Add ipu_di_adjust_videomode()Jiada Wang-0/+29
2015-01-07drm: rockchip: export functions needed by rockchip dw_hdmi bridge driverPhilipp Zabel-0/+2
2015-01-07drm: bridge/dw_hdmi: request interrupt only after initializing the mutesPhilipp Zabel-6/+6
2015-01-07drm: bridge/dw_hdmi: add rockchip rk3288 supportAndy Yan-0/+356
2015-01-07drm: bridge/dw_hdmi: add function dw_hdmi_phy_enable_spareAndy Yan-1/+9
2015-01-07drm: bridge/dw_hdmi: clear i2cmphy_stat0 reg in hdmi_phy_wait_i2c_doneAndy Yan-1/+5
2015-01-07drm: bridge/dw_hdmi: add mode_valid supportAndy Yan-0/+15
2015-01-07drm: bridge/dw_hdmi: add support for multi-byte register width accessAndy Yan-2/+42
2015-01-07drm: imx: imx-hdmi: move imx-hdmi to bridge/dw_hdmiAndy Yan-238/+202
2015-01-07drm/i915: Add ioctl to set per-context parametersChris Wilson-0/+75
2015-01-07drm/i915: Push vblank enable/disable past encoder->enable/disableDaniel Vetter-21/+21
2015-01-07drm/i915: Move the ban period onto the contextChris Wilson-1/+9
2015-01-07Revert "drm/i915: Parsing LFP brightness control from VBT"Rodrigo Vivi-32/+0
2015-01-06drm/amdkfd: rewrite kfd_ioctl() according to drm_ioctl()Oded Gabbay-48/+86