summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-22Merge tag 'drm-amdkfd-next-2015-01-21' of git://people.freedesktop.org/~gabba...Dave Airlie27-985/+1387
2015-01-21Merge tag 'imx-drm-next-2015-01-09' of git://git.pengutronix.de/git/pza/linux...Dave Airlie26-568/+1334
2015-01-21Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie14-47/+180
2015-01-21Merge tag 'drm-amdkfd-next-2015-01-09' of git://people.freedesktop.org/~gabba...Dave Airlie17-278/+1078
2015-01-18drm/amdkfd: Fix description of sched_policy module parameterBen Goz1-1/+1
2015-01-15drm/amdkfd: Remove sync_with_hw() from amdkfdOded Gabbay3-30/+0
2015-01-15drm/amdkfd: Remove unused function busy_wait()Oded Gabbay1-6/+0
2015-01-15drm/amdkfd: Replace cpu_relax() with schedule() in DQMOded Gabbay1-1/+2
2015-01-13drm/amdkfd: Fix for-loop when allocating HQD (non-HWS)Ben Goz1-3/+3
2015-01-13drm: fix mismerge in drm_crtc.cDave Airlie1-6/+0
2015-01-10Merge tag 'drm-intel-next-2014-12-19' of git://anongit.freedesktop.org/drm-in...Dave Airlie52-2824/+3898
2015-01-09drm/amd: Remove old radeon_sa funcs from kfd-->kgd interfaceOded Gabbay1-18/+0
2015-01-09drm/radeon: Remove old radeon_sa usage from kfd-->kgd interfaceOded Gabbay1-98/+1
2015-01-09drm/amdkfd: Using new gtt sa in amdkfdOded Gabbay4-65/+33
2015-01-09drm/amdkfd: Allocate gart memory using new interfaceOded Gabbay1-2/+14
2015-01-09drm/amdkfd: Fixed calculation of gart buffer sizeOded Gabbay1-3/+19
2015-01-09drm/amdkfd: Add kfd gtt sub-allocator functionsOded Gabbay2-0/+193
2015-01-09drm/amdkfd: Add gtt sa related data to kfd_dev structOded Gabbay1-6/+15
2015-01-09drm/radeon: Impl. new gtt allocate/free functionsOded Gabbay1-0/+85
2015-01-09drm/amd: Add new kfd-->kgd interface for gart usageOded Gabbay1-0/+9
2015-01-09drm/radeon: Enable sdma preemptionBen Goz1-0/+29
2015-01-09drm/amdkfd: Pass queue type to pqm_create_queue()Ben Goz1-2/+2
2015-01-09drm/amdkfd: Identify SDMA queue in create queue ioctlBen Goz1-0/+2
2015-01-09drm/amdkfd: Add SDMA user-mode queues support to QCMBen Goz3-12/+154
2015-01-09drm/amdkfd: Add SDMA mqd supportBen Goz2-0/+130
2015-01-09drm/radeon: Implement SDMA interface functionsBen Goz2-3/+281
2015-01-09drm/amd: Add SDMA functions to kfd-->kgd interfaceBen Goz1-3/+19
2015-01-09drm/amdkfd: Process-device data creation and lookup splitAlexey Skidanov6-30/+41
2015-01-09drm/amdkfd: Add number of watch points to topologyAlexey Skidanov3-71/+86
2015-01-09Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm...Dave Airlie19-159/+1294
2015-01-09Merge tag 'topic/core-stuff-2014-12-19' of git://anongit.freedesktop.org/drm-...Dave Airlie20-174/+179
2015-01-07imx-drm: core: handling of DI clock flags to ipu_crtc_mode_set()Russell King3-20/+25
2015-01-07gpu: ipu-di: Switch to DIV_ROUND_CLOSEST for DI clock divider calcSteve Longerbeam1-6/+3
2015-01-07gpu: ipu-v3: Use videomode in struct ipu_di_signal_cfgSteve Longerbeam3-78/+56
2015-01-07imx-drm: encoder prepare/mode_set must use adjusted modeSteve Longerbeam4-9/+9
2015-01-07imx-drm: ipuv3-crtc: Implement mode_fixupSteve Longerbeam1-0/+12
2015-01-07drm_modes: add drm_display_mode_to_videomodeSteve Longerbeam2-0/+42
2015-01-07gpu: ipu-di: remove some non-functional codeSteve Longerbeam1-6/+0
2015-01-07gpu: ipu-di: Add ipu_di_adjust_videomode()Jiada Wang2-0/+31
2015-01-07drm: rockchip: export functions needed by rockchip dw_hdmi bridge driverPhilipp Zabel2-0/+2
2015-01-07drm: bridge/dw_hdmi: request interrupt only after initializing the mutesPhilipp Zabel1-6/+6
2015-01-07drm: bridge/dw_hdmi: add rockchip rk3288 supportAndy Yan5-0/+357
2015-01-07dt-bindings: Add documentation for rockchip dw hdmiAndy Yan1-0/+46
2015-01-07drm: bridge/dw_hdmi: add function dw_hdmi_phy_enable_spareAndy Yan2-1/+9
2015-01-07drm: bridge/dw_hdmi: clear i2cmphy_stat0 reg in hdmi_phy_wait_i2c_doneAndy Yan1-1/+5
2015-01-07drm: bridge/dw_hdmi: add mode_valid supportAndy Yan1-0/+15
2015-01-07drm: bridge/dw_hdmi: add support for multi-byte register width accessAndy Yan1-2/+42
2015-01-07dt-bindings: add document for dw_hdmiAndy Yan1-0/+50
2015-01-07drm: imx: imx-hdmi: move imx-hdmi to bridge/dw_hdmiAndy Yan8-238/+262
2015-01-06drm: imx: imx-hdmi: split phy configuration to platform driverAndy Yan3-70/+101