aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-12drm/i915: add component supportImre Deak1-0/+3
2015-01-12drm/i915: add dev_to_i915 helperImre Deak1-0/+5
2015-01-04Merge tag 'drm-intel-next-fixes-2014-12-30' of git://anongit.freedesktop.org/drm-intel into linusDave Airlie1-2/+0
2014-12-24Revert "drm/gem: Warn on illegal use of the dumb buffer interface v2"Dave Airlie1-3/+2
2014-12-18Revert "drm/i915: Preserve VGACNTR bits from the BIOS"Ville Syrjälä1-2/+0
2014-12-11drm/i915: save/restore GMBUS freq across suspend/resume on gen4Jesse Barnes1-0/+1
2014-12-05drm/i915: compute wait_ioctl timeout correctlyDaniel Vetter1-0/+5
2014-12-03Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-59/+36
2014-11-21drm/i915: Update DRIVER_DATE to 20141121Daniel Vetter1-1/+1
2014-11-21drm/gem: Warn on illegal use of the dumb buffer interface v2Thomas Hellstrom1-2/+3
2014-11-20drm/i915: Pin tiled objects for L-shaped configsDaniel Vetter1-0/+1
2014-11-20drm/i915: Can i915_gem_init_ioctlDaniel Vetter1-2/+0
2014-11-20drm/i915: Sanitize ->lastcloseDaniel Vetter1-1/+0
2014-11-20drm/i915: Ditch dev_priv->ums.mm_suspendDaniel Vetter1-15/+0
2014-11-19drm/i915: No-Op enter/leave vt gem ioctlDaniel Vetter1-4/+0
2014-11-19drm/i915: Remove DRI1 ring accessors and APIChris Wilson1-27/+0
2014-11-19drm/i915/bdw: Pin the context backing objects to GGTT on-demandOscar Mateo1-0/+1
2014-11-19drm/i915: sanitize rps irq disablingImre Deak1-1/+5
2014-11-19drm/i915: Extend pcode mailbox interfaceTom O'Rourke1-2/+2
2014-11-14drm/i915/skl: Define shared DPLLs for SkylakeSatheeshakrishna M1-0/+11
2014-11-14drm/i915/skl: Structure/enum definitions for SKL clocksSatheeshakrishna M1-1/+11
2014-11-14drm/i915: don't save/restore backlight hist ctl registersJani Nikula1-1/+0
2014-11-14drm/i915: Pass the current pipe from eDP init to backlight setupVille Syrjälä1-1/+1
2014-11-14drm/i915: Make the physical object coherent with GTTChris Wilson1-3/+3
2014-11-07drm/i915: Update DRIVER_DATE to 20141107Daniel Vetter1-1/+1
2014-11-07drm/i915: Cache HPLL frequency on VLV/CHVVille Syrjälä1-0/+1
2014-11-07drm/i915: Make __wait_seqno non-static and rename to __i915_wait_seqnoAnder Conselvan de Oliveira1-0/+5
2014-11-07drm/i915/skl: Gen9 ForcewakeZhe Wang1-1/+4
2014-11-07drm/i915/skl: Stage the pipe DDB allocationDamien Lespiau1-0/+1
2014-11-07drm/i915/skl: Reduce the number of holes in struct skl_wm_levelDamien Lespiau1-1/+1
2014-11-07drm/i915/skl: Make 'end' of the DDB allocation entry exclusiveDamien Lespiau1-6/+2
2014-11-07drm/i915/skl: Check the DDB state at modesetDamien Lespiau1-0/+9
2014-11-07drm/i915/skl: SKL Watermark ComputationPradeep Bhat1-1/+11
2014-11-07drm/i915/skl: Add DDB allocation management structuresDamien Lespiau1-0/+19
2014-11-07drm/i915/skl: Definition of SKL WM param structs for pipe/planePradeep Bhat1-0/+18
2014-11-07drm/i915/skl: Read the Memory Latency Values for WM computationPradeep Bhat1-0/+6
2014-11-07drm/i915: Remove orphaned prototype gen6_set_pm_mask()Damien Lespiau1-2/+0
2014-11-07drm/i915: Remove unused WATCH_GTT defineDamien Lespiau1-1/+0
2014-11-07drm/i915: Remove crtc_mode_set() hookAnder Conselvan de Oliveira1-3/+0
2014-11-07drm/i915: Add infrastructure for choosing DPLLs before disabling crtcsAnder Conselvan de Oliveira1-0/+3
2014-11-07drm/i915: Move dpll crtc_mask and hw_state fields into separate structAnder Conselvan de Oliveira1-2/+6
2014-11-07drm/i915: Convert shared dpll reference count to a crtc maskAnder Conselvan de Oliveira1-1/+1
2014-11-04drm/i915: Redefine WARN_ON to include the conditionMika Kuoppala1-0/+3
2014-11-04drm/i915: introduce intel_audio_codec_{enable, disable}Jani Nikula1-3/+4
2014-11-04drm/i915/audio: pass intel_encoder on to platform specific ELD functionsJani Nikula1-2/+2
2014-11-04drm/i915: Move flags describing VMA mappings into the VMATvrtko Ursulin1-2/+0
2014-10-24drm/i915: Update DRIVER_DATE to 20141024Daniel Vetter1-1/+1
2014-10-24drm/i915: unify switcheroo and legacy suspend/resume handlersImre Deak1-2/+2
2014-10-24drm/i915: preserve swizzle settings if necessary v4Jesse Barnes1-0/+2
2014-10-24drm/i915: Build workaround list in ring initializationMika Kuoppala1-13/+15