summaryrefslogtreecommitdiffstats
path: root/drivers/usb/atm (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-02gpu/drm/i915: Add a blacklist to omit modeset on LID openThomas Bächler1-0/+23
2010-08-02drm: Import driver for the sil164 I2C TMDS transmitter.Francisco Jerez4-0/+537
2010-08-02drm/sis: fixed brace and spacing coding style issuesNicolas Kaiser2-10/+7
2010-08-02drm/r128: fixed brace and spacing coding style issuesNicolas Kaiser5-162/+139
2010-08-02drm/mga: fixed brace, macro and spacing coding style issuesNicolas Kaiser6-185/+165
2010-08-02drm/via: fixed coding style issues, simplified returnNicolas Kaiser10-166/+136
2010-08-02drm/radeon/kms: trivial code style fixes for audioRafał Miłecki1-6/+10
2010-08-02drm/i830: fixed brace and spacing coding style issuesNicolas Kaiser3-79/+74
2010-08-02drm/i810: fixed coding style issuesNicolas Kaiser2-74/+71
2010-08-02drm: Free devname along with master->uniqueChris Wilson1-0/+3
2010-08-02drm: Free the idr layers before calling idr_destroy()Chris Wilson2-0/+2
2010-08-02drm/nouveau: set TASK_(UN)INTERRUPTIBLE before schedule_timeout()Kulikov Vasiliy1-2/+2
2010-08-02drm/vmgfx: operation on ‘par->dirty.y1’ may be undefinedChris Wilson1-1/+1
2010-08-02drm/radeon: remove viewport transform from r6xx/r7xx blit emitAlex Deucher1-18/+0
2010-08-02drm/radeon: group r6xx/r7xx newly sequential blit stateAlex Deucher1-203/+35
2010-08-02drm/radeon: reorder r6xx/r7xx blit state emit to make more regs sequentialAlex Deucher1-184/+184
2010-08-02drm/radeon: r6xx/r7xx move vport clipping to a single packetAlex Deucher1-248/+62
2010-08-02drm/radeon: group r6xx/r7xx sequential blit stateAlex Deucher1-376/+64
2010-08-02drm/radeon: remove duplicate state emit in r6xx/r7xx blitAlex Deucher1-16/+0
2010-08-02drm/radeon: add comments to r6xx/r7xx blit stateAlex Deucher1-206/+515
2010-08-02drm/radeon/kms/r7xx: add workaround for hw issue with HDP flushAlex Deucher4-3/+28
2010-08-02drm/radeon/kms: remove rs4xx gart limitAlex Deucher1-8/+0
2010-08-02drm: radeon: fix sign bugDan Carpenter1-3/+5
2010-08-02drm/radeon/kms: check/restore sanity before doing anything else with GPU.Dave Airlie9-0/+42
2010-08-02drm/radeon: fall back to GTT if bo creation/validation in VRAM fails.Michel Dänzer1-9/+18
2010-08-02drm/radeon/kms: add ioport register accessAlex Deucher4-4/+68
2010-08-02drm/radeon/kms: enable HDMI audio on RS600/RS690/RS740Rafał Miłecki3-2/+22
2010-08-02drm/radeon/kms: track audio engine state, do not use not setup timerRafał Miłecki2-2/+5
2010-08-02drm/radeon/kms/r6xx+: add query for tile config (v2)Alex Deucher7-3/+22
2010-08-02drm/radeon/kms: fix CS alignment checking for tiling (v2)Alex Deucher1-39/+136
2010-08-02drm/radeon/kms: add tiling support to the cs checker for r6xx/r7xxAlex Deucher2-6/+57
2010-08-02drm/radeon/kms: Add crtc tiling setup support for evergreenAlex Deucher2-0/+10
2010-08-02drm/radeon/kms: Add crtc tiling setup support for r6xx/r7xxAlex Deucher2-4/+16
2010-08-02drm/radeon/kms: add support for internal thermal sensors (v3)Alex Deucher10-4/+170
2010-08-02drm/radeon: Add support for the ATIF ACPI method to the radeon driverAlberto Milone4-1/+82
2010-08-02drm/radeon/kms/atom: bump atom loop timeout from 1 sec to 5 secsAlex Deucher1-2/+2
2010-08-02drm/radeon/kms: minor driver cleanupsAlex Deucher2-11/+7
2010-07-26drm/nv50: fix some not-error error messagesBen Skeggs1-0/+3
2010-07-26drm/nouveau: introduce gpio engineBen Skeggs11-38/+100
2010-07-26drm/nv50: correct wait condition for instmem flushBen Skeggs1-2/+2
2010-07-26drm/nouveau: Fix TV-out detection on unposted cards lacking a usable DCB table.Francisco Jerez1-0/+8
2010-07-26drm/nouveau: Get rid of the remaining VGA CRTC locking.Francisco Jerez2-17/+5
2010-07-26drm/nouveau: Move display init to a new nouveau_engine.Francisco Jerez6-39/+106
2010-07-26drm/nouveau: Put back the old 2-messages I2C slave test.Francisco Jerez1-4/+15
2010-07-26drm/nouveau: Reset AGP before running the init scripts.Francisco Jerez3-14/+34
2010-07-26drm/nv30: Init the PFB+0x3xx memory timing regs.Francisco Jerez4-3/+94
2010-07-26drm/nouveau: disable hotplug detect around DP link trainingBen Skeggs1-0/+15
2010-07-26drm/nv50: add function to control GPIO IRQ reportingBen Skeggs4-18/+35
2010-07-26drm/nouveau: add nv_mask register accessorBen Skeggs1-0/+8
2010-07-26drm/nouveau: fix build without CONFIG_ACPIBen Skeggs1-1/+1