summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-gt-next-2021-05-28' of git://anongit.freedesktop.org/drm...Dave Airlie2021-06-0285-534/+1504
|\
| * drm/i915: Add Wa_14010733141Aditya Swarup2021-05-272-63/+137
| * drm/i915/params: Align visibility of device level and global modparamsTvrtko Ursulin2021-05-271-4/+4
| * drm/i915/gt: Move CS interrupt handler to the backendChris Wilson2021-05-259-74/+124
| * drm/i915/gt: Move submission_method into intel_gtChris Wilson2021-05-2511-33/+32
| * drm/i915/gt: Move engine setup out of set_default_submissionChris Wilson2021-05-253-56/+44
| * drm/i915/gt: fix typo issuewengjianfeng2021-05-201-2/+2
| * drm/i915/gem: Pin the L-shape quirked object as unshrinkableChris Wilson2021-05-172-6/+7
| * drm/i915/stolen: shuffle around init_memory_regionMatthew Auld2021-05-111-2/+4
| * drm/i915/gt: Do release kernel context if breadcrumb measure failsJanusz Krzysztofik2021-05-101-1/+1
| * drm/i915: Drop duplicate WaDisable4x2SubspanOptimization:hswTvrtko Ursulin2021-05-071-3/+0
| * drm/i915: drop the __i915_active_call pointer packingMatthew Auld2021-05-0515-41/+28
| * drm/i915/gem: hide new uAPI behind CONFIG_BROKENMatthew Auld2021-05-042-0/+6
| * drm/i915/gem: clear userspace buffers for LMEMMatthew Auld2021-05-041-1/+11
| * drm/i915/lmem: support optional CPU clearing for special internal useMatthew Auld2021-05-043-4/+113
| * drm/i915/uapi: implement object placement extensionMatthew Auld2021-05-046-17/+256
| * drm/i915/uapi: introduce drm_i915_gem_create_extMatthew Auld2021-05-043-0/+59
| * drm/i915: rework gem_create flow for upcoming extensionsMatthew Auld2021-05-041-27/+65
| * drm/i915/query: Expose memory regions through the query uAPIAbdiel Janulgue2021-05-042-5/+62
| * drm/i915: mark stolen as privateMatthew Auld2021-05-042-0/+5
| * drm/i915: Use might_alloc()Bernard Zhao2021-04-301-1/+1
| * drm/i915: Remove erroneous i915_is_ggtt check for I915_GEM_OBJECT_UNBIND_VM_T...Maarten Lankhorst2021-04-301-2/+1
| * drm/i915/selftests: Fix active retire callback alignmentTvrtko Ursulin2021-04-302-2/+2
| * drm/i915/overlay: Fix active retire callback alignmentTvrtko Ursulin2021-04-301-1/+1
| * drm/i915: Use trylock in shrinker for ggtt on bsw vt-d and bxt, v2.Maarten Lankhorst2021-04-295-12/+52
| * drm/i915/gem: Remove reference to struct drm_device.pdevThomas Zimmermann2021-04-291-1/+1
| * drm/i915: Fix crash in auto_retireStéphane Marchesin2021-04-291-1/+2
| * drm/i915: Return error value when bo not in LMEM for discreteMohammed Khajapasha2021-04-271-0/+10
| * drm/i915/lmem: Bypass aperture when lmem is availableAnusha Srivatsa2021-04-274-13/+54
| * drm/i915/fbdev: Use lmem physical addresses for fb_mmap() on discreteMohammed Khajapasha2021-04-271-6/+23
| * drm/i915/gtt/dgfx: place the PD in LMEMMatthew Auld2021-04-273-4/+32
| * drm/i915/gtt: map the PD up frontMatthew Auld2021-04-2710-78/+54
| * drm/i915: Update the helper to set correct mappingVenkata Sandeep Dhanalakota2021-04-2710-16/+35
| * drm/i915/dg1: Fix mapping type for default state objectVenkata Ramana Nayana2021-04-271-1/+3
| * drm/i915/gt: Fix a double free in gen8_preallocate_top_level_pdpLv Yunlong2021-04-271-1/+0
| * drm/i915: Give C0DRB3/C1DRB3 a _BW suffixVille Syrjälä2021-04-263-6/+6
| * drm/i915: Read C0DRB3/C1DRB3 as 16 bits againVille Syrjälä2021-04-261-2/+2
| * drm/i915: Avoid div-by-zero on gen2Ville Syrjälä2021-04-261-1/+1
| * drm/i915: Fix docbook descriptions for i915_cmd_parserMaarten Lankhorst2021-04-231-1/+17
| * drm/i915: Fix docbook descriptions for i915_gem_shrinkerMaarten Lankhorst2021-04-231-0/+1
| * drm/i915/stolen: actually mark as contiguousMatthew Auld2021-04-221-3/+9
| * drm/i915/stolen: enforce the min_page_size contractCQ Tang2021-04-221-3/+4
| * drm/i915/stolen: treat stolen local as normal local memoryMatthew Auld2021-04-221-1/+4
| * drm/i915: Create stolen memory region from local memoryCQ Tang2021-04-227-23/+140
| * drm/i915/lmem: Fail driver init if LMEM training failedMatt Roper2021-04-212-0/+15
| * drm/i915/selftests: Rename pm_ prefixed functions namesHsin-Yi Wang2021-04-211-10/+10
| * drm/i915/selftests: Only query RAPL for integrated power measurementsChris Wilson2021-04-204-13/+35
| * drm/i915/selftests: Skip aperture remapping selftest where there is no apertureChris Wilson2021-04-201-0/+3
| * Merge tag 'topic/intel-gen-to-ver-2021-04-19' of git://anongit.freedesktop.or...Joonas Lahtinen2021-04-2051-348/+376
| |\
| * | drm/i915/pmu: Check actual RC6 statusTvrtko Ursulin2021-04-091-1/+3