summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer23-142/+147
2015-12-10drm/i915: Cancel hangcheck before GPU is suspendedJoonas Lahtinen1-1/+2
2015-12-10drm/i915: start adding dp mst audioLibin Yang5-8/+61
2015-12-10dp/mst: add SDP stream supportLibin Yang2-5/+40
2015-12-10drm/i915: eliminate 'temp' in gen8_for_each_{pdd, pdpe, pml4e} macrosDave Gordon2-47/+41
2015-12-09drm/i915/kbl: Fix DMC load on Kabylake.Rodrigo Vivi1-1/+12
2015-12-09drm/i915: check for return valueSudip Mukherjee1-2/+4
2015-12-09drm/i915: Add soft-pinning API for execbufferChris Wilson6-25/+111
2015-12-09drm/i915: constify intel_dvo_dev_ops structuresJulia Lawall7-12/+12
2015-12-08drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake.Rodrigo Vivi1-2/+2
2015-12-08drm/i915/kbl: Use propper ddi buffer translation table for Kabylake ULT and ULX.Rodrigo Vivi2-5/+13
2015-12-08drm/i915: vlv: clamp minimum RPS frequency to what Punit allowsImre Deak1-1/+11
2015-12-08drm/i915: Leave FDI running after failed link training on LPT-HVille Syrjälä1-9/+15
2015-12-08drm/i915: Disable LPT-H VGA dotclock during crtc disableVille Syrjälä1-0/+1
2015-12-08drm/i915: Refactor LPT-H VGA dotclock disablingVille Syrjälä1-14/+20
2015-12-08drm/i915: Disable FDI after the CRT port on LPT-HVille Syrjälä2-7/+6
2015-12-08drm/i915: Round to closest when computing the VGA dotclock for LPT-HVille Syrjälä1-1/+1
2015-12-08drm/i915: Disable CLKOUT_DP bending on LPT/WPT as neededVille Syrjälä2-2/+67
2015-12-08drm/i915/skl: Double RC6 WRL always onMika Kuoppala1-2/+1
2015-12-08drm/i915/skl: Disable coarse power gating up until F0Mika Kuoppala1-1/+1
2015-12-07drm/i915: Fix idle_frames counter.Rodrigo Vivi1-13/+7
2015-12-07drm/i915: Remove double wait_for_vblank on broadwell.Maarten Lankhorst1-8/+0
2015-12-07drm/i915/skl: Update watermarks before the crtc is disabled.Maarten Lankhorst1-1/+4
2015-12-07drm/i915: Calculate watermark related members in the crtc_state, v4.Maarten Lankhorst3-21/+21
2015-12-07drm/i915: Move disable_cxsr to the crtc_state.Maarten Lankhorst3-7/+10
2015-12-07i915: Replace "hweight8(dev_priv->info.subslice_7eu[i]) != 1" with "!is_power...Zeng Zhaoxiu1-1/+2
2015-12-04drm/i915: Update DRIVER_DATE to 20151204Daniel Vetter1-1/+1
2015-12-04drm/i915/skl: Add SKL GT4 PCI IDsMika Kuoppala2-3/+11
2015-12-04Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"Daniel Vetter4-118/+27
2015-12-04drm/i915: Correct the Ref clock value for BXTDeepak M1-1/+1
2015-12-04drm/i915: Restore skl_gt3 device infoDaniel Vetter1-0/+1
2015-12-04drm/i915: Fix RPS pointer passed from wait_ioctl to i915_wait_requestChris Wilson1-1/+1
2015-12-04Revert "drm/i915: Remove superfluous NULL check"Daniel Vetter1-0/+4
2015-12-04drm/i915: Clean up device info structure definitionsWayne Boyer1-102/+35
2015-12-04drm/i915: Remove superfluous NULL checkTakashi Iwai1-4/+0
2015-12-03drm/i915: Handle cdclk limits on broadwell.Maarten Lankhorst1-7/+3
2015-12-03i915: wait for fence in prepare_plane_fbAlex Goins1-0/+11
2015-12-03i915: wait for fence in mmio_flip_work_funcAlex Goins1-0/+15
2015-12-03drm/i915: Extend LRC pinning to cover GPU context writebackNick Hoath4-27/+118
2015-12-03drm/i915/guc: Clean up locks in GuCAlex Dai3-35/+12
2015-12-03drm/i915: only recompress FBC after flushing a drawing operationPaulo Zanoni1-2/+6
2015-12-03drm/i915: get rid of FBC {,de}activation messagesPaulo Zanoni1-15/+0
2015-12-03drm/i915: kill fbc.uncompressed_sizePaulo Zanoni2-10/+4
2015-12-03drm/i915: use a single intel_fbc_work structPaulo Zanoni2-61/+52
2015-12-03drm/i915: check for FBC planes in the same place as the pipesPaulo Zanoni1-6/+8
2015-12-03drm/i915: alloc/free the FBC CFB during enable/disablePaulo Zanoni1-65/+69
2015-12-03drm/i915: introduce intel_fbc_{enable,disable}Paulo Zanoni4-58/+157
2015-12-03drm/i915: introduce is_active/activate/deactivate to the FBC terminologyPaulo Zanoni6-68/+66
2015-12-03drm/i915: pass the crtc as an argument to intel_fbc_update()Paulo Zanoni3-42/+31
2015-12-03drm/i915: set dev_priv->fbc.crtc before scheduling the enable workPaulo Zanoni2-14/+9