summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Avoid GPU stalls from kswapdChris Wilson2015-10-072-2/+8
* drm/i915: Remove dead i915_gem_evict_everything()Chris Wilson2015-10-072-46/+0Star
* drm/i915: During shrink_all we only need to idle the GPUChris Wilson2015-10-071-1/+3
* drm/i915: Add a tracepoint for the shrinkerChris Wilson2015-10-072-0/+22
* drm/i915: DocBook add i915_component.h supportLibin Yang2015-10-071-0/+5
* Merge remote-tracking branch 'takashi/topic/drm-sync-audio-rate' into drm-int...Daniel Vetter2015-10-073-1/+184
|\
| * drm/i915: Add missing const to audio_rate_need_prog()Takashi Iwai2015-09-301-1/+1
| * drm/i915: set proper N/CTS in modesetLibin Yang2015-09-251-9/+48
| * drm/i915: implement sync_audio_rate callbackLibin Yang2015-09-253-0/+144
* | drm/i915: shrinker_control->nr_to_scan is now unsigned longChris Wilson2015-10-072-3/+3
* | drm/i915: Fix kerneldoc for i915_gem_shrink_allDaniel Vetter2015-10-071-1/+1
* | drm/i915: Use a task to cancel the userptr on invalidate_rangeChris Wilson2015-10-061-87/+61Star
* | drm/i915: Fix userptr deadlock with aliased GTT mmappingsChris Wilson2015-10-061-66/+109
* | drm/i915: Only update the current userptr workerChris Wilson2015-10-061-16/+16
* | drm/i915: prevent out of range pt in the PDE macros (take 3)Michel Thierry2015-10-061-6/+8
* | drm/i915: Clean up associated VMAs on context destructionTvrtko Ursulin2015-10-063-4/+45
* | drm/i915/bxt: vlv_dsi_reset_clocks() can be statickbuild test robot2015-10-061-2/+2
* | drm/i915: Rename DP link training functionsAnder Conselvan de Oliveira2015-10-064-12/+13
* | drm/i915: Add hot_plug hook for hdmi encoderSonika Jindal2015-10-061-11/+43
* | drm/i915: Add GEN7_GPGPU_DISPATCHDIMX/Y/Z to the register whitelistJordan Justen2015-10-062-1/+9
* | drm/i915: Update Promotion timer for RC6 TO ModeSagar Arun Kamble2015-10-061-4/+6
* | drm/i915/guc: Add host2guc notification for suspend and resumeAlex Dai2015-10-065-1/+71
* | drm/i915: Skip CHV PHY asserts until PHY has been fully resetVille Syrjälä2015-10-062-1/+48
* | drm/i915: Don't bypass LRC on CHVVille Syrjälä2015-10-062-10/+0Star
* | drm/i915: Call encoder hotplug for init and resume casesSonika Jindal2015-10-062-1/+11
* | drm/i915: unlock on error in i915_ppgtt_info()Dan Carpenter2015-10-051-3/+6
* | drm/i915/bxt: Modify BXT BLC according to VBT changesSunil Kamath2015-10-023-23/+88
* | drm/i915/bxt: get DSI pixelclockShashank Sharma2015-10-023-2/+42
* | drm/i915/bxt: get_hw_state for BXTShashank Sharma2015-10-021-3/+4
* | drm/i915/bxt: DSI disable and post-disableShashank Sharma2015-10-023-16/+61
* | drm/i915/bxt: Program Tx Rx and Dphy clocksShashank Sharma2015-10-022-0/+104
* | drm/i915/bxt: DSI enable for BXTShashank Sharma2015-10-022-53/+119
* | drm/i915/bxt: DSI encoder support in CRTC modesetShashank Sharma2015-10-023-10/+27
* | drm/i915: rename INSTDONE1 to GEN4_INSTDONE1Imre Deak2015-10-022-2/+2
* | drm/i915: rename INSTDONE to GEN2_INSTDONEImre Deak2015-10-022-3/+4
* | drm/i915: remove duplicate names for the render ring INSTDONE registerImre Deak2015-10-022-4/+6
* | drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffsetMichel Thierry2015-10-013-6/+32
* | drm/i915/guc: Don't forward flip interrupts to GuCSagar Arun Kamble2015-10-011-10/+0Star
* | drm/i915: s/GET_CFG_CR1_REG/DPLL_CFGCR1/ etc.Ville Syrjälä2015-10-012-10/+10
* | drm/i915: Calculate watermark configuration during atomic check (v2)Matt Roper2015-09-304-55/+72
* | drm/i915: Don't set plane visible during HW readout if CRTC is offMatt Roper2015-09-301-1/+1
* | drm/i915: Calculate ILK-style watermarks during atomic check (v3)Matt Roper2015-09-303-45/+51
* | drm/i915: Calculate pipe watermarks into CRTC state (v3)Matt Roper2015-09-302-35/+57
* | drm/i915: Refactor ilk_update_wm (v3)Ville Syrjälä2015-09-301-29/+35
* | drm/i915: Drop intel_update_sprite_watermarksMatt Roper2015-09-305-88/+0Star
* | drm/i915/ivb: Move WaCxSRDisabledForSpriteScaling w/a to atomic checkMatt Roper2015-09-304-30/+48
* | drm/i915/skl: Eliminate usage of pipe_wm_parameters from SKL-style WM (v3)Matt Roper2015-09-301-175/+151Star
* | drm/i915/skl: Simplify wm structures slightly (v2)Matt Roper2015-09-304-55/+52Star
* | drm/i915: Determine I915_MAX_PLANES from plane enumMatt Roper2015-09-301-6/+6
* | drm/i915: Eliminate usage of pipe_wm_parameters from ILK-style WM (v2)Matt Roper2015-09-301-55/+29Star