summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Make the connector->encoder relationship explicitChris Wilson2010-09-099-127/+130
* drm/i915: Use the direct mapping of pipe->crtcChris Wilson2010-09-094-15/+9Star
* drm/i915: Rename intel_encoder->enc to base for consistencyChris Wilson2010-09-0911-146/+137Star
* drm/i915/dp: Flush the PLL register write before sleepingChris Wilson2010-09-081-0/+1
* drm/i915: make sure panel is sequenced off when starting a mode setJesse Barnes2010-09-081-0/+1
* drm/i915: make sure VDD AUX power has time to settleJesse Barnes2010-09-081-0/+2
* drm/i915: don't change VDD AUX status in panel power functionsJesse Barnes2010-09-081-2/+2
* drm/i915: split DP link training across panel power sequencingJesse Barnes2010-09-081-56/+65
* drm/i915: use VDD AUX for panel power around detection and in prepareJesse Barnes2010-09-081-6/+29
* drm/i915: use 125MHz reference clock for PCH attached eDPJesse Barnes2010-09-081-1/+4
* drm/i915: fix eDP detectionJesse Barnes2010-09-081-3/+12
* i915: snprintf returns large valuesDan Carpenter2010-09-081-0/+3
* drm/i915: die, i915_probe_agp, dieDaniel Vetter2010-09-082-180/+17Star
* drm/i915: drop prealloc_start from i915_dma gtt initDaniel Vetter2010-09-081-8/+4Star
* intel-gtt: introduce drm/intel-gtt.hDaniel Vetter2010-09-082-2/+1Star
* drm/i915: Don't disable panel for modesetting if pfit hasn't changedMatthew Garrett2010-09-081-2/+19
* drm/i915: set dither bits on eDP panels tooJesse Barnes2010-09-081-18/+17Star
* drm/i915: fix pipeconf dither bit definitionsJesse Barnes2010-09-082-9/+15
* drm/i915: Remove impossible error handling from bit17 swizzlingChris Wilson2010-09-081-11/+3Star
* drm/i915: Add ringbuffer wait reset to hangcheckChris Wilson2010-09-081-0/+16
* drm/i915: Clear scanline waits after disabling the pipe.Chris Wilson2010-09-082-2/+31
* drm/i915: Show framebuffer info in debugfsChris Wilson2010-09-083-25/+73
* drm/i915: Show device capabilities in debugfsChris Wilson2010-09-081-0/+41
* drm/i915/tv: After disabling the pipe, use wait_for_vblank_off()Chris Wilson2010-09-081-1/+1
* drm/i915: Refactor panel backlight controlsChris Wilson2010-09-085-108/+125
* drm/i915: Remove redundant initialisation of fb_baseChris Wilson2010-09-081-4/+0Star
* drm/i915: Quieten sparse warnings for missing prototypes.Chris Wilson2010-09-085-10/+10
* drm/i915: Kill the active list spinlockChris Wilson2010-09-084-66/+65Star
* drm/i915: Remove the random SyncFlush during initialisationChris Wilson2010-09-081-6/+0Star
* drm/i915: Compile out error state without DEBUG_FSChris Wilson2010-09-083-26/+42
* drm/i915/overlay: Use a continuation hook to finish work after a flip.Chris Wilson2010-09-081-66/+44Star
* drm/i915/overlay: Make the overlay control struct opaque.Chris Wilson2010-09-083-28/+27Star
* drm/i915/overlay: Pass interruptible to switch_off()Chris Wilson2010-09-083-35/+21Star
* drm/i915/overlay: Workaround i830 overlay activation bug.Chris Wilson2010-09-081-4/+67
* drm/i915/overlay: Make do_put_image() as staticChris Wilson2010-09-081-3/+3
* drm/i915: Preallocate requestsChris Wilson2010-09-083-23/+59
* drm/i915/overlay: Tidy release_old_vid()Chris Wilson2010-09-081-45/+28Star
* drm/i915/overlay: Combine SWITCH_OFF into a single stepChris Wilson2010-09-082-35/+6Star
* drm/i915/overlay: Explicitly pass regs from map to unmapChris Wilson2010-09-082-44/+18Star
* drm/i915/overlay: Refactor do_wait_request()Chris Wilson2010-09-081-80/+37Star
* drm/i915/overlay: Tidy check_overlay_dst()Chris Wilson2010-09-081-12/+16
* drm/i915/overlay: Tidy update_pfit_vscale_ratio()Chris Wilson2010-09-081-9/+10
* drm/i915/overlay: Remove duplicated definition of OFC_UPDATEChris Wilson2010-09-081-3/+0Star
* drm/i915/overlay: Destroy reg_bo on shutdown.Chris Wilson2010-09-081-7/+9
* drm/i915/overlay: Use the recommended page alignment for physical regsChris Wilson2010-09-081-1/+1
* drm/i915/overlay: Tidy attribute checking.Chris Wilson2010-09-081-26/+14Star
* drm/i915/overlay: Use non-atomic mappings for the common case.Chris Wilson2010-09-081-17/+55
* drm/i915/overlay: Move capabilities bits to common info block.Chris Wilson2010-09-083-21/+36
* drm/i915/overlay: Ensure that the reg_bo is in the GTT prior to writing.Chris Wilson2010-09-081-0/+8
* drm/i915/overlay: Missing breaks between case statements for color depthChris Wilson2010-09-081-0/+6