summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Disable MSI for all pre-gen5Ville Syrjälä2017-07-031-3/+5
* Merge tag 'gvt-fixes-2017-06-29' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-06-304-32/+99
|\
| * drm/i915/gvt: Make function dpy_reg_mmio_readx safeChangbin Du2017-06-291-16/+19
| * drm/i915/gvt: Don't read ADPA_CRT_HOTPLUG_MONITOR from hostXiong Zhang2017-06-272-1/+5
| * drm/i915/gvt: Set initial PORT_CLK_SEL vreg for BDWXiong Zhang2017-06-271-0/+18
| * drm/i915/gvt: Fix inconsistent locks holding sequenceChuanxiao Dong2017-06-261-5/+9
| * drm/i915/gvt: Fix possible recursive locking issueChuanxiao Dong2017-06-262-10/+48
* | drm/i915: Clear execbuf's vma backpointer upon releaseChris Wilson2017-06-261-0/+1
* | drm/i915: Pass the right flags to i915_vma_move_to_active()Chris Wilson2017-06-261-1/+1
* | drm/i915/cnl: Fix RMW on ddi vswing sequence.Rodrigo Vivi2017-06-262-0/+16
* | Merge tag 'drm-misc-next-2017-06-19_0' of git://anongit.freedesktop.org/git/d...Dave Airlie2017-06-216-31/+189
|\ \
| * | drm/vc4: Mimic drm_atomic_helper_commit() behaviorBoris Brezillon2017-06-161-26/+12
| * | drm/vc4: Add get/set tiling ioctls.Eric Anholt2017-06-164-1/+131
| * | drm/vc4: Add T-format scanout support.Eric Anholt2017-06-162-4/+46
* | | drm/i915: remove rate_to_index, messed up merge.Dave Airlie2017-06-211-11/+0
* | | Merge tag 'drm-intel-next-2017-06-19' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-06-21106-3289/+36759
|\ \ \
| * | | drm/i915: Update DRIVER_DATE to 20170619Daniel Vetter2017-06-191-2/+2
| * | | drm/i915/cfl: Introduce Coffee Lake workarounds.Rodrigo Vivi2017-06-172-23/+60
| * | | drm/i915: Store 9 bits of PCI Device ID for platforms with a LP PCHDhinakaran Pandiyan2017-06-161-2/+11
| * | | drm/i915: Stash a pointer to the obj's resv in the vmaChris Wilson2017-06-163-14/+15
| * | | drm/i915: Async GPU relocation processingChris Wilson2017-06-162-8/+220
| * | | drm/i915: Allow execbuffer to use the first object as the batchChris Wilson2017-06-162-1/+5
| * | | drm/i915: Wait upon userptr get-user-pages within execbufferChris Wilson2017-06-165-5/+31
| * | | drm/i915: First try the previous execbuffer locationChris Wilson2017-06-163-4/+15
| * | | drm/i915: Store a persistent reference for an object in the execbuffer cacheChris Wilson2017-06-163-10/+28
| * | | drm/i915: Eliminate lots of iterations over the execobjects arrayChris Wilson2017-06-167-916/+1239
| * | | drm/i915: Disable EXEC_OBJECT_ASYNC when doing relocationsChris Wilson2017-06-161-0/+10
| * | | drm/i915: Pass vma to relocate entryChris Wilson2017-06-161-60/+42
| * | | drm/i915: Store a direct lookup from object handle to vmaChris Wilson2017-06-1611-112/+322
| * | | drm/i915: Fix retrieval of hangcheck statsChris Wilson2017-06-161-3/+0
| * | | drm/i915: Store i915_gem_object_is_coherent() as a bit next to cache-dirtyChris Wilson2017-06-168-12/+17
| * | | drm/i915: Mark CPU cache as dirty on every transition for CPU writesChris Wilson2017-06-166-56/+67
| * | | drm/i915: Make i915_vma_destroy() staticChris Wilson2017-06-162-2/+1
| * | | drm/i915: Actually attach the tv_format property to the SDVO connectorVille Syrjälä2017-06-161-1/+2
| * | | Merge tag 'gvt-next-2017-06-08' of https://github.com/01org/gvt-linux into dr...Jani Nikula2017-06-1619-440/+604
| |\ \ \
| | * | | drm/i915/gvt: Refine virtual reset functionfred gao2017-06-083-11/+28
| | * | | drm/i915/gvt: Fix GDRST vreg state after resetfred gao2017-06-081-0/+3
| | * | | drm/i915/gvt: Tuning the size of MMIO hash lookup table to 2048Changbin Du2017-06-081-1/+1
| | * | | drm/i915/gvt: Add helper for tuning MMIO hash tableChangbin Du2017-06-082-0/+5
| | * | | drm/i915/gvt: Make the MMIO attribute wrappers be inlineChangbin Du2017-06-083-87/+79
| | * | | drm/i915/gvt: Make mmio_attribute as type u8 to save 1.5MB memoryChangbin Du2017-06-082-3/+4
| | * | | drm/i915/gvt: Cleanup struct intel_gvt_mmio_infoChangbin Du2017-06-083-16/+3
| | * | | drm/i915/gvt: Optimize MMIO register handling for some large MMIO blocksChangbin Du2017-06-083-114/+147
| | * | | drm/i915/gvt: add gtt_invalidate API to flush the GTT TLBChuanxiao Dong2017-06-081-6/+9
| | * | | drm/i915/gvt: Add runtime_pm get/put to proctect MMIO accessingChuanxiao Dong2017-06-082-0/+22
| | * | | drm/i915/gvt: remove redundant -WallNick Desaulniers2017-06-081-1/+1
| | * | | drm/i915/gvt: Legacy HSW related MMIO handler clean upfred gao2017-06-082-25/+15
| | * | | drm/i915/gvt: Trigger scheduling after context completePing Gao2017-06-081-0/+4
| | * | | drm/i915/gvt: Support event based schedulingPing Gao2017-06-083-6/+18
| | * | | drm/i915/gvt: Delete gvt_dbg_cmd() in cmd_parser_exec()Xiong Zhang2017-06-081-6/+0