summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2017-04-03Merge tag 'gvt-fixes-2017-04-01' of https://github.com/01org/gvt-linux into d...Jani Nikula6-12/+54
2017-04-03Merge tag 'drm-misc-next-2017-03-31' of git://anongit.freedesktop.org/git/drm...Dave Airlie3-23/+6
2017-04-03drm/i915: Update DRIVER_DATE to 20170403Daniel Vetter1-2/+2
2017-04-01drm/i915/gvt: Fix firmware loading interface for GVT-g golden HW stateZhi Wang1-3/+6
2017-03-31drm/i915: Clear gt.active_requests before checking idle statusChris Wilson1-1/+3
2017-03-31drm/i915/uc: Drop use of MISSING_CASE on trivial enumsMichal Wajdeczko1-6/+2
2017-03-31drm/i915: make a few DDI functions staticPaulo Zanoni2-8/+4
2017-03-31drm/i915: Combine reset_all_global_seqno() loops into oneChris Wilson1-9/+5
2017-03-31drm/i915: Remove redudant wait for each engine to idle from seqno wrapChris Wilson1-3/+0
2017-03-31drm/i915: Wait for all engines to be idle as part of i915_gem_wait_for_idle()Chris Wilson1-3/+26
2017-03-31drm/i915: Move retire-requests into i915_gem_wait_for_idle()Chris Wilson6-16/+4
2017-03-31drm/i915: Use a dummy timeline name for a signaled fenceChris Wilson1-0/+11
2017-03-31drm/i915: Ironlake do_idle_maps w/a may be called w/o struct_mutexChris Wilson1-1/+1
2017-03-31drm/i915/gvt: remove the redundant info NULL checkTina Zhang1-7/+0
2017-03-31drm/i915/gvt: adjust mem size for low resolution typeZhenyu Wang1-1/+1
2017-03-31drm/i915: Avoid lock dropping between reschedulingChris Wilson1-29/+24
2017-03-31drm/i915/uc: Move fw path check to fetch_uc_fw()Michal Wajdeczko1-5/+5
2017-03-31drm/i915/huc: Remove unused intel_huc_fini()Michal Wajdeczko2-19/+0
2017-03-31drm/i915/uc: Add intel_uc_fw_fini()Michal Wajdeczko1-15/+15
2017-03-31drm/i915/uc: Add intel_uc_fw_type_repr()Michal Wajdeczko2-2/+18
2017-03-31drm/i915/uc: Move intel_uc_fw_status_repr() to intel_uc.hMichal Wajdeczko2-17/+19
2017-03-31drivers: gpu: drm: i915L intel_lpe_audio: Fix kerneldoc commentsTamara Diaconita1-0/+1
2017-03-30drm/i915: Suppress busy status for engines if wedgedChris Wilson2-3/+10
2017-03-30drm/i915: Do request retirement before marking engines as wedgedChris Wilson1-1/+6
2017-03-30drm/i915: Drop verbose and archaic "ring" from our internal engine namesChris Wilson1-10/+10
2017-03-30drm/i915: Use a dummy timeline name for a signaled fenceChris Wilson1-0/+11
2017-03-30Merge tag 'gvt-next-2017-03-30' of https://github.com/01org/gvt-linux into dr...Daniel Vetter17-323/+626
2017-03-30drm/i915: Ironlake do_idle_maps w/a may be called w/o struct_mutexChris Wilson1-1/+1
2017-03-30drm/i915/guc: Take enable_guc_loading check out of GEM core codeOscar Mateo3-8/+11
2017-03-30drm/i915/gvt: exclude cfg space from failsafe modeChangbin Du1-3/+0
2017-03-30Revert unrelated part of "drm: simplify the locking in the GETCRTC ioctl"Maarten Lankhorst1-5/+0
2017-03-30drm/i915/opregion: debug log about invalid ACPI OpRegion VBTJani Nikula1-0/+4
2017-03-30drm/i915/opregion: try to validate RVDA VBT only if it's thereJani Nikula1-21/+20
2017-03-30drm/i915/opregion: bail out early for systems with no opregion VBTJani Nikula1-32/+32
2017-03-30drm/i915/gvt: Activate/de-activate vGPU in mdev ops.Zhi Wang4-6/+48
2017-03-30drm/i915/gvt: control the scheduler by timeslice usagePing Gao1-2/+7
2017-03-30drm/i915/gvt: create an idle vGPUPing Gao3-1/+69
2017-03-30drm/i915/gvt: add basic function for weight controlPing Gao1-0/+59
2017-03-30drm/i915/gvt: define weight according to vGPU typePing Gao4-7/+33
2017-03-30drm/i915/gvt: factor out the schedulerPing Gao1-30/+36
2017-03-30drm/i915/gvt: add some statistic routine for schedulerPing Gao3-25/+48
2017-03-30drm/i915/gvt: use hrtimer replace delayed_work in schedulerPing Gao4-16/+41
2017-03-30drm/i915/gvt: remove the redundant info NULL checkTina Zhang1-7/+0
2017-03-30drm/i915/gvt: adjust mem size for low resolution typeZhenyu Wang1-1/+1
2017-03-29drm/i915: Use LINEAR modifier instead of NONEBen Widawsky1-14/+14
2017-03-29drm/i915/execlists: Wrap tail pointer after reset tweakingChris Wilson2-2/+10
2017-03-29Revert "drm/i915: Skip execlists_dequeue() early if the list is empty"Chris Wilson2-24/+0
2017-03-29drm/i915/perf: remove user triggerable warnMatthew Auld1-2/+6
2017-03-29drm/i915/perf: destroy stream on sample_flags mismatchMatthew Auld1-1/+2
2017-03-29drm/i915: Align "unfenced" tiled access on gen2, early gen3Chris Wilson3-1/+9