summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-03-23drm/i915/icl: Use hw engine class, instance to find irq handlericlMika Kuoppala2-53/+31
2018-03-23drm/i915/icl: Enable RC6 and RPS in Gen11Oscar Mateo2-11/+9
2018-03-23drm/i915/icl: Handle RPS interrupts correctly for Gen11Oscar Mateo3-14/+66
2018-03-23drm/i915/icl: Add reset control register changesMichel Thierry2-24/+60
2018-03-23Merge remote-tracking branch 'drm-intel/drm-intel-next-queued' into drm-tipTvrtko Ursulin64-1912/+2692
2018-03-23Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-tipTvrtko Ursulin1-1/+7
2018-03-23Merge remote-tracking branch 'airlied/drm-next' into drm-tipTvrtko Ursulin955-36737/+81404
2018-03-23drm/i915: Skip logging impossible slicesTvrtko Ursulin1-4/+4
2018-03-23drm: Fix uabi regression by allowing garbage mode->type from userspaceVille Syrjälä1-1/+7
2018-03-23drm/i915: Avoid setting ring freq on invalid rps freqsMika Kuoppala1-3/+6
2018-03-23drm/ast: Fixed 1280x800 Display IssueY.C. Chen1-2/+2
2018-03-22drm/i915: Flush pending interrupt following a GPU resetChris Wilson2-4/+7
2018-03-22drm/i915: Use full serialisation around engine->irq_postedChris Wilson1-4/+3
2018-03-22drm/i915/selftests: Stress resets-vs-request-priorityChris Wilson1-63/+126
2018-03-22drm/i915/selftests: Include the trace as a debug aideChris Wilson1-3/+20
2018-03-23Merge tag 'drm-misc-fixes-2018-03-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie5-8/+22
2018-03-23Merge tag 'drm-intel-next-fixes-2018-03-22' of git://anongit.freedesktop.org/...Dave Airlie10-41/+119
2018-03-23Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux int...Dave Airlie18-456/+1223
2018-03-23Merge branch 'etnaviv/next' of https://git.pengutronix.de/git/lst/linux into ...Dave Airlie21-434/+1301
2018-03-23Merge tag 'drm-intel-fixes-2018-03-21' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-7/+4
2018-03-23Merge branch 'vmwgfx-fixes-4.16' of git://people.freedesktop.org/~thomash/lin...Dave Airlie6-17/+59
2018-03-23Merge tag 'imx-drm-fixes-2018-03-22' of git://git.pengutronix.de/git/pza/linu...Dave Airlie3-7/+20
2018-03-22drm/i915: Remove local timeline var from submit/unsubmitChris Wilson1-15/+15
2018-03-22drm/i915: Fix tracing of submit seqnoChris Wilson1-1/+1
2018-03-22drm/vmwgfx: Bump version patchlevel and dateThomas Hellstrom1-2/+2
2018-03-22drm/vmwgfx: use monotonic event timestampsArnd Bergmann1-4/+5
2018-03-22drm/vmwgfx: Unpin the screen object backup buffer when not usedThomas Hellstrom1-8/+21
2018-03-22drm/vmwgfx: Stricter count of legacy surface device resourcesThomas Hellstrom1-5/+3
2018-03-22drm/vmwgfx: Use kasprintfHimanshu Jha1-10/+3
2018-03-22drm/vmwgfx: Get rid of the device-private suspended memberThomas Hellstrom3-5/+1
2018-03-22drm/vmwgfx: Improve on hibernationThomas Hellstrom4-33/+130
2018-03-22drm/vmwgfx: Avoid pinning fbdev framebuffersThomas Hellstrom5-49/+98
2018-03-22drm/vmwgfx: Fix multiple command buffer context useThomas Hellstrom3-33/+38
2018-03-22drm/vmwgfx: Use the cpu blit utility for framebuffer to screen target blitsThomas Hellstrom6-91/+97
2018-03-22drm/vmwgfx: Add a cpu blit utility that can be used for page-backed bosThomas Hellstrom3-1/+555
2018-03-22drm/ttm: Export the ttm_k[un]map_atomic_prot API.Thomas Hellstrom1-5/+26
2018-03-22drm/ttm: Clean up kmap_atomic_prot selection codeThomas Hellstrom1-33/+31
2018-03-22drm/etnaviv: bump HW job limit to 4Lucas Stach1-1/+1
2018-03-22drm/vmwgfx: Cursor update fixesThomas Hellstrom1-2/+13
2018-03-22drm/vmwgfx: Send the correct nonblock option for atomic_commitDeepak Rawat1-26/+1
2018-03-22drm/vmwgfx: Move the stdu vblank event to atomic functionDeepak Rawat1-64/+77
2018-03-22drm/vmwgfx: Move screen object page flip to atomic functionDeepak Rawat1-50/+64
2018-03-22drm/vmwgfx: Remove drm_crtc_arm_vblank_event from atomic flushDeepak Rawat1-5/+1
2018-03-22drm/vmwgfx: Move surface copy cmd to atomic functionDeepak Rawat1-25/+22
2018-03-22drm/vmwgfx: Avoid iterating over display unit if crtc is availableDeepak Rawat4-26/+56
2018-03-22drm: udl: Properly check framebuffer mmap offsetsGreg Kroah-Hartman1-2/+7
2018-03-22Merge branch 'drm-fixes-4.16' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie7-36/+48
2018-03-21drm/i915/psr: Remove open-coded PSR AUX transactions for SKL+Dhinakaran Pandiyan2-33/+28
2018-03-21drm/i915/psr: Move PSR aux setup to it's own function.Dhinakaran Pandiyan1-11/+20
2018-03-21drm/i915/execlists: Use a locked clear_bit() for synchronisation with interruptChris Wilson1-13/+8