summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)AuthorFilesLines
2012-12-20drm/i915: optionally disable shrinker lock stealingDaniel Vetter1-0/+1
2012-12-17drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter1-0/+4
2012-12-17drm/i915: Implement WaSetupGtModeTdRowDispatchDaniel Vetter1-0/+3
2012-12-10drm/i915: set the LPT FDI RX polarity reversal bit when neededPaulo Zanoni1-0/+2
2012-12-10drm/i915: add lpt_init_pch_refclkPaulo Zanoni1-1/+1
2012-12-10drm/i915: add support for mPHY destination on intel_sbi_{read, write}Paulo Zanoni1-0/+5
2012-11-29drm/i915: Include the last semaphore sync point in the error-stateChris Wilson1-0/+1
2012-11-29drm/i915: Preallocate next seqno before touching the ringChris Wilson1-3/+2
2012-11-29drm/i915: force restore on lid openDaniel Vetter1-1/+2
2012-11-21drm/i915: fix intel_ddi_get_cdclk_freq for ULT machinesPaulo Zanoni1-0/+2
2012-11-21drm/i915: make DP work on LPT-LP machinesPaulo Zanoni1-0/+8
2012-11-21drm/i915: Remove save/restore of physical HWS_PGA registerChris Wilson1-1/+0
2012-11-21drm/i915: Fix warning in i915_gem_chipset_flushBen Widawsky1-1/+1
2012-11-20Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel ...Dave Airlie1-196/+247
2012-11-13drm/i915/i2c: Track users of GMBUS force-bitChris Wilson1-1/+1
2012-11-12drm/i915: Stop using AGP layer for GEN6+Ben Widawsky1-1/+9
2012-11-12drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutexJesse Barnes1-0/+6
2012-11-12drm/i915: put ring frequency and turbo setup into a work queue v5Jesse Barnes1-0/+2
2012-11-12drm/i915: don't block resume on fb console resume v2Jesse Barnes1-0/+7
2012-11-12drm/i915: extract l3_parity substruct from dev_privDaniel Vetter1-3/+7
2012-11-12drm/i915: move dri1 dungeon out of dev_privDaniel Vetter1-14/+17
2012-11-12drm/i915: move pwrctx/renderctx to the other ilk power stateDaniel Vetter1-3/+3
2012-11-12drm/i915: move dev_priv->(rps|ips) out of lineDaniel Vetter1-31/+36
2012-11-12drm/i915: move the suspend/resume register file out of dev_privDaniel Vetter1-135/+139
2012-11-12drm/i915: implement WaDisableDopClockGatingisable on VLV and IVBJesse Barnes1-0/+3
2012-11-12drm/i915: kill pch_init_clock_gating indirectionDaniel Vetter1-1/+0
2012-11-12drm/i915: Add dev to ppgttBen Widawsky1-0/+1
2012-11-12drm/i915: add ->display.modeset_global_resources callbackDaniel Vetter1-0/+1
2012-10-26drm/i915: add TRANSCODER_EDPPaulo Zanoni1-0/+8
2012-10-22drm/i915: remove unused mem_block struct definitionMika Kuoppala1-8/+0
2012-10-22drm/i915: Backlight setup requires connector so pass it as parameterJani Nikula1-2/+0
2012-10-22drm/i915/lvds: Move the acpi_lid_notifier from drm_i915_private to the connectorJani Nikula1-2/+0
2012-10-22Merge tag 'v3.7-rc2' into drm-intel-next-queuedDaniel Vetter1-6/+11
2012-10-18drm/i915: Clear FORCEWAKE when taking over from BIOSChris Wilson1-0/+1
2012-10-17drm/i915: Insert i915_preliminary_hw_support variable.Rodrigo Vivi1-0/+1
2012-10-16drm/i915: Extract PCU communicationBen Widawsky1-0/+3
2012-10-12drm/i915: fixup i915_gem_object_get_page inline helperChris Wilson1-1/+6
2012-10-12drm/i915: Disallow preallocation of requestsChris Wilson1-1/+1
2012-10-10drm/i915: completely rewrite the Haswell PLL handling codePaulo Zanoni1-0/+7
2012-10-08drm/i915: Align the hangcheck wakeup to the nearest secondChris Wilson1-0/+1
2012-09-26drm/i915: s/cacheing/caching/Ben Widawsky1-4/+4
2012-09-20drm/i915: Convert the dmabuf object to use the new i915_gem_object_opsChris Wilson1-1/+0
2012-09-20drm/i915: #define gpu freq multiplerBen Widawsky1-0/+2
2012-09-20drm/i915: Replace the array of pages with a scatterlistChris Wilson1-7/+11
2012-09-20drm/i915: Pin backing pages whilst exporting through a dmabuf vmapChris Wilson1-0/+12
2012-09-20drm/i915: Introduce drm_i915_gem_object_opsChris Wilson1-2/+23
2012-09-07Merge the modeset-rework, basic conversion into drm-intel-nextDaniel Vetter1-1/+3
2012-09-06drm/i915: read out the modeset hw state at load and resume timeDaniel Vetter1-0/+1
2012-09-06drm/i915: add crtc->enable/disable vfuncs insted of dpmsDaniel Vetter1-1/+2
2012-09-03drm/ips: move drps/ips/ilk related variables into dev_priv->ipsDaniel Vetter1-16/+20