summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer
2015-12-10drm/i915: Cancel hangcheck before GPU is suspendedJoonas Lahtinen
2015-12-10drm/i915: start adding dp mst audioLibin Yang
2015-12-10dp/mst: add SDP stream supportLibin Yang
2015-12-10drm/i915: eliminate 'temp' in gen8_for_each_{pdd, pdpe, pml4e} macrosDave Gordon
2015-12-09drm/i915/kbl: Fix DMC load on Kabylake.Rodrigo Vivi
2015-12-09drm/i915: check for return valueSudip Mukherjee
2015-12-09drm/i915: Add soft-pinning API for execbufferChris Wilson
2015-12-09drm/i915: constify intel_dvo_dev_ops structuresJulia Lawall
2015-12-08drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake.Rodrigo Vivi
2015-12-08drm/i915/kbl: Use propper ddi buffer translation table for Kabylake ULT and ULX.Rodrigo Vivi
2015-12-08drm/i915: vlv: clamp minimum RPS frequency to what Punit allowsImre Deak
2015-12-08drm/i915: Leave FDI running after failed link training on LPT-HVille Syrjälä
2015-12-08drm/i915: Disable LPT-H VGA dotclock during crtc disableVille Syrjälä
2015-12-08drm/i915: Refactor LPT-H VGA dotclock disablingVille Syrjälä
2015-12-08drm/i915: Disable FDI after the CRT port on LPT-HVille Syrjälä
2015-12-08drm/i915: Round to closest when computing the VGA dotclock for LPT-HVille Syrjälä
2015-12-08drm/i915: Disable CLKOUT_DP bending on LPT/WPT as neededVille Syrjälä
2015-12-08drm/i915/skl: Double RC6 WRL always onMika Kuoppala
2015-12-08drm/i915/skl: Disable coarse power gating up until F0Mika Kuoppala
2015-12-07drm/i915: Fix idle_frames counter.Rodrigo Vivi
2015-12-07drm/i915: Remove double wait_for_vblank on broadwell.Maarten Lankhorst
2015-12-07drm/i915/skl: Update watermarks before the crtc is disabled.Maarten Lankhorst
2015-12-07drm/i915: Calculate watermark related members in the crtc_state, v4.Maarten Lankhorst
2015-12-07drm/i915: Move disable_cxsr to the crtc_state.Maarten Lankhorst
2015-12-07i915: Replace "hweight8(dev_priv->info.subslice_7eu[i]) != 1" with "!is_power...Zeng Zhaoxiu
2015-12-04drm/i915: Update DRIVER_DATE to 20151204Daniel Vetter
2015-12-04drm/i915/skl: Add SKL GT4 PCI IDsMika Kuoppala
2015-12-04Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"Daniel Vetter
2015-12-04drm/i915: Correct the Ref clock value for BXTDeepak M
2015-12-04drm/i915: Restore skl_gt3 device infoDaniel Vetter
2015-12-04drm/i915: Fix RPS pointer passed from wait_ioctl to i915_wait_requestChris Wilson
2015-12-04Revert "drm/i915: Remove superfluous NULL check"Daniel Vetter
2015-12-04drm/i915: Clean up device info structure definitionsWayne Boyer
2015-12-04drm/i915: Remove superfluous NULL checkTakashi Iwai
2015-12-03drm/i915: Handle cdclk limits on broadwell.Maarten Lankhorst
2015-12-03i915: wait for fence in prepare_plane_fbAlex Goins
2015-12-03i915: wait for fence in mmio_flip_work_funcAlex Goins
2015-12-03drm/i915: Extend LRC pinning to cover GPU context writebackNick Hoath
2015-12-03drm/i915/guc: Clean up locks in GuCAlex Dai
2015-12-03drm/i915: only recompress FBC after flushing a drawing operationPaulo Zanoni
2015-12-03drm/i915: get rid of FBC {,de}activation messagesPaulo Zanoni
2015-12-03drm/i915: kill fbc.uncompressed_sizePaulo Zanoni
2015-12-03drm/i915: use a single intel_fbc_work structPaulo Zanoni
2015-12-03drm/i915: check for FBC planes in the same place as the pipesPaulo Zanoni
2015-12-03drm/i915: alloc/free the FBC CFB during enable/disablePaulo Zanoni
2015-12-03drm/i915: introduce intel_fbc_{enable,disable}Paulo Zanoni
2015-12-03drm/i915: introduce is_active/activate/deactivate to the FBC terminologyPaulo Zanoni
2015-12-03drm/i915: pass the crtc as an argument to intel_fbc_update()Paulo Zanoni
2015-12-03drm/i915: set dev_priv->fbc.crtc before scheduling the enable workPaulo Zanoni