summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-07-131-1/+2
|\
| * drm/i915: use __GFP_RETRY_MAYFAILMichal Hocko2017-07-121-1/+2
* | Merge tag 'drm-fixes-for-v4.13-rc1' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-07-1315-78/+148
|\ \ | |/ |/|
| * Merge tag 'gvt-fixes-2017-07-11' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-07-115-64/+34
| |\
| | * drm/i915/gvt: Use fence error from GVT request for workload statusChuanxiao Dong2017-07-111-9/+12
| | * drm/i915/gvt: remove scheduler_mutex in per-engine workload_threadWeinan Li2017-07-111-7/+0
| | * drm/i915/gvt: Revert "drm/i915/gvt: Fix possible recursive locking issue"Chuanxiao Dong2017-07-112-48/+10
| | * drm/i915/gvt: Audit the command buffer addressPing Gao2017-07-111-0/+10
| | * drm/i915/gvt: Fix a memory leak in intel_gvt_init_gtt()Zhou, Wenjia2017-07-111-0/+2
| * | drm/i915: Make DP-MST connector info workMaarten Lankhorst2017-07-111-1/+1
| |/
| * drm/i915/fbdev: Check for existence of ifbdev->vma before operationsChris Wilson2017-07-101-5/+6
| * drm/i915: Hold RPM wakelock while initializing OA buffersagar.a.kamble@intel.com2017-07-031-6/+6
| * drm/i915/cnl: Fix the CURSOR_COEFF_MASK used in DDI Vswing ProgrammingNavare, Manasi D2017-07-031-1/+1
| * drm/i915/cfl: Fix Workarounds.Rodrigo Vivi2017-07-031-7/+7
| * drm/i915: Avoid undefined behaviour of "u32 >> 32"Chris Wilson2017-07-031-14/+24
| * drm/i915: reintroduce VLV/CHV PFI programming power domain workaroundGabriel Krisman Bertazi2017-07-031-0/+20
| * drm/i915: Fix an error checking testChristophe JAILLET2017-07-031-3/+3
| * 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
* | | Merge tag 'drm-for-v4.13' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-07-09161-6167/+44219
|\| |
| * | 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
| * | 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-162-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
OpenPOWER on IntegriCloud