aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-intel-next-fixes-2018-03-22' of git://anongit.freedesktop.org/...Dave Airlie2018-03-2310-41/+119
|\
| * drm/i915/gvt: force to set all context control bits from guestZhenyu Wang2018-03-191-1/+8
| * drm/i915/gvt: Update PDPs after a vGPU mm object is pinned.Zhi Wang2018-03-191-3/+25
| * drm/i915/gvt: Invalidate vGPU PPGTT mm objects during a vGPU reset.Zhi Wang2018-03-193-0/+24
| * drm/i915/kvmgt: Handle kzalloc failureChangbin Du2018-03-191-7/+15
| * drm/i915/gvt: fix spelling mistake: "destoried" -> "destroyed"Colin Ian King2018-03-191-1/+1
| * drm/i915/gvt: Remove reduntant printing of untracked mmioColin Xu2018-03-191-0/+9
| * drm/i915/pmu: Work around compiler warnings on some kernel configsTvrtko Ursulin2018-03-161-19/+13
| * drm/i915: Only call tasklet_kill() on the first prepare_resetChris Wilson2018-03-161-1/+9
| * drm/i915: Wrap engine->schedule in RCU locks for set-wedge protectionChris Wilson2018-03-162-6/+9
| * drm/i915/icl: do not save DDI A/E sharing bit for ICLJani Nikula2018-03-161-3/+6
* | Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie2018-03-2318-456/+1223
|\ \
| * | drm/vmwgfx: Bump version patchlevel and dateThomas Hellstrom2018-03-221-2/+2
| * | drm/vmwgfx: use monotonic event timestampsArnd Bergmann2018-03-221-4/+5
| * | drm/vmwgfx: Unpin the screen object backup buffer when not usedThomas Hellstrom2018-03-221-8/+21
| * | drm/vmwgfx: Stricter count of legacy surface device resourcesThomas Hellstrom2018-03-221-5/+3
| * | drm/vmwgfx: Use kasprintfHimanshu Jha2018-03-221-10/+3
| * | drm/vmwgfx: Get rid of the device-private suspended memberThomas Hellstrom2018-03-223-5/+1
| * | drm/vmwgfx: Improve on hibernationThomas Hellstrom2018-03-224-33/+130
| * | drm/vmwgfx: Avoid pinning fbdev framebuffersThomas Hellstrom2018-03-225-49/+98
| * | drm/vmwgfx: Fix multiple command buffer context useThomas Hellstrom2018-03-223-33/+38
| * | drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom2018-03-226-91/+97
| * | drm/vmwgfx: Add a cpu blit utility that can be used for page-backed bosThomas Hellstrom2018-03-223-1/+555
| * | drm/ttm: Export the ttm_k[un]map_atomic_prot API.Thomas Hellstrom2018-03-221-5/+26
| * | drm/ttm: Clean up kmap_atomic_prot selection codeThomas Hellstrom2018-03-221-33/+31
| * | drm/vmwgfx: Cursor update fixesThomas Hellstrom2018-03-221-2/+13
| * | drm/vmwgfx: Send the correct nonblock option for atomic_commitDeepak Rawat2018-03-221-26/+1
| * | drm/vmwgfx: Move the stdu vblank event to atomic functionDeepak Rawat2018-03-221-64/+77
| * | drm/vmwgfx: Move screen object page flip to atomic functionDeepak Rawat2018-03-221-50/+64
| * | drm/vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flushDeepak Rawat2018-03-221-5/+1
| * | drm/vmwgfx: Move surface copy cmd to atomic functionDeepak Rawat2018-03-221-25/+22
| * | drm/vmwgfx: Avoid iterating over display unit if crtc is availableDeepak Rawat2018-03-224-26/+56
* | | Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie2018-03-2321-434/+1301
|\ \ \
| * | | drm/etnaviv: bump HW job limit to 4Lucas Stach2018-03-221-1/+1
| * | | drm/etnaviv: etnaviv_sched: Staticize functions when possibleFabio Estevam2018-03-091-3/+4
| * | | drm/etnaviv: add PTA handling to MMUv2Lucas Stach2018-03-091-1/+75
| * | | drm/etnaviv: add function to load the initial PTA stateLucas Stach2018-03-092-0/+19
| * | | drm/etnaviv: handle security statesLucas Stach2018-03-091-5/+43
| * | | drm/etnaviv: add security handling mode enumLucas Stach2018-03-091-0/+7
| * | | drm/etnaviv: add hardware databaseLucas Stach2018-03-094-0/+74
| * | | drm/etnaviv: add more minor features fieldsLucas Stach2018-03-092-10/+42
| * | | drm/etnaviv: update hardware headers from rnndbLucas Stach2018-03-095-127/+617
| * | | drm/etnaviv: add support for slave interface clockLucas Stach2018-03-092-0/+14
| * | | drm/etnaviv: split out and optimize MMU fault dumpingLucas Stach2018-03-091-14/+17
| * | | drm/etnaviv: remove the need for a gpu-subsystem DT nodeLucas Stach2018-02-122-17/+20
| * | | drm/etnaviv: use correct format specifier for size_tLucas Stach2018-02-121-2/+2
| * | | drm/etnaviv: replace hangcheck with scheduler timeoutLucas Stach2018-02-125-114/+51
| * | | drm/etnaviv: lock BOs after all other submit work is doneLucas Stach2018-02-121-8/+8
| * | | drm/etnaviv: move dependency handling to schedulerLucas Stach2018-02-125-68/+69
| * | | drm/etnaviv: hook up DRM GPU schedulerLucas Stach2018-02-1210-91/+235