summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-03-26drm/i915: enable VT switchless resume v3Jesse Barnes2-3/+14
2013-03-26drm/i915: restore cursor and sprite state when forcing a config restore v2Jesse Barnes1-1/+6
2013-03-26drm/i915: add sprite restore function v3Jesse Barnes2-0/+28
2013-03-26drm: add initial_config function to fb helperJesse Barnes1-8/+15
2013-03-26drm/i915: Introduce i915_gem_object_create_stolen_for_preallocatedChris Wilson2-0/+70
2013-03-26drm/i915: Always call fence-lost prior to removing the fenceChris Wilson1-5/+6
2013-03-26drm/i915: HSW PM Frequency bits fixRodrigo Vivi2-10/+22
2013-03-25drm/i915: Warn if a pipe is enabled with a bogus portDamien Lespiau1-5/+11
2013-03-25drm/i915: Don't overclock on HaswellBen Widawsky1-1/+1
2013-03-23drm/i915: there's no PIPESTAT on HAS_PCH_SPLIT platformsPaulo Zanoni1-2/+3
2013-03-23drm/i915: there's no DSPPOS register on gen4+Paulo Zanoni1-4/+6
2013-03-23drm/i915: fix DSPADDR Gen checkPaulo Zanoni1-1/+1
2013-03-23drm/i915: Use BUG() in a case of a programming errorDamien Lespiau1-2/+1
2013-03-23drm/i915: Rename intel_ddi_enable_pipe_func() to transcoder_func()Damien Lespiau3-3/+3
2013-03-23drm/i915: Cleanup if the EDP transcoder has a bobug input valueDamien Lespiau1-0/+8
2013-03-23drm/i915: Error out if we are trying to use VGA with SPLL already in useDamien Lespiau1-0/+3
2013-03-23drm/i915: Implement WaSwitchSolVfFArbitrationPriorityBen Widawsky2-0/+4
2013-03-23drm/i915: Set the VIC in AVI infoframe for SDVOVille Syrjälä1-0/+2
2013-03-23drm/i915: Kill a strange comment about DPMS functionsVille Syrjälä1-1/+0
2013-03-23drm/i915: Correct sandybrige overclockingBen Widawsky1-2/+4
2013-03-23drm/i915: Introduce GEN7_FEATURES for device infoBen Widawsky1-37/+23
2013-03-23drm/i915: Move num_pipes to intel infoBen Widawsky7-47/+40
2013-03-23drm/i915: fixup pd vs pt confusion in gen6 ppgtt codeDaniel Vetter1-7/+7
2013-03-23style nit: Align function parameter continuation properly.Daniel Vetter1-1/+1
2013-03-23drm/i915: VLV doesn't have HDMI on port CJesse Barnes1-5/+0
2013-03-23drm/i915: DSPFW and BLC regs are in the display offset rangeJesse Barnes1-3/+5
2013-03-23drm/i915: set conservative clock gating values on VLV v2Jesse Barnes1-1/+10
2013-03-23drm/i915: fix WaDisablePSDDualDispatchEnable on VLV v2Jesse Barnes1-1/+3
2013-03-23drm/i915: add more VLV IDsJesse Barnes1-0/+3
2013-03-23drm/i915: use VLV DIP routines on VLV v2Jesse Barnes1-4/+4
2013-03-23drm/i915: add media well to VLV force wake routines v2Jesse Barnes2-3/+13
2013-03-23drm/i915: don't use plane pipe select on VLVJesse Barnes1-5/+7
2013-03-23drm: modify pages_to_sg prime helper to create optimized SG tableRahul Sharma1-6/+2
2013-03-23drm/i915: use for_each_sg_page for setting up the gtt ptesImre Deak1-43/+24
2013-03-23drm/i915: create compact dma scatter lists for gem objectsImre Deak1-9/+22
2013-03-23drm/i915: handle walking compact dma scatter listsImre Deak4-41/+31
2013-03-23drm/i915: set dummy page for stolen objectsImre Deak1-2/+2
2013-03-19drm: handle compact dma scatter lists in drm_clflush_sg()Imre Deak1-4/+3
2013-03-19Merge tag 'v3.9-rc3' into drm-intel-next-queuedDaniel Vetter4456-136086/+325384
2013-03-19drm/i915: allow force wake at init time on VLV v2Jesse Barnes2-0/+11
2013-03-18drm/i915: Remove unneeded dev argumentBen Widawsky1-3/+2
2013-03-18drm/i915: Remove unused file arg from execbufBen Widawsky1-3/+2
2013-03-17drm/i915: Resurrect ring kicking for semaphores, selectivelyChris Wilson1-0/+40
2013-03-17drm/i915: add missing space in error messagePaulo Zanoni1-1/+1
2013-03-17drm/i915: don't save/restore PCH_LVDS on LPTPaulo Zanoni1-3/+4
2013-03-17drm/i915: reorganize intel_lvds_supportedPaulo Zanoni1-5/+5
2013-03-17drm/i915: add HAS_POWER_WELLPaulo Zanoni2-2/+3
2013-03-17drm/i915: there's no DSPADDR register on HaswellPaulo Zanoni1-2/+4
2013-03-17drm/i915: there's no DSPSIZE register on gen4+Paulo Zanoni1-2/+4
2013-03-17drm/i915: capture the correct cursor registers on IVBPaulo Zanoni1-3/+9