summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ab8500.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-08drm/i915: Don't disable panel for modesetting if pfit hasn't changedMatthew Garrett1-2/+19
2010-09-08drm/i915: set dither bits on eDP panels tooJesse Barnes1-18/+17
2010-09-08drm/i915: fix pipeconf dither bit definitionsJesse Barnes2-9/+15
2010-09-08drm/i915: Remove impossible error handling from bit17 swizzlingChris Wilson1-11/+3
2010-09-08drm/i915: Add ringbuffer wait reset to hangcheckChris Wilson1-0/+16
2010-09-08drm/i915: Clear scanline waits after disabling the pipe.Chris Wilson2-2/+31
2010-09-08drm/i915: Show framebuffer info in debugfsChris Wilson3-25/+73
2010-09-08drm/i915: Show device capabilities in debugfsChris Wilson1-0/+41
2010-09-08drm/i915/tv: After disabling the pipe, use wait_for_vblank_off()Chris Wilson1-1/+1
2010-09-08drm/i915: Refactor panel backlight controlsChris Wilson5-108/+125
2010-09-08drm/i915: Remove redundant initialisation of fb_baseChris Wilson1-4/+0
2010-09-08drm/i915: Quieten sparse warnings for missing prototypes.Chris Wilson5-10/+10
2010-09-08drm/i915: Kill the active list spinlockChris Wilson4-66/+65
2010-09-08drm/i915: Remove the random SyncFlush during initialisationChris Wilson1-6/+0
2010-09-08drm/i915: Compile out error state without DEBUG_FSChris Wilson3-26/+42
2010-09-08drm/i915/overlay: Use a continuation hook to finish work after a flip.Chris Wilson1-66/+44
2010-09-08drm/i915/overlay: Make the overlay control struct opaque.Chris Wilson3-28/+27
2010-09-08drm/i915/overlay: Pass interruptible to switch_off()Chris Wilson3-35/+21
2010-09-08drm/i915/overlay: Workaround i830 overlay activation bug.Chris Wilson1-4/+67
2010-09-08drm/i915/overlay: Make do_put_image() as staticChris Wilson1-3/+3
2010-09-08drm/i915: Preallocate requestsChris Wilson3-23/+59
2010-09-08drm/i915/overlay: Tidy release_old_vid()Chris Wilson1-45/+28
2010-09-08drm/i915/overlay: Combine SWITCH_OFF into a single stepChris Wilson2-35/+6
2010-09-08drm/i915/overlay: Explicitly pass regs from map to unmapChris Wilson2-44/+18
2010-09-08drm/i915/overlay: Refactor do_wait_request()Chris Wilson1-80/+37
2010-09-08drm/i915/overlay: Tidy check_overlay_dst()Chris Wilson1-12/+16
2010-09-08drm/i915/overlay: Tidy update_pfit_vscale_ratio()Chris Wilson1-9/+10
2010-09-08drm/i915/overlay: Remove duplicated definition of OFC_UPDATEChris Wilson1-3/+0
2010-09-08drm/i915/overlay: Destroy reg_bo on shutdown.Chris Wilson1-7/+9
2010-09-08drm/i915/overlay: Use the recommended page alignment for physical regsChris Wilson1-1/+1
2010-09-08drm/i915/overlay: Tidy attribute checking.Chris Wilson1-26/+14
2010-09-08drm/i915/overlay: Use non-atomic mappings for the common case.Chris Wilson1-17/+55
2010-09-08drm/i915/overlay: Move capabilities bits to common info block.Chris Wilson3-21/+36
2010-09-08drm/i915/overlay: Ensure that the reg_bo is in the GTT prior to writing.Chris Wilson1-0/+8
2010-09-08drm/i915/overlay: Missing breaks between case statements for color depthChris Wilson1-0/+6
2010-09-08drm/i915/overlay: WhitespaceChris Wilson2-224/+236
2010-09-08drm/i915: drop i915_add_request right in front of i915_wait_requestDaniel Vetter1-9/+7
2010-09-08drm/i915: move the wait_rendering call into flush_gpu_write_domainDaniel Vetter1-55/+33
2010-09-08drm/i915: drop seqno argument from i915_gem_object_move_to_activeDaniel Vetter1-14/+14
2010-09-08drm/i915: kill a no longer necessary BUG_ONDaniel Vetter1-1/+0
2010-09-08drm/i915: move flushing list processing to i915_retire_commandsDaniel Vetter4-53/+41
2010-09-08drm/i915: only one interrupt per batchbuffer is not enough!Daniel Vetter3-20/+21
2010-09-08drm/i915: move flushing list processing to i915_gem_flushDaniel Vetter1-10/+21
2010-09-08drm/i915: allow lazy emitting of requestsDaniel Vetter1-21/+34
2010-09-08drm/i915: add MMIO debug outputJesse Barnes1-2/+28
2010-09-08drm/i915/sdvo: Preserve pixel-multiplierChris Wilson3-67/+75
2010-09-08drm/i915: Sanity check user framebuffer parameters on creationChris Wilson1-0/+17
2010-09-08drm/i915/tv: Mark the format names as constant and so avoid the memleakChris Wilson1-19/+17
2010-09-08drm/i915/tv: Poll for DAC state changeChris Wilson1-40/+33
2010-09-08drm/i915/tv: Preserve reserved DAC bits during mode-settingChris Wilson2-1/+2