summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: convert get_user_pages() --> pin_user_pages()John Hubbard2020-06-041-9/+13
* Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-03258-7308/+13479
|\
| * Merge tag 'drm-intel-next-fixes-2020-05-20' of git://anongit.freedesktop.org/...Dave Airlie2020-05-213-13/+14
| |\
| | * drm/i915: Fix AUX power domain toggling across TypeC mode resetsImre Deak2020-05-191-2/+3
| | * drm/i915: Mark check_shadow_context_ppgtt as maybe unusedNathan Chancellor2020-05-191-1/+1
| | * drm/i915: avoid unused scale_user_to_hw() warningArnd Bergmann2020-05-191-10/+10
| * | Merge tag 'drm-intel-next-2020-05-15' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-05-20100-1486/+2826
| |\|
| | * drm/i915: Update DRIVER_DATE to 20200515Joonas Lahtinen2020-05-151-2/+2
| | * drm/i915: Extract i915_cs_timestamp_{ns_to_ticks,tick_to_ns}()Ville Syrjälä2020-05-145-10/+17
| | * drm/i915: Store CS timestamp frequency in HzVille Syrjälä2020-05-146-30/+30
| | * drm/i915: Nuke pointless div by 64bitVille Syrjälä2020-05-141-6/+5
| | * drm/i915: Enable SAGV support for Gen12Stanislav Lisovskiy2020-05-141-4/+0
| | * drm/i915: Restrict qgv points which don't have enough bandwidth.Stanislav Lisovskiy2020-05-143-37/+162
| | * drm/i915: Add TGL+ SAGV supportStanislav Lisovskiy2020-05-143-19/+99
| | * Merge tag 'gvt-next-2020-05-12' of https://github.com/intel/gvt-linux into dr...Joonas Lahtinen2020-05-147-12/+155
| | |\
| | | * drm/i915/gvt: use context lrc_reg_state for shadow ppgtt overrideZhenyu Wang2020-05-081-6/+2
| | | * drm/i915/gvt: Support PPGTT table load commandZhenyu Wang2020-05-086-5/+151
| | | * drm/i915/gvt: move workload destroy out of execlist completeZhenyu Wang2020-05-082-2/+3
| | * | drm/i915/psr: Use new DP VSC SDP compute routine on PSRGwan-gyeong Mun2020-05-144-43/+26
| | * | drm/i915/dp: Add compute routine for DP PSR VSC SDPGwan-gyeong Mun2020-05-142-2/+72
| | * | drm/i915: Stop sending DP SDPs on ddi disableGwan-gyeong Mun2020-05-141-0/+2
| | * | drm/i915: Program DP SDPs on pipe updatesGwan-gyeong Mun2020-05-141-0/+1
| | * | drm/i915: Fix enabled infoframe states of lspconGwan-gyeong Mun2020-05-141-1/+1
| | * | drm/i915: Add state readout for DP VSC SDPGwan-gyeong Mun2020-05-142-0/+45
| | * | drm/i915: Add state readout for DP HDR Metadata Infoframe SDPGwan-gyeong Mun2020-05-141-0/+8
| | * | drm/i915: Program DP SDPs with computed configsGwan-gyeong Mun2020-05-143-237/+1
| | * | drm/i915: Include DP VSC SDP in the crtc state dumpGwan-gyeong Mun2020-05-141-0/+13
| | * | drm/i915: Include DP HDR Metadata Infoframe SDP in the crtc state dumpGwan-gyeong Mun2020-05-141-0/+3
| | * | drm/i915: Include HDMI DRM infoframe in the crtc state dumpGwan-gyeong Mun2020-05-141-0/+3
| | * | drm/i915/dp: Read out DP SDPsGwan-gyeong Mun2020-05-142-0/+190
| | * | drm/i915/gt: Transfer old virtual breadcrumbs to irq_workerChris Wilson2020-05-144-34/+57
| | * | drm/i915/selftests: Always call the provided engine->emit_init_breadcrumbChris Wilson2020-05-142-4/+2
| | * | drm/i915: Show per-engine default property values in sysfsChris Wilson2020-05-143-1/+97
| | * | drm/i915: Drop no-semaphore boostingChris Wilson2020-05-148-73/+11
| | * | drm/i915: Drop I915_RESET_TIMEOUT and friendsChris Wilson2020-05-131-7/+0
| | * | drm/i915: Mark the addition of the initial-breadcrumb in the requestChris Wilson2020-05-133-9/+30
| | * | drm/i915/gem: Remove redundant exec_fenceChris Wilson2020-05-131-26/+14
| | * | drm/i915: Remove duplicate inline specifier on write_pteNathan Chancellor2020-05-131-1/+1
| | * | drm/i915/gt: Suspend tasklets before resume sanitizationChris Wilson2020-05-131-4/+4
| | * | drm/i915: Make active_pipes check skl specificStanislav Lisovskiy2020-05-132-6/+11
| | * | drm/i915: Extract skl SAGV checkingStanislav Lisovskiy2020-05-131-2/+8
| | * | drm/i915: Introduce skl_plane_wm_level accessor.Stanislav Lisovskiy2020-05-131-2/+21
| | * | drm/i915/gt: Reset execlists registers before HWSPChris Wilson2020-05-131-7/+14
| | * | drm/i915/ehl: Restrict w/a 1607087056 for EHL/JSLSwathi Dhanavanthri2020-05-122-4/+12
| | * | drm/i915: Handle idling during i915_gem_evict_something busy loopsChris Wilson2020-05-121-14/+12
| | * | drm/i915/gt: Restore Cherryview back to full-ppgttChris Wilson2020-05-112-1/+55
| | * | drm/i915/gt: Force pte cacheline to main memoryMika Kuoppala2020-05-111-2/+13
| | * | drm/i915: Remove unused HAS_FWTABLE macroPascal Terjan2020-05-111-5/+0
| | * | drm/i915/selftests: Always flush before unpining after writingChris Wilson2020-05-117-4/+21
| | * | drm/i915: Emit await(batch) before MI_BB_STARTChris Wilson2020-05-114-54/+64