summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
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-17drm/nouveau/secboot: fix inconsistent pointer checkingAlexandre Courbot1-1/+2
2017-03-16drm/i915: Assert that the context pin_counts do not overflowChris Wilson2-0/+2
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-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-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
2017-03-16drm/i915/breadcrumbs: Disable interrupt bottom-half first on idlingChris Wilson1-7/+8
2017-03-16drm/i915/breadcrumbs: Update bottom-half before marking as completeChris Wilson1-17/+17
2017-03-16drm/i915/breadcrumbs: Use booleans for intel_breadcrumbs_busy()Chris Wilson1-2/+2
2017-03-15drm/amd/amdgpu: Fix debugfs reg read/write address widthTom St Denis1-2/+2
2017-03-15drm/amdgpu/si: add dpm quirk for OlandAlex Deucher1-0/+6
2017-03-15drm/radeon/si: add dpm quirk for OlandAlex Deucher1-0/+6
2017-03-15drm/i915: Extend rpm wakelock during i915_handle_error()Chris Wilson1-11/+14
2017-03-15drm/i915/guc: Use formalized struct definition for ads objectMichal Wajdeczko2-38/+33
2017-03-15drm/imx: ipuv3-plane: add support for separate alpha planesPhilipp Zabel2-1/+97
2017-03-15drm/imx: extend drm_plane_state_to_eba for separate channel supportPhilipp Zabel1-8/+8
2017-03-15drm: add RGB formats with separate alpha planePhilipp Zabel1-0/+8
2017-03-15drm/imx: add deferred plane disablingPhilipp Zabel4-8/+62
2017-03-15drm/imx: don't wait for vblank and stop calling cleanup_planes in commit_tailPhilipp Zabel1-4/+0
2017-03-15gpu: ipu-v3: add unsynchronised DP channel disablingPhilipp Zabel1-1/+1
2017-03-15drm/imx: ipuv3-plane: update overlay plane position also without modesetPhilipp Zabel1-3/+5
2017-03-15drm/imx: ipuv3-plane: use drm_plane_helper_check_state, clipped coordinatesPhilipp Zabel1-42/+38
2017-03-15drm/i915/uc: Add params for specifying firmwareArkadiusz Hiler5-4/+26
2017-03-15drm/i915/uc: Separate firmware selection and preparationArkadiusz Hiler4-29/+21