summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2015-10-28drm/i915/kbl: Introduce Kabylake platform defition.Rodrigo Vivi14-47/+90
2015-10-28drm/i915: Define IS_BROXTON properly.Rodrigo Vivi2-1/+3
2015-10-28drm/i915: remove an extra level of indirection in PCI ID listJani Nikula1-38/+35
2015-10-28drm/i915: Recover all available ringbuffer space following resetChris Wilson4-3/+27
2015-10-26drm/i915: Use paramtrized WRPLL_CTL()Ville Syrjälä3-7/+7
2015-10-26drm/i915: Add NEEDS_FORCEWAKE() checks for vlv/chvVille Syrjälä1-3/+8
2015-10-26drm/i915: Respin vlv/chv reagister access to look more like SKLVille Syrjälä1-15/+22
2015-10-26drm/i915: Minor style nits in intel_uncore.cVille Syrjälä1-2/+2
2015-10-26drm/i915: Read FORCEWAKE registers with I915_READ_FW()Ville Syrjälä2-6/+5
2015-10-26drm/i915: Turn __raw_i915_read8() & co. in to inline functionsVille Syrjälä5-25/+37
2015-10-23drm/i915: Cope with request list state change during error state captureTomas Elf1-0/+19
2015-10-23Revert "drm/i915: Add soft-pinning API for execbuffer"Daniel Vetter1-19/+0
2015-10-23drm/i915: Update DRIVER_DATE to 20151023Daniel Vetter1-1/+1
2015-10-23drm/i915: shut up gen8+ SDE irq dmesg noiseDaniel Vetter1-3/+7
2015-10-22drm/i915: Grab execlist spinlock to avoid post-reset concurrency issues.Tomas Elf1-9/+14
2015-10-22drm/i915: Add soft-pinning API for execbufferChris Wilson1-0/+19
2015-10-22drm/i915: Calculate watermark configuration during atomic check (v2)Matt Roper4-55/+72
2015-10-22drm/i915: Don't set plane visible during HW readout if CRTC is offMatt Roper1-1/+1
2015-10-22drm/i915: Calculate ILK-style watermarks during atomic check (v3)Matt Roper3-45/+51
2015-10-22drm/i915: Calculate pipe watermarks into CRTC state (v3)Matt Roper2-35/+57
2015-10-22drm/i915: Refactor ilk_update_wm (v3)Ville Syrjälä1-29/+35
2015-10-22drm/i915: Drop intel_update_sprite_watermarksMatt Roper5-88/+0
2015-10-22drm/i915/ivb: Move WaCxSRDisabledForSpriteScaling w/a to atomic checkMatt Roper4-30/+48
2015-10-21drm/i915: Fix formatting for gen8_cs_irq_handlerDaniel Vetter1-2/+1
2015-10-21drm/i915/guc: Add GuC css header parserAlex Dai6-41/+149
2015-10-21drm/i915: add helpers for platform specific revision id range checksJani Nikula10-63/+68
2015-10-21drm/i915/bxt: add revision id for A1 stepping and use itJani Nikula9-15/+16
2015-10-21drm/i915: remove parens around revision idsJani Nikula1-10/+10
2015-10-21drm/i915: Do not wait for flips in intel_crtc_disable_noatomic.Maarten Lankhorst1-1/+2
2015-10-21drm/i915/skl: Consider plane rotation when calculating stride in skl_do_mmio_...Tvrtko Ursulin2-11/+17
2015-10-21drm/i915/skl: Assume no scaling is available when things are not as expectedTvrtko Ursulin1-1/+1
2015-10-21drm/i915/skl: If needed sanitize bios programmed cdclkShobhit Kumar3-2/+34
2015-10-20drm/i915: Break out common code from gen8_gt_irq_handlerNick Hoath1-20/+20
2015-10-20drm/i195: Rename gt_irq_handler variableNick Hoath1-23/+23
2015-10-19drm/i915/skl: Eliminate usage of pipe_wm_parameters from SKL-style WM (v4)Matt Roper1-175/+152
2015-10-19drm/i915: Report context GTT sizeChris Wilson1-0/+8
2015-10-19drm/i915: Map the ringbuffer using WB on LLC machinesChris Wilson1-14/+56
2015-10-19drm/i915/gen8: Flip the 48b switchMichel Thierry2-2/+7
2015-10-19drm/i915: Only call commit_planes when there are things to commit.Maarten Lankhorst1-1/+2
2015-10-19drm/i915: Only run commit when crtc is active, v2.Maarten Lankhorst2-13/+5
2015-10-19drm/i915: Only commit active planes when updating planes during reset.Maarten Lankhorst1-2/+1
2015-10-19drm/i915: Update legacy primary state outside the commit hook, v2.Maarten Lankhorst1-7/+12
2015-10-19drm/i915: Make prepare_plane_fb fully interruptible.Maarten Lankhorst1-6/+5
2015-10-19drm/i915: Make plane fb tracking work correctly, v2.Maarten Lankhorst2-30/+18
2015-10-19drm/i915/skl: Making DC6 entry is the last call in suspend flow.Animesh Manna3-12/+22
2015-10-15drm/i915: Kill the leftover RMW from ivb_sprite_disable()Ville Syrjälä1-1/+1
2015-10-15drm/i915: restore ggtt double-bind avoidanceDaniel Vetter1-12/+34
2015-10-15drm/i915/skl: Enable pipe gamma for sprite planes.Bob Paauwe1-0/+1
2015-10-15drm/i915/skl+: Enable pipe CSC on cursor planes. (v2)Bob Paauwe1-1/+1
2015-10-13drm/i915: Move skl/bxt gt specific workarounds to ring initMika Kuoppala2-61/+43