summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2017-02-09drm/i915: Check for timeout completion when waiting for the rq to submittedChris Wilson
2017-02-09drm/i915: A hotfix for making aliasing PPGTT work for GVT-gZhi Wang
2017-02-09drm/i915/dp: Move initialization of hpd_pin to a new functionAnder Conselvan de Oliveira
2017-02-09drm/i915: Remove WA for swapped HPD pins in broxton A steppingAnder Conselvan de Oliveira
2017-02-08drm/i915: Disable engine->irq_tasklet around resetsChris Wilson
2017-02-08drm/i915: Split GEM resetting into 3 phasesChris Wilson
2017-02-08drm/i915: Move calling engine->init_hw() to its own functionChris Wilson
2017-02-08drm/i915: i915_gem_shrink_all() needs an awake deviceChris Wilson
2017-02-08drm/i915: Move ilk_pipe_pixel_rate() to intel_display.cVille Syrjälä
2017-02-08drm/i915: Replace the .modeset_commit_cdclk() hook with a more direct .set_cd...Ville Syrjälä
2017-02-08drm/i915: Nuke the VLV/CHV PFI programming power domain workaroundVille Syrjälä
2017-02-08drm/i915: Move PFI credit reprogramming into vlv/chv_set_cdclk()Ville Syrjälä
2017-02-08drm/i915: Pass the cdclk state to the set_cdclk() functionsVille Syrjälä
2017-02-08drm/i915: Pass dev_priv to remainder of the cdclk functionsVille Syrjälä
2017-02-08drm/i915: Track full cdclk state for the logical and actual cdclk frequenciesVille Syrjälä
2017-02-08drm/i915: Start moving the cdclk stuff into a distinct state structureVille Syrjälä
2017-02-08drm/i915: Pass computed vco to bxt_set_cdclk()Ville Syrjälä
2017-02-08drm/i915: Move most cdclk/rawclk related code to intel_cdclk.cVille Syrjälä
2017-02-08drm/i915: Clean up the .get_cdclk() assignment if ladderVille Syrjälä
2017-02-08drm/i915: s/get_display_clock_speed/get_cdclk/Ville Syrjälä
2017-02-08drm/i915: Nuke intel_mode_max_pixclk()Ville Syrjälä
2017-02-08drm/i915: Store the pipe pixel rate in the crtc stateVille Syrjälä
2017-02-08drm/i915/guc: Log significant events at the info levelTvrtko Ursulin
2017-02-08drm/i915: Use for_each_power_domain() in i915_power_domain_info()Joonas Lahtinen
2017-02-08drm/i915: Avoid BIT(max) - 1 and use GENMASK(max - 1, 0)Joonas Lahtinen
2017-02-08drm/i915: Always convert incoming exec offsets to non-canonicalMichał Winiarski
2017-02-07drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson
2017-02-07drm/i915: Get correct display clock on 945gmArthur Heymans
2017-02-07drm/i915: Remove overzealous fence warn on runtime suspendChris Wilson
2017-02-06drm/i915: Show the current i915_params in debugfs/i915_capabilitesChris Wilson
2017-02-06drm/i915: Capture module parameters for the GPU error stateChris Wilson
2017-02-06drm/i915: Use bool i915_param.alpha_supportChris Wilson
2017-02-06drm/i915: Generate i915_params {} using a macroChris Wilson
2017-02-06drm/i915: Avoid unguarded reads from the request pointerChris Wilson
2017-02-06drm/i915: Mark the end of intel_ring_begin() and check in intel_ring_advance()Chris Wilson
2017-02-06drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.Zhi Wang
2017-02-06drm/i915/gen5+, pch: Enable hotplug detection earlyImre Deak
2017-02-06drm/i915/lspcon: Remove DPCD compare based resume time workaroundImre Deak
2017-02-06drm/i915/lspcon: Fix resume time initialization due to unasserted HPDImre Deak
2017-02-06drm/i915/gen9+: Enable hotplug detection earlyImre Deak
2017-02-06drm/i915: Use page coloring to provide the guard page at the end of the GTTChris Wilson
2017-02-06drm/i915: Assign I915_COLOR_UNEVICTABLE to the address space head_nodeChris Wilson
2017-02-06drm/i915: Manipulate the Global GTT size using I915_GTT_PAGE_SIZEChris Wilson
2017-02-06drm/i915: Print execlists restart after resetChris Wilson
2017-02-06drm/i915: Drain the freed state from the tail of the next commitChris Wilson
2017-02-06drm/i915: Update DRIVER_DATE to 20170206Daniel Vetter
2017-02-06drm/i915: refactor register fw read/write macros for recent GENsDaniele Ceraolo Spurio
2017-02-04drm/i915: fix pm refcounting on fence error in execbufDaniele Ceraolo Spurio
2017-02-03drm/i915: Allow large objects to be tiled on gen2/3Chris Wilson
2017-02-03drm/i915: Tidy the tail of i915_tiling_ok()Chris Wilson