summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2015-10-28drm/i915/kbl: Introduce Kabylake platform defition.Rodrigo Vivi
2015-10-28drm/i915: Define IS_BROXTON properly.Rodrigo Vivi
2015-10-28drm/i915: remove an extra level of indirection in PCI ID listJani Nikula
2015-10-28drm/i915: Recover all available ringbuffer space following resetChris Wilson
2015-10-26drm/i915: Use paramtrized WRPLL_CTL()Ville Syrjälä
2015-10-26drm/i915: Add NEEDS_FORCEWAKE() checks for vlv/chvVille Syrjälä
2015-10-26drm/i915: Respin vlv/chv reagister access to look more like SKLVille Syrjälä
2015-10-26drm/i915: Minor style nits in intel_uncore.cVille Syrjälä
2015-10-26drm/i915: Read FORCEWAKE registers with I915_READ_FW()Ville Syrjälä
2015-10-26drm/i915: Turn __raw_i915_read8() & co. in to inline functionsVille Syrjälä
2015-10-23drm/i915: Cope with request list state change during error state captureTomas Elf
2015-10-23Revert "drm/i915: Add soft-pinning API for execbuffer"Daniel Vetter
2015-10-23drm/i915: Update DRIVER_DATE to 20151023Daniel Vetter
2015-10-23drm/i915: shut up gen8+ SDE irq dmesg noiseDaniel Vetter
2015-10-22drm/i915: Grab execlist spinlock to avoid post-reset concurrency issues.Tomas Elf
2015-10-22drm/i915: Add soft-pinning API for execbufferChris Wilson
2015-10-21drm/i915: Calculate watermark configuration during atomic check (v2)Matt Roper
2015-10-21drm/i915: Don't set plane visible during HW readout if CRTC is offMatt Roper
2015-10-21drm/i915: Calculate ILK-style watermarks during atomic check (v3)Matt Roper
2015-10-21drm/i915: Calculate pipe watermarks into CRTC state (v3)Matt Roper
2015-10-21drm/i915: Refactor ilk_update_wm (v3)Ville Syrjälä
2015-10-21drm/i915: Drop intel_update_sprite_watermarksMatt Roper
2015-10-21drm/i915/ivb: Move WaCxSRDisabledForSpriteScaling w/a to atomic checkMatt Roper
2015-10-21drm/i915: Fix formatting for gen8_cs_irq_handlerDaniel Vetter
2015-10-21drm/i915/guc: Add GuC css header parserAlex Dai
2015-10-21drm/i915: add helpers for platform specific revision id range checksJani Nikula
2015-10-21drm/i915/bxt: add revision id for A1 stepping and use itJani Nikula
2015-10-21drm/i915: remove parens around revision idsJani Nikula
2015-10-21drm/i915: Do not wait for flips in intel_crtc_disable_noatomic.Maarten Lankhorst
2015-10-21drm/i915/skl: Consider plane rotation when calculating stride in skl_do_mmio_...Tvrtko Ursulin
2015-10-21drm/i915/skl: Assume no scaling is available when things are not as expectedTvrtko Ursulin
2015-10-21drm/i915/skl: If needed sanitize bios programmed cdclkShobhit Kumar
2015-10-20drm/i915: Break out common code from gen8_gt_irq_handlerNick Hoath
2015-10-20drm/i195: Rename gt_irq_handler variableNick Hoath
2015-10-19drm/i915/skl: Eliminate usage of pipe_wm_parameters from SKL-style WM (v4)Matt Roper
2015-10-19drm/i915: Report context GTT sizeChris Wilson
2015-10-19drm/i915: Map the ringbuffer using WB on LLC machinesChris Wilson
2015-10-19drm/i915/gen8: Flip the 48b switchMichel Thierry
2015-10-19drm/i915: Only call commit_planes when there are things to commit.Maarten Lankhorst
2015-10-19drm/i915: Only run commit when crtc is active, v2.Maarten Lankhorst
2015-10-19drm/i915: Only commit active planes when updating planes during reset.Maarten Lankhorst
2015-10-19drm/i915: Update legacy primary state outside the commit hook, v2.Maarten Lankhorst
2015-10-19drm/i915: Make prepare_plane_fb fully interruptible.Maarten Lankhorst
2015-10-19drm/i915: Make plane fb tracking work correctly, v2.Maarten Lankhorst
2015-10-19drm/i915/skl: Making DC6 entry is the last call in suspend flow.Animesh Manna
2015-10-15drm/i915: Kill the leftover RMW from ivb_sprite_disable()Ville Syrjälä
2015-10-15drm/i915: restore ggtt double-bind avoidanceDaniel Vetter
2015-10-15drm/i915/skl: Enable pipe gamma for sprite planes.Bob Paauwe
2015-10-15drm/i915/skl+: Enable pipe CSC on cursor planes. (v2)Bob Paauwe
2015-10-13drm/i915: Move skl/bxt gt specific workarounds to ring initMika Kuoppala