summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2012-10-02drm: refcnt drm_framebuffer (v4.1)Rob Clark
2012-10-02drivers/gpu/drm/ttm/ttm_page_alloc_dma.c: Remove useless kfreePeter Senna Tschudin
2012-10-02drm: Destroy the planes prior to destroying the associated CRTCChris Wilson
2012-10-02gpu/drm/ttm: use copy_highpageAkinobu Mita
2012-10-02drm/udl: Add missing static storage class specifiers in udl_fb.cSachin Kamat
2012-10-02drm/udl: Make udl_crtc_init() staticSachin Kamat
2012-10-02drm/udl: Make udl_enc_destroy() staticSachin Kamat
2012-10-02drm/udl: Use NULL instead of 0 for pointersSachin Kamat
2012-09-26drm/i915: Wrap external callers to IPS state with appropriate locksChris Wilson
2012-09-26drm/i915: s/cacheing/caching/Ben Widawsky
2012-09-26drm/i915: make sure we write all the DIP data bytesPaulo Zanoni
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter
2012-09-24drm/i915: BUG() on unexpected HDMI registerPaulo Zanoni
2012-09-21Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie
2012-09-21drm/nouveau: add dmi quirk for gpio resetDave Airlie
2012-09-21Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2012-09-20drm/radeon: Prevent leak of scratch register on resume from suspendSimon Kitching
2012-09-20drm/i915: Fix !CONFIG_PM sysfs for real this timeBen Widawsky
2012-09-20drm/i915: Assert that the exec object lookup table is a power-of-twoChris Wilson
2012-09-20drm/i915: HDMI - Clear Audio Enable bit for Hot Plug unconditionallyWang Xingchao
2012-09-20drm/i915: Convert the dmabuf object to use the new i915_gem_object_opsChris Wilson
2012-09-20drm/i915: update dpms property in set_modeDaniel Vetter
2012-09-20drm/i915: don't call dpms funcs after set_modeDaniel Vetter
2012-09-20drm/i915: don't disable fdi links harder in ilk_crtc_enableDaniel Vetter
2012-09-20drm/i915: rip out intel_disable_pch_portsDaniel Vetter
2012-09-20drm/i915: Limit the ioremap of the PCI bar to the registersChris Wilson
2012-09-20drm/i915: Show render P state thresholds in sysfsBen Widawsky
2012-09-20drm/i915: Add setters for min/max frequencyBen Widawsky
2012-09-20drm/i915: rip out edp special case from dp_link_downDaniel Vetter
2012-09-20drm/i915: Drop the misleading cast to the wrong user pointer typeChris Wilson
2012-09-20i915: initialize CADL in opregionLekensteyn
2012-09-20drm/i915: disable the cpu edp port after the cpu pipeDaniel Vetter
2012-09-20drm/i915: rip out dp port enabling cludges^WchecksDaniel Vetter
2012-09-20drm/i915: robustify edp_pll_on/offDaniel Vetter
2012-09-20drm/i915: clean up the cpu edp pll special caseDaniel Vetter
2012-09-20drm/i915: add encoder->pre_enable/post_disableDaniel Vetter
2012-09-20drm/i915: rip out early dp port write for gm45/ilkDaniel Vetter
2012-09-20drm/i915: Error checks in gen6_set_rpsBen Widawsky
2012-09-20drm/i915: POSTING_READ the new rps valueBen Widawsky
2012-09-20drm/i915: Add current/max/min GPU freq to sysfsBen Widawsky
2012-09-20drm/i915: #define gpu freq multiplerBen Widawsky
2012-09-20drm/i915: variable renamesBen Widawsky
2012-09-20drm/i915: extract compute_clocks from ironlake_crtc_mode_setPaulo Zanoni
2012-09-20drm/i915: simplify setting DSPCNTR inside ironlake_crtc_mode_setPaulo Zanoni
2012-09-20drm/i915: extract ironlake_set_pipeconf form ironlake_crtc_mode_setPaulo Zanoni
2012-09-20drm/i915: Replace the array of pages with a scatterlistChris Wilson
2012-09-20drm/i915: Pin backing pages for preadChris Wilson
2012-09-20drm/i915: Pin backing pages for pwriteChris Wilson
2012-09-20drm/i915: Pin backing pages whilst exporting through a dmabuf vmapChris Wilson
2012-09-20drm/i915: Introduce drm_i915_gem_object_opsChris Wilson