summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-03-17Merge tag 'for-linus-4.11b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+6
2017-03-17dma-fence: add dma_fence_match_context helperPhilipp Zabel1-0/+26
2017-03-17Merge tag 'drm-fixes-for-v4.11-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds23-104/+252
2017-03-17drm/i915: Retire an active batch pool object rather than allocate newChris Wilson1-20/+17
2017-03-17drm/i915: Skip execlists_dequeue() early if the list is emptyChris Wilson2-0/+24
2017-03-17drm/i915: Stop using obj->obj_exec_link outside of execbufChris Wilson1-25/+35
2017-03-17drm/i915: Squelch WARN for VLV_COUNTER_CONTROLChris Wilson1-6/+13
2017-03-17drm/i915/glk: Enable pooled EUs for GeminilakeAnder Conselvan de Oliveira1-4/+5
2017-03-17drm/i915: Remove superfluous i915_add_request_no_flush() helperChris Wilson6-11/+9
2017-03-17drm/i915/vgpu: Neuter forcewakes for VGPU more thoroughlyTvrtko Ursulin1-49/+27
2017-03-17drm/i915: Fix vGPU balloon for ggtt guard pageZhenyu Wang1-6/+2
2017-03-17drm/i915: Avoid use-after-free of ctx in request tracepointsChris Wilson1-4/+4
2017-03-17drm/nouveau/secboot: fix NULL pointer dereferenceAlexandre Courbot3-3/+15
2017-03-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2017-03-17drm/nouveau/secboot: fix inconsistent pointer checkingAlexandre Courbot1-1/+2
2017-03-17drivers core: remove assert_held_device_hotplug()Heiko Carstens1-5/+0
2017-03-16drm/i915: Assert that the context pin_counts do not overflowChris Wilson2-0/+2
2017-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shl...Linus Torvalds6-38/+72
2017-03-16drm/vc4: Add HDMI audio supportEric Anholt3-2/+603
2017-03-16drm/i915: Wait for reset to complete before returning from debugfs/i915_wedgedChris Wilson1-0/+4
2017-03-16drm/i915: Restore engine->submit_request before unwedgingChris Wilson3-3/+66
2017-03-16drm/i915: Move engine->submit_request selection to a vfuncChris Wilson6-14/+35
2017-03-16drm/i915: Split I915_RESET_IN_PROGRESS into two flagsChris Wilson8-59/+71
2017-03-16drm/i915: make context status notifier head be per engineChangbin Du7-32/+27
2017-03-16drm/i915/scheduler: emulate a scheduler for gucChris Wilson3-16/+112
2017-03-16drm/i915: Replace irq_seqno_barrier on hws write with a clflushChris Wilson2-2/+5
2017-03-16drm/i915: Use coarse grained residency counter with bytMika Kuoppala2-12/+4
2017-03-16drm/i915: Use ktime to calculate rc0 residencyMika Kuoppala3-9/+5
2017-03-16drm/i915: Convert debugfs to use generic residency calculatorMika Kuoppala1-12/+18
2017-03-16drm/i915: Extend vlv/chv residency resolutionMika Kuoppala1-9/+51
2017-03-16drm/i915: Return residency as microsecondsMika Kuoppala3-9/+10
2017-03-16drm/i915: Move residency calculation into intel_pm.cMika Kuoppala3-26/+34
2017-03-16drm/atmel-hlcdc: Fix suspend/resume implementationBoris Brezillon3-51/+21
2017-03-16drm/i915/userptr: Reinvent GGTT self-faulting protectionChris Wilson1-41/+13
2017-03-16drm/imx: Remove unneeded definition for structure imx_drm_componentLiu Ying1-5/+0
2017-03-16drm/imx: use PRG/PRE when possibleLucas Stach3-3/+129
2017-03-16drm/imx: enable/disable PRG on CRTC enable/disableLucas Stach1-0/+2
2017-03-16gpu: ipu-v3: only set non-zero AXI ID for IC when PRG is absentLucas Stach1-1/+6
2017-03-16gpu: ipu-v3: hook up PRG unitLucas Stach1-1/+10
2017-03-16gpu: ipu-v3: add driver for Prefetch Resolve GasketLucas Stach4-1/+432
2017-03-16drm/i915: Make intel_uc_sanitize_options() more robustMichal Wajdeczko1-12/+17
2017-03-16drm/i915/uc: Rename intel_uc_fw.fw to .typeArkadiusz Hiler4-5/+5
2017-03-16drm: Skip the waitqueue setup for vblank queriesChris Wilson1-11/+13
2017-03-16drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)Chris Wilson1-2/+12
2017-03-16drm/i915/breadcrumbs: Tweak commentaryChris Wilson1-8/+17
2017-03-16Merge branch 'drm-fixes-4.11' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie7-6/+18
2017-03-16Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-14/+18
2017-03-16cpufreq: Fix and clean up show_cpuinfo_cur_freq()Rafael J. Wysocki1-3/+5
2017-03-16drm/i915: Only attempt to signal the request once from the interrupt handlerChris Wilson1-1/+3
2017-03-16drm/i915/breadcrumbs: Assert that we do not shortcut the current bottom-halfChris Wilson1-1/+4