summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2017-03-16drm/i915: Wait for reset to complete before returning from debugfs/i915_wedgedChris Wilson
2017-03-16drm/i915: Restore engine->submit_request before unwedgingChris Wilson
2017-03-16drm/i915: Move engine->submit_request selection to a vfuncChris Wilson
2017-03-16drm/i915: Split I915_RESET_IN_PROGRESS into two flagsChris Wilson
2017-03-16drm/i915: make context status notifier head be per engineChangbin Du
2017-03-16drm/i915/scheduler: emulate a scheduler for gucChris Wilson
2017-03-16drm/i915: Replace irq_seqno_barrier on hws write with a clflushChris Wilson
2017-03-16drm/i915: Use coarse grained residency counter with bytMika Kuoppala
2017-03-16drm/i915: Use ktime to calculate rc0 residencyMika Kuoppala
2017-03-16drm/i915: Convert debugfs to use generic residency calculatorMika Kuoppala
2017-03-16drm/i915: Extend vlv/chv residency resolutionMika Kuoppala
2017-03-16drm/i915: Return residency as microsecondsMika Kuoppala
2017-03-16drm/i915: Move residency calculation into intel_pm.cMika Kuoppala
2017-03-16drm/atmel-hlcdc: Fix suspend/resume implementationBoris Brezillon
2017-03-16drm/i915/userptr: Reinvent GGTT self-faulting protectionChris Wilson
2017-03-16drm/imx: Remove unneeded definition for structure imx_drm_componentLiu Ying
2017-03-16drm/imx: use PRG/PRE when possibleLucas Stach
2017-03-16drm/imx: enable/disable PRG on CRTC enable/disableLucas Stach
2017-03-16drm/i915: Make intel_uc_sanitize_options() more robustMichal Wajdeczko
2017-03-16drm/i915/uc: Rename intel_uc_fw.fw to .typeArkadiusz Hiler
2017-03-16drm: Skip the waitqueue setup for vblank queriesChris Wilson
2017-03-16drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off)Chris Wilson
2017-03-16drm/i915/breadcrumbs: Tweak commentaryChris Wilson
2017-03-16Merge branch 'drm-fixes-4.11' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie
2017-03-15drm/i915: Only attempt to signal the request once from the interrupt handlerChris Wilson
2017-03-15drm/i915/breadcrumbs: Assert that we do not shortcut the current bottom-halfChris Wilson
2017-03-15drm/i915/breadcrumbs: Disable interrupt bottom-half first on idlingChris Wilson
2017-03-15drm/i915/breadcrumbs: Update bottom-half before marking as completeChris Wilson
2017-03-15drm/i915/breadcrumbs: Use booleans for intel_breadcrumbs_busy()Chris Wilson
2017-03-15drm/amd/amdgpu: Fix debugfs reg read/write address widthTom St Denis
2017-03-15drm/amdgpu/si: add dpm quirk for OlandAlex Deucher
2017-03-15drm/radeon/si: add dpm quirk for OlandAlex Deucher
2017-03-15drm/i915: Extend rpm wakelock during i915_handle_error()Chris Wilson
2017-03-15drm/i915/guc: Use formalized struct definition for ads objectMichal Wajdeczko
2017-03-15drm/imx: ipuv3-plane: add support for separate alpha planesPhilipp Zabel
2017-03-15drm/imx: extend drm_plane_state_to_eba for separate channel supportPhilipp Zabel
2017-03-15drm: add RGB formats with separate alpha planePhilipp Zabel
2017-03-15drm/imx: add deferred plane disablingPhilipp Zabel
2017-03-15drm/imx: don't wait for vblank and stop calling cleanup_planes in commit_tailPhilipp Zabel
2017-03-15gpu: ipu-v3: add unsynchronised DP channel disablingPhilipp Zabel
2017-03-15drm/imx: ipuv3-plane: update overlay plane position also without modesetPhilipp Zabel
2017-03-15drm/imx: ipuv3-plane: use drm_plane_helper_check_state, clipped coordinatesPhilipp Zabel
2017-03-15drm/i915/uc: Add params for specifying firmwareArkadiusz Hiler
2017-03-15drm/i915/uc: Separate firmware selection and preparationArkadiusz Hiler
2017-03-15drm/i915/uc: Simplify firmware path handlingArkadiusz Hiler
2017-03-15drm/i915/guc: Simplify intel_guc_init_hw()Arkadiusz Hiler
2017-03-15drm/i915/guc: Extract param logic form guc_init_fw()Arkadiusz Hiler
2017-03-15drm/i915/uc: Introduce intel_uc_init_fw()Arkadiusz Hiler
2017-03-15drm/i915/uc: Move intel_uc_fw_fetch() to intel_uc.cArkadiusz Hiler
2017-03-15drm/i915/uc: Rename intel_?uc_{setup, load}() to _init_hw()Arkadiusz Hiler