summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2016-10-05drm: simple_kms_helper: Add prepare_fb and cleanup_fb hooksMarek Vasut
2016-10-05drm: Release resources with a safer functionChristophe JAILLET
2016-10-05drm/i915: Sort DEV_INFO_FOR_EACH_FLAGJoonas Lahtinen
2016-10-05drm/i915: Reduce trickery in DEV_INFO_FOR_EACH_FLAGJoonas Lahtinen
2016-10-05drm/i915: Allow DP to work w/o EDIDVille Syrjälä
2016-10-05drm/i915: Move long hpd handling into the hotplug workVille Syrjälä
2016-10-05drm/i915: Show waiters in i915_hangcheck_infoChris Wilson
2016-10-05drm/i915: Show RING registers through debugfsChris Wilson
2016-10-05drm/i915: Show bounds of active request in the ring on GPU hangChris Wilson
2016-10-05drm/i915: Double check hangcheck.seqno after resetChris Wilson
2016-10-05drm/i915: Disable irqs across GPU resetChris Wilson
2016-10-05drm/i915/execlists: Move clearing submission count from reset to initChris Wilson
2016-10-05drm/i915/execlists: Reinitialise context image after GPU hangChris Wilson
2016-10-05drm/i915: Share the computation of ring size for RING_CTL registerChris Wilson
2016-10-04drm/amdgpu/virtual_dce: adjust config ifdefAlex Deucher
2016-10-04drm/amdgpu/vce: add support for hw config packet (v2)Alex Deucher
2016-10-04drm/amdgpu: clean up to set fw_offset as 0 twiceHuang Rui
2016-10-04drm/amdgpu: remove DRM_AMD_POWERPLAYAlex Deucher
2016-10-04drm/radeon: Prevent races on pre DCE4 between flip submission and completion.Mario Kleiner
2016-10-04drm/radeon: Slightly more robust flip completion handling for < DCE-4Mario Kleiner
2016-10-04drm/i915: silence io mapping/unmapping sparse warnings on different address s...Jani Nikula
2016-10-04drm/i915: make skl_ddb_add_affected_planes staticJani Nikula
2016-10-04drm/i915: Inline binary searchTvrtko Ursulin
2016-10-04drm/i915: Use binary search when looking for shadowed registersTvrtko Ursulin
2016-10-04drm/i915: Sort the shadow register tableTvrtko Ursulin
2016-10-04drm/i915: Remove identical write mmmio functionsTvrtko Ursulin
2016-10-04drm/i915: Remove identical mmio read functionsTvrtko Ursulin
2016-10-04drm/i915: Remove identical macrosTvrtko Ursulin
2016-10-04drm/i915: Store the active forcewake range table pointerTvrtko Ursulin
2016-10-04drm/i915: Eliminate Gen9 special caseTvrtko Ursulin
2016-10-04drm/i915: Use binary search when looking up forcewake domainsTvrtko Ursulin
2016-10-04drm/i915: Sort forcewake mapping tablesTvrtko Ursulin
2016-10-04drm/i915: Data driven register to forcewake domains lookupTvrtko Ursulin
2016-10-04drm/i915: Do not inline forcewake taking in mmio accessorsTvrtko Ursulin
2016-10-04drm/i915: Keep track of active forcewake domains in a bitmaskTvrtko Ursulin
2016-10-04drm/i915: Remove redundant hsw_write* mmio functionsTvrtko Ursulin
2016-10-04drm/i915: workaround sparse warning on variable length arraysJani Nikula
2016-10-04drm/i915: keep CONFIG_DRM_FBDEV_EMULATION=n function stubs togetherJani Nikula
2016-10-04drm/rockchip: analogix_dp: Refuse to enable PSR if panel doesn't support itTomeu Vizoso
2016-10-04drm/bridge: analogix_dp: Add analogix_dp_psr_supportedTomeu Vizoso
2016-10-04drm: Document caveats around atomic event handlingDaniel Vetter
2016-10-04drm: Simplify drm_printk to reduce object size quite a bitJoe Perches
2016-10-04drm/i915: Account for sink max TMDS clock when checking the port clockVille Syrjälä
2016-10-04drm/i915: Replace a bunch of connector->base.display_info with a local variableVille Syrjälä
2016-10-04drm/edid: Move dvi_dual/max_tmds_clock parsing out from drm_edid_to_eld()Ville Syrjälä
2016-10-04drm/edid: Clear the old cea_rev when there's no CEA extension in the new EDIDVille Syrjälä
2016-10-04drm/edid: Reduce the number of times we parse the CEA extension blockVille Syrjälä
2016-10-04drm/edid: Don't pass around drm_display_info needlesslyVille Syrjälä
2016-10-04drm/edid: Move dvi_dual/max_tmds_clock to drm_display_infoVille Syrjälä
2016-10-04drm/edid: Make max_tmds_clock kHz instead of MHzVille Syrjälä