summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Wrap external callers to IPS state with appropriate locksChris Wilson2012-09-261-4/+36
* drm/i915: s/cacheing/caching/Ben Widawsky2012-09-263-16/+16
* drm/i915: make sure we write all the DIP data bytesPaulo Zanoni2012-09-262-0/+19
* Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter2012-09-2410-28/+56
|\
| * drm/i915: HDMI - Clear Audio Enable bit for Hot PlugWang Xingchao2012-09-171-1/+1
| * drm/i915: Reduce a pin-leak BUG into a WARNChris Wilson2012-09-171-1/+2
| * drm/i915: enable lvds pin pairs before dpll on gen2Daniel Vetter2012-09-171-6/+6
| * drm/i915: fix up the IBX transcoder B checkDaniel Vetter2012-09-111-2/+4
| * drm/i915: set the right gen3 flip_done mode also at resumeDaniel Vetter2012-09-102-3/+3
| * drm/i915: initialize dpio_lock spin lockAlexander Shishkin2012-09-081-0/+1
| * drm/i915: do not expose a dysfunctional backlight interface to userspaceJani Nikula2012-09-031-9/+22
| * drm/i915: only enable sdvo hotplug irq if neededJani Nikula2012-09-031-9/+6
| * drm/i915/edp: get the panel delay before powering upDave Airlie2012-09-031-4/+7
| * i915: Quirk no_lvds on Gigabyte GA-D525TUD ITX motherboardCalvin Walton2012-08-241-0/+8
| * drm/i915: Use the correct size of the GTT for placing the per-process entriesChris Wilson2012-08-241-1/+1
| * drm/i915: fix color order for BGR formats on IVBVijay Purushothaman2012-08-231-2/+2
| * drm/i915: fix wrong order of parameters in port checking functionsXu, Anhua2012-08-231-6/+6
* | drm/i915: BUG() on unexpected HDMI registerPaulo Zanoni2012-09-241-0/+2
* | drm/i915: Fix !CONFIG_PM sysfs for real this timeBen Widawsky2012-09-201-0/+2
* | drm/i915: Assert that the exec object lookup table is a power-of-twoChris Wilson2012-09-201-0/+1
* | drm/i915: HDMI - Clear Audio Enable bit for Hot Plug unconditionallyWang Xingchao2012-09-201-4/+1
* | drm/i915: Convert the dmabuf object to use the new i915_gem_object_opsChris Wilson2012-09-204-22/+37
* | drm/i915: update dpms property in set_modeDaniel Vetter2012-09-201-0/+6
* | drm/i915: don't call dpms funcs after set_modeDaniel Vetter2012-09-201-10/+0
* | drm/i915: don't disable fdi links harder in ilk_crtc_enableDaniel Vetter2012-09-201-3/+5
* | drm/i915: rip out intel_disable_pch_portsDaniel Vetter2012-09-201-60/+0
* | drm/i915: Limit the ioremap of the PCI bar to the registersChris Wilson2012-09-201-2/+14
* | drm/i915: Show render P state thresholds in sysfsBen Widawsky2012-09-201-0/+36
* | drm/i915: Add setters for min/max frequencyBen Widawsky2012-09-201-2/+81
* | drm/i915: rip out edp special case from dp_link_downDaniel Vetter2012-09-201-7/+0
* | drm/i915: Drop the misleading cast to the wrong user pointer typeChris Wilson2012-09-201-6/+3
* | i915: initialize CADL in opregionLekensteyn2012-09-201-1/+22
* | drm/i915: disable the cpu edp port after the cpu pipeDaniel Vetter2012-09-201-2/+7
* | drm/i915: rip out dp port enabling cludges^WchecksDaniel Vetter2012-09-201-8/+8
* | drm/i915: robustify edp_pll_on/offDaniel Vetter2012-09-201-11/+18
* | drm/i915: clean up the cpu edp pll special caseDaniel Vetter2012-09-201-47/+27
* | drm/i915: add encoder->pre_enable/post_disableDaniel Vetter2012-09-202-0/+10
* | drm/i915: rip out early dp port write for gm45/ilkDaniel Vetter2012-09-201-13/+0
* | drm/i915: Error checks in gen6_set_rpsBen Widawsky2012-09-202-1/+9
* | drm/i915: POSTING_READ the new rps valueBen Widawsky2012-09-201-0/+2
* | drm/i915: Add current/max/min GPU freq to sysfsBen Widawsky2012-09-201-0/+70
* | drm/i915: #define gpu freq multiplerBen Widawsky2012-09-202-11/+13
* | drm/i915: variable renamesBen Widawsky2012-09-201-8/+8
* | drm/i915: extract compute_clocks from ironlake_crtc_mode_setPaulo Zanoni2012-09-201-30/+66
* | drm/i915: simplify setting DSPCNTR inside ironlake_crtc_mode_setPaulo Zanoni2012-09-201-5/+3
* | drm/i915: extract ironlake_set_pipeconf form ironlake_crtc_mode_setPaulo Zanoni2012-09-201-36/+52
* | drm/i915: Replace the array of pages with a scatterlistChris Wilson2012-09-208-183/+189
* | drm/i915: Pin backing pages for preadChris Wilson2012-09-201-23/+13
* | drm/i915: Pin backing pages for pwriteChris Wilson2012-09-201-24/+13
* | drm/i915: Pin backing pages whilst exporting through a dmabuf vmapChris Wilson2012-09-203-4/+27