summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-03-24drm/vmwgfx: Add SM5 param for userspaceDeepak Rawat1-0/+3
2020-03-24drm/vmwgfx: Add surface define v4 commandDeepak Rawat2-2/+36
2020-03-24drm/vmwgfx: Refactor surface_define to use vmw_surface_metadataDeepak Rawat4-246/+215
2020-03-24drm/vmwgfx: Split surface metadata from struct vmw_surfaceDeepak Rawat4-154/+202
2020-03-24drm/vmwgfx: Add support for streamoutput with mob commandsDeepak Rawat8-7/+630
2020-03-24drm/vmwgfx: Rename stream output target binding tracker structDeepak Rawat3-23/+23
2020-03-24drm/vmwgfx: Add support for indirect and dispatch commandsDeepak Rawat1-0/+70
2020-03-24drm/vmwgfx: Add support for UA view commandsDeepak Rawat7-18/+319
2020-03-24drm/vmwgfx: Support SM5 shader type in command bufferDeepak Rawat2-4/+21
2020-03-24drm/vmwgfx: Read new register for GB memory when availableDeepak Rawat1-3/+9
2020-03-24drm/vmwgfx: Add a new enum for SM5 graphics context capabilityDeepak Rawat2-0/+24
2020-03-24drm/vmwgfx: Sync virtual device headers for new featureDeepak Rawat8-585/+1646
2020-03-24drm/vmwgfx: Use enum to represent graphics context capabilitiesDeepak Rawat8-31/+69
2020-03-24drm/vmwgfx: Deprecate logic ops commandsDeepak Rawat2-18/+12
2020-03-24drm/vmwgfx: Sync legacy multisampling device capabilityDeepak Rawat2-8/+16
2020-03-24drm/vmwgfx: Also check for SVGA_CAP_DX before reading DX context supportDeepak Rawat1-1/+1
2020-03-23drm/i915/gt: Only delay the context barrier pmChris Wilson1-1/+1
2020-03-23drm/vram-helper: remove unneeded #if defined/endif guards.Wambui Karuga1-4/+0
2020-03-23drm/i915/selftests: mark huge_gem_object as not shrinkableMatthew Auld1-2/+1
2020-03-23drm/i915/gt: Delay release of engine-pm after last retirementChris Wilson2-2/+2
2020-03-23drm/i915: Extend intel_wakeref to support delayed putsChris Wilson4-9/+33
2020-03-23drm/i915/selftests/perf: watch out for stolen objectsMatthew Auld1-1/+4
2020-03-23drm/i915: Rely on direct submission to the queueChris Wilson3-8/+1
2020-03-23drm/rockchip: Add support for afbcAndrzej Pietrasiewicz5-5/+276
2020-03-23drm/i915/gem: Avoid gem_context->mutex for simple vma lookupChris Wilson1-49/+87
2020-03-23drm/i915: Avoid live-lock with i915_vma_parked()Chris Wilson1-15/+14
2020-03-23drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace periodChris Wilson1-2/+10
2020-03-23drm/i915/edp: Ignore short pulse when panel powered offAnshuman Gupta1-4/+19
2020-03-23drm/i915/gt: Leave rps->cur_freq on unparkChris Wilson1-9/+8
2020-03-23drm/i915/gt: Treat idling as a RPS downclock eventChris Wilson1-0/+13
2020-03-22drm/i915/gt: Use the correct err_unlock unwind path for a closed contextChris Wilson1-1/+1
2020-03-22drm/lima: add trace point for tasksQiang Yu5-2/+64
2020-03-22drm/lima: add error sysfs to export error task dumpQiang Yu1-0/+94
2020-03-22drm/lima: save task info dump when task failQiang Yu5-0/+235
2020-03-22drm/lima: add max_error_tasks module parameterQiang Yu2-0/+5
2020-03-22drm/lima: save process info for debug usageQiang Yu2-0/+8
2020-03-21drm/mipi-dbi: Make mipi_dbi_command_stackbuf() data parameter constGeert Uytterhoeven1-1/+2
2020-03-20drm/etnaviv: fix TS cache flushing on GPUs with BLT engineLucas Stach2-5/+57
2020-03-20drm/etnaviv: request pages from DMA32 zone when neededLucas Stach4-2/+12
2020-03-20drm/amdgpu/sriov : Don't resume RLCG for SRIOV guestshaoyunl1-0/+5
2020-03-20drm/amdgpu: protect RAS sysfs during GPU resetJohn Clements2-1/+20
2020-03-20drm/msm/a6xx: Use the DMA API for GMU memory objectsJordan Crouse2-107/+14
2020-03-20drm/i915/perf: Invalidate OA TLB on when closing perf streamUmesh Nerlige Ramappa2-0/+10
2020-03-20drm/i915/gem: Check for a closed context when looking up an engineChris Wilson1-2/+6
2020-03-20drm/i915/gt: Restrict gen7 w/a batch to HaswellChris Wilson1-1/+1
2020-03-20drm/i915/gt: Report context-is-closed prior to pinningChris Wilson1-2/+5
2020-03-20drm/i915: Fix crtc nv12 etc. plane bitmasks for DPMS offVille Syrjälä3-10/+19
2020-03-20drm/i915/dp: Add writing of DP SDPsGwan-gyeong Mun2-0/+202
2020-03-20drm/i915/dp: Add compute routine for DP HDR Metadata Infoframe SDPGwan-gyeong Mun1-0/+24
2020-03-20drm/i915/dp: Add compute routine for DP VSC SDPGwan-gyeong Mun2-0/+101