summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-01-08drm: Add Content Protection propertySean Paul2-0/+86
2018-01-08drm/i915: Add more control to wait_for routinesSean Paul3-15/+39
2018-01-08drm: Fix link-status kerneldoc line lengthsSean Paul1-4/+5
2018-01-05Merge tag 'imx-drm-next-2018-01-02' of git://git.pengutronix.de/git/pza/linux...Dave Airlie8-38/+188
2018-01-05Merge branch 'drm-armada-devel-4.15' of git://git.armlinux.org.uk/~rmk/linux-...Dave Airlie4-290/+496
2018-01-05Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie19-511/+323
2018-01-05Merge tag 'exynos-drm-next-for-v4.16' of git://git.kernel.org/pub/scm/linux/k...Dave Airlie10-2089/+567
2018-01-05Merge tag 'drm-amdkfd-next-2017-12-24' of git://people.freedesktop.org/~gabba...Dave Airlie36-641/+4619
2018-01-02drm/etnaviv: use memset32 to init pagetableLucas Stach1-3/+2
2018-01-02drm/etnaviv: move submit free out of critical sectionLucas Stach1-3/+5
2018-01-02drm/etnaviv: re-enable perfmon supportLucas Stach1-7/+1
2018-01-02drm/etnaviv: couple runtime PM management to submit object lifetimeLucas Stach3-27/+7
2018-01-02drm/etnaviv: move GPU active handling to bo pin/unpinLucas Stach2-10/+4
2018-01-02drm/etnaviv: move cmdbuf into submit objectLucas Stach10-101/+72
2018-01-02drm/etnaviv: use submit exec_state for perfmon samplingLucas Stach3-4/+4
2018-01-02drm/etnaviv: move exec_state to submit objectLucas Stach6-11/+10
2018-01-02drm/etnaviv: move PMRs to submit objectLucas Stach6-49/+44
2018-01-02drm/etnaviv: refcount the submit objectLucas Stach2-2/+13
2018-01-02drm/etnaviv: move ww_acquire_ctx out of submit objectLucas Stach2-10/+13
2018-01-02drm/etnaviv: move object unpinning to submit cleanupLucas Stach1-21/+12
2018-01-02drm/etnaviv: attach in fence to submit and move fence wait to fence_syncLucas Stach2-16/+14
2018-01-02drm/etnaviv: rename submit fence to out_fenceLucas Stach3-9/+9
2018-01-02drm/etnaviv: move object fence attachment to gem_submit pathLucas Stach2-7/+21
2018-01-02drm/etnaviv: simplify submit_createLucas Stach2-10/+5
2018-01-02drm/etnaviv: add lockdep annotations to buffer manipulation functionsLucas Stach1-0/+12
2018-01-02drm/etnaviv: hold GPU lock while inserting END commandLucas Stach1-0/+2
2018-01-02drm/etnaviv: move workqueue to be per GPULucas Stach4-26/+16
2018-01-02drm/etnaviv: remove switch_context member from etnaviv_gpuLucas Stach3-12/+7
2018-01-02drm/etnaviv: don't flush workqueue in etnaviv_gpu_wait_obj_inactiveLucas Stach1-8/+3
2018-01-02drm/etnaviv: remove stale TODO in etnaviv_gpu_submitLucas Stach1-9/+0
2018-01-02drm/etnaviv: remove -EAGAIN handling from submit pathLucas Stach1-8/+0
2018-01-02drm/etnaviv: get rid of userptr workerLucas Stach2-126/+23
2018-01-02drm/etnaviv: change return type of etnaviv_gem_obj_add to voidLucas Stach3-16/+6
2018-01-02drm/etnaviv: fold __etnaviv_gem_new into callerLucas Stach1-21/+5
2018-01-02drm/etnaviv: add lockdep annotation for userptr object populationLucas Stach1-0/+2
2018-01-02drm/etnaviv: split obj locks in different classes depending on the obj typeLucas Stach2-0/+10
2018-01-02drm/etnaviv: fix GPU vs sync point raceLucas Stach1-10/+6
2018-01-02drm/exynos: ipp: Remove Exynos DRM IPP subsystemMarek Szyprowski6-2081/+3
2018-01-02drm/exynos/decon: Add include guard to the Exynos7 headerKrzysztof Kozlowski2-3/+8
2018-01-02drm/exynos/decon: Move headers from global to local placeKrzysztof Kozlowski4-3/+559
2018-01-02drm/exynos: decon5433: Remove unnecessary platform_get_resource() error checkFabio Estevam1-5/+0
2017-12-28Merge tag 'drm-intel-next-2017-12-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie47-1558/+2018
2017-12-22drm/i915: Update DRIVER_DATE to 20171222Rodrigo Vivi1-2/+2
2017-12-22drm/i915: Show HWSP in intel_engine_dump()Chris Wilson1-1/+33
2017-12-22drm/i915: Assert that the request is on the execution queue before being removedChris Wilson1-0/+2
2017-12-22drm/i915/execlists: Show preemption progress in GEM_TRACEChris Wilson1-2/+5
2017-12-22Merge tag 'gvt-next-2017-12-22' of https://github.com/intel/gvt-linux into dr...Rodrigo Vivi15-666/+675
2017-12-22drm/i915: Put all non-blocking modesets onto an ordered wqVille Syrjälä2-3/+14
2017-12-22drm/i915: Disable GMBUS clock gating around GMBUS transfers on gen9+Ville Syrjälä2-0/+44
2017-12-22drm/i915: Clean up the PNV bit banging vs. GMBUS clock gating w/aVille Syrjälä2-9/+13