summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Update add_request() to take a request structureJohn Harrison2015-06-237-22/+23
* drm/i915: Update queue_flip() to take a request structureJohn Harrison2015-06-234-17/+21
* drm/i915: Update overlay code to do explicit request managementJohn Harrison2015-06-231-16/+41
* drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison2015-06-238-23/+57
* drm/i915: Update render_state_init() to take a request structureJohn Harrison2015-06-234-19/+17Star
* drm/i915: Update init_context() to take a request structureJohn Harrison2015-06-234-13/+10Star
* drm/i915: Update deferred context creation to do explicit request managementJohn Harrison2015-06-231-1/+10
* drm/i915: Update do_switch() to take a request structureJohn Harrison2015-06-231-3/+4
* drm/i915: Update i915_switch_context() to take a request structureJohn Harrison2015-06-234-16/+12Star
* drm/i915: Update ppgtt_init_ring() & context_enable() to take requestsJohn Harrison2015-06-235-8/+9
* drm/i915: Add explicit request management to i915_gem_init_hw()John Harrison2015-06-234-8/+14
* drm/i915: Don't tag kernel batches as user batchesJohn Harrison2015-06-232-2/+2
* drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()John Harrison2015-06-233-29/+22Star
* drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ringJohn Harrison2015-06-233-20/+36
* drm/i915: Update i915_gpu_idle() to manage its own requestJohn Harrison2015-06-231-1/+13
* drm/i915: Add flag to i915_add_request() to skip the cache flushJohn Harrison2015-06-235-12/+18
* drm/i915: Update execbuffer_move_to_active() to take a request structureJohn Harrison2015-06-233-5/+5
* drm/i915: Update move_to_gpu() to take a request structureJohn Harrison2015-06-232-13/+11Star
* drm/i915: Update the dispatch tracepoint to use params->requestJohn Harrison2015-06-232-2/+2
* drm/i915: Add request to execbuf params and add explicit cleanupJohn Harrison2015-06-232-2/+12
* drm/i915: Update alloc_request to return the allocated requestJohn Harrison2015-06-235-7/+15
* drm/i915: Simplify i915_gem_execbuffer_retire_commands() parametersJohn Harrison2015-06-233-13/+6Star
* drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison2015-06-234-52/+70
* drm/i915: Set context in request from creation even in legacy modeJohn Harrison2015-06-233-22/+14Star
* drm/i915: Early alloc request in execbuffJohn Harrison2015-06-231-0/+7
* drm/i915: i915_add_request must not failJohn Harrison2015-06-237-40/+31Star
* drm/i915: Reserve ring buffer space for i915_add_request() commandsJohn Harrison2015-06-235-2/+153
* Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter2015-06-23394-3153/+432086
|\
| * drm/dp/mst: take lock around looking up the branch device on hpd irqDave Airlie2015-06-231-0/+3
| * drm/dp/mst: make sure mst_primary mstb is valid in work functionDaniel Vetter2015-06-231-5/+19
| * Merge tag 'drm-intel-next-fixes-2015-06-22' of git://anongit.freedesktop.org/...Dave Airlie2015-06-231-21/+21
| |\
| | * drm/i915: Silence compiler warningAnder Conselvan de Oliveira2015-06-221-21/+21
| * | of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regsDave Airlie2015-06-231-0/+1
| * | Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2015-06-2333-1387/+2529
| |\ \
| | * | ARM: dts: rename the clock of MIPI DSI 'pll_clk' to 'sclk_mipi'Hyungwon Hwang2015-06-221-1/+1
| | * | drm/exynos: dsi: do not set TE GPIO direction by inputHyungwon Hwang2015-06-221-2/+2
| | * | drm/exynos: dsi: add support for MIC driver as a bridgeHyungwon Hwang2015-06-222-3/+44
| | * | drm/exynos: dsi: add support for Exynos5433Hyungwon Hwang2015-06-223-16/+87
| | * | drm/exynos: dsi: make use of array for clock accessHyungwon Hwang2015-06-221-35/+33Star
| | * | drm/exynos: dsi: make use of driver data for static valuesHyungwon Hwang2015-06-221-51/+145
| | * | drm/exynos: dsi: add macros for register accessHyungwon Hwang2015-06-221-47/+51
| | * | drm/exynos: dsi: rename pll_clk to sclk_clkHyungwon Hwang2015-06-222-23/+20Star
| | * | drm/exynos: mic: add MIC driverHyungwon Hwang2015-06-226-3/+552
| | * | of: add helper for getting endpoint node of specific identifiersHyungwon Hwang2015-06-222-0/+41
| | * | drm/exynos: add Exynos5433 decon driverJoonyoung Shim2015-06-226-0/+898
| | * | drm/exynos: fix the input prompt of Exynos7 DECONHyungwon Hwang2015-06-221-1/+1
| | * | drm/exynos: add drm_iommu_attach_device_if_possible()Hyungwon Hwang2015-06-226-46/+47
| | * | drm/exynos: Add the dependency for DRM_EXYNOS to DPI/DSI/DPHyungwon Hwang2015-06-221-3/+3
| | * | drm/exynos: remove the dependency of DP driver for ARCH_EXYNOSHyungwon Hwang2015-06-221-1/+1
| | * | drm/exynos: do not wait for vblank at atomic operationInki Dae2015-06-191-2/+0Star