summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2015-10-07drm/i915/chv: remove pre-production hardware workaroundsJani Nikula1-34/+22
2015-10-07drm/i915/snb: remove pre-production hardware workaroundJani Nikula1-17/+1
2015-10-07drm/i915/bxt: Set time interval unit to 0.833usAkash Goel1-1/+4
2015-10-07drm/i915: Kill DRI1 cliprectsChris Wilson2-138/+31
2015-10-07drm/i915: Avoid GPU stalls from kswapdChris Wilson2-2/+8
2015-10-07drm/i915: Remove dead i915_gem_evict_everything()Chris Wilson2-46/+0
2015-10-07drm/i915: During shrink_all we only need to idle the GPUChris Wilson1-1/+3
2015-10-07drm/i915: Add a tracepoint for the shrinkerChris Wilson2-0/+22
2015-10-07drm/i915: DocBook add i915_component.h supportLibin Yang1-0/+5
2015-10-07Merge remote-tracking branch 'takashi/topic/drm-sync-audio-rate' into drm-int...Daniel Vetter3-1/+184
2015-10-07drm/i915: shrinker_control->nr_to_scan is now unsigned longChris Wilson2-3/+3
2015-10-07drm/i915: Fix kerneldoc for i915_gem_shrink_allDaniel Vetter1-1/+1
2015-10-06drm/i915: Use a task to cancel the userptr on invalidate_rangeChris Wilson1-87/+61
2015-10-06drm/i915: Fix userptr deadlock with aliased GTT mmappingsChris Wilson1-66/+109
2015-10-06drm/i915: Only update the current userptr workerChris Wilson1-16/+16
2015-10-06drm/i915: prevent out of range pt in the PDE macros (take 3)Michel Thierry1-6/+8
2015-10-06drm/i915: Clean up associated VMAs on context destructionTvrtko Ursulin3-4/+45
2015-10-06drm/i915/bxt: vlv_dsi_reset_clocks() can be statickbuild test robot1-2/+2
2015-10-06drm/i915: Rename DP link training functionsAnder Conselvan de Oliveira4-12/+13
2015-10-06drm/i915: Add hot_plug hook for hdmi encoderSonika Jindal1-11/+43
2015-10-06drm/i915: Add GEN7_GPGPU_DISPATCHDIMX/Y/Z to the register whitelistJordan Justen2-1/+9
2015-10-06drm/i915: Update Promotion timer for RC6 TO ModeSagar Arun Kamble1-4/+6
2015-10-06drm/i915/guc: Add host2guc notification for suspend and resumeAlex Dai5-1/+71
2015-10-06drm/i915: Skip CHV PHY asserts until PHY has been fully resetVille Syrjälä2-1/+48
2015-10-06drm/i915: Don't bypass LRC on CHVVille Syrjälä2-10/+0
2015-10-06drm/i915: Call encoder hotplug for init and resume casesSonika Jindal2-1/+11
2015-10-05drm/i915: unlock on error in i915_ppgtt_info()Dan Carpenter1-3/+6
2015-10-02drm/i915/bxt: Modify BXT BLC according to VBT changesSunil Kamath3-23/+88
2015-10-02drm/i915/bxt: get DSI pixelclockShashank Sharma3-2/+42
2015-10-02drm/i915/bxt: get_hw_state for BXTShashank Sharma1-3/+4
2015-10-02drm/i915/bxt: DSI disable and post-disableShashank Sharma3-16/+61
2015-10-02drm/i915/bxt: Program Tx Rx and Dphy clocksShashank Sharma2-0/+104
2015-10-02drm/i915/bxt: DSI enable for BXTShashank Sharma2-53/+119
2015-10-02drm/i915/bxt: DSI encoder support in CRTC modesetShashank Sharma3-10/+27
2015-10-02drm/i915: rename INSTDONE1 to GEN4_INSTDONE1Imre Deak2-2/+2
2015-10-02drm/i915: rename INSTDONE to GEN2_INSTDONEImre Deak2-3/+4
2015-10-02drm/i915: remove duplicate names for the render ring INSTDONE registerImre Deak2-4/+6
2015-10-01drm/i915: Wa32bitGeneralStateOffset & Wa32bitInstructionBaseOffsetMichel Thierry3-6/+32
2015-10-01drm/i915/guc: Don't forward flip interrupts to GuCSagar Arun Kamble1-10/+0
2015-10-01drm/i915: s/GET_CFG_CR1_REG/DPLL_CFGCR1/ etc.Ville Syrjälä2-10/+10
2015-09-30drm/i915: Calculate watermark configuration during atomic check (v2)Matt Roper4-55/+72
2015-09-30drm/i915: Don't set plane visible during HW readout if CRTC is offMatt Roper1-1/+1
2015-09-30drm/i915: Calculate ILK-style watermarks during atomic check (v3)Matt Roper3-45/+51
2015-09-30drm/i915: Calculate pipe watermarks into CRTC state (v3)Matt Roper2-35/+57
2015-09-30drm/i915: Refactor ilk_update_wm (v3)Ville Syrjälä1-29/+35
2015-09-30drm/i915: Drop intel_update_sprite_watermarksMatt Roper5-88/+0
2015-09-30drm/i915/ivb: Move WaCxSRDisabledForSpriteScaling w/a to atomic checkMatt Roper4-30/+48
2015-09-30drm/i915/skl: Eliminate usage of pipe_wm_parameters from SKL-style WM (v3)Matt Roper1-175/+151
2015-09-30drm/i915/skl: Simplify wm structures slightly (v2)Matt Roper4-55/+52
2015-09-30drm/i915: Determine I915_MAX_PLANES from plane enumMatt Roper1-6/+6