summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* drm/i915: Hold reference to intel_frontbuffer as we track activityChris Wilson2019-12-2311-31/+116
* drm/i915/gt: Ratelimit display power w/aChris Wilson2019-12-231-1/+2
* drm/i915/pmu: Ensure monotonic rc6Tvrtko Ursulin2019-12-232-54/+21
* Merge tag 'gvt-fixes-2019-12-18' of https://github.com/intel/gvt-linux into d...Joonas Lahtinen2019-12-186-6/+118
|\
| * drm/i915/gvt: Fix guest boot warningGao Fred2019-12-171-0/+16
| * drm/i915/gvt: Pin vgpu dma address before usingTina Zhang2019-12-134-4/+99
| * drm/i915/gvt: set guest display buffer as readonlyZhenyu Wang2019-12-131-0/+1
| * drm/i915/gvt: use vgpu lock for active state settingZhenyu Wang2019-12-111-2/+2
* | drm/i915: Fix pid leak with banned clientsTvrtko Ursulin2019-12-181-2/+1
* | drm/i915/gem: Keep request alive while attaching fencesChris Wilson2019-12-181-0/+2
* | drm/i915: Fix WARN_ON condition for cursor plane ddb allocationVandita Kulkarni2019-12-171-2/+2
* | drm/i915/tgl: Drop Wa#1178Matt Roper2019-12-162-6/+4
* | drm/i915/ehl: Define EHL powerwells independently of ICLMatt Roper2019-12-161-0/+147
* | drm/i915: Set fence_work.ops before dma_fence_initChris Wilson2019-12-161-2/+1
* | drm/i915: Copy across scheduler behaviour flags across submit fencesChris Wilson2019-12-162-26/+89
* | drm/i915/dsb: Fix in mmio offset calculation of DSB instanceAnimesh Manna2019-12-161-1/+1
* | drm/i915: Serialise with remote retirementChris Wilson2019-12-111-3/+23
|/
* drm/i915/gt: Detect if we miss WaIdleLiteRestoreChris Wilson2019-12-101-25/+21
* drm/i915/hdcp: Nuke intel_hdcp_transcoder_config()Ville Syrjälä2019-12-105-28/+14
* drm/i915/fbc: Disable fbc by default on all glk+Ville Syrjälä2019-12-101-1/+1
* drm/i915/perf: Configure OAR for specific contextUmesh Nerlige Ramappa2019-12-101-87/+112
* drm/i915/perf: Allow non-privileged access when OA buffer is not sampledUmesh Nerlige Ramappa2019-12-101-2/+3
* drm/i915/gt: Save irqstate around virtual_context_destroyChris Wilson2019-12-091-2/+3
* Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-12-0628-107/+367
|\
| * drm/i915/ehl: Make icp_digital_port_connected() use phy instead of portMatt Roper2019-12-031-7/+5
| * Merge tag 'gvt-next-fixes-2019-12-02' of https://github.com/intel/gvt-linux i...Joonas Lahtinen2019-12-022-5/+6
| |\
| | * drm/i915/gvt: Fix cmd length check for MI_ATOMICZhenyu Wang2019-12-021-3/+3
| | * drm/i915/gvt: Update force-to-nonpriv register whitelistGao, Fred2019-11-271-0/+1
| | * drm/i915/gvt: Refine non privilege register address calucationGao, Fred2019-11-271-2/+2
| * | drm/i915/gem: Take timeline->mutex to walk list-of-requestsChris Wilson2019-12-021-2/+2
| * | drm/i915: Reduce nested prepare_remote_context() to a trylockChris Wilson2019-11-271-4/+17
| * | drm/i915: Default to a more lenient forced preemption timeoutChris Wilson2019-11-271-1/+1
| * | drm/i915/gt: Make intel_ring_unpin() safe for concurrent pintChris Wilson2019-11-261-9/+4
| * | drm/i915/gt: Schedule request retirement when timeline idlesChris Wilson2019-11-257-3/+108
| * | drm/i915/gt: Adapt engine_park synchronisation rules for engine_retireChris Wilson2019-11-251-6/+21
| * | drm/i915/execlists: Fixup cancel_port_requests()Chris Wilson2019-11-251-9/+7
| * | drm/i915/gt: Mark the execlists->active as the primary volatile accessChris Wilson2019-11-252-13/+18
| * | drm/i915/gt: Unlock engine-pm after queuing the kernel context switchChris Wilson2019-11-251-7/+40
| * | drm/i915/gt: Close race between engine_park and intel_gt_retire_requestsChris Wilson2019-11-253-12/+32
| * | drm/i915: Mark up the calling context for intel_wakeref_put()Chris Wilson2019-11-2511-25/+54
| * | drm/i915: Wait until the intel_wakeref idle callback is completeChris Wilson2019-11-252-2/+26
| * | drm/i915/gt: Fixup config ifdeffery for pm_suspend_target_stateChris Wilson2019-11-251-1/+1
| * | drm/i915/query: Align flavour of engine data lookupTvrtko Ursulin2019-11-251-2/+5
| * | drm/i915/tgl: Add DKL PHY vswing table for HDMIMatt Roper2019-11-251-5/+24
| * | drm/i915/ehl: Update voltage level checksMatt Roper2019-11-251-1/+3
* | | Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-12-021-1/+0
|\ \ \
| * | | kbuild: remove header compile testMasahiro Yamada2019-11-151-1/+0
* | | | Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-27273-15309/+26935
|\ \ \ \ | | |/ / | |/| |
| * | | Revert "drm/i915/gt: Wait for new requests in intel_gt_retire_requests()"Chris Wilson2019-11-221-2/+7