summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-02Merge tag 'v2.6.35-rc6' into drm-radeon-nextDave Airlie597-198186/+6127
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-22Linux 2.6.35-rc6v2.6.35-rc6Linus Torvalds1-1/+1
2010-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-16/+44
2010-07-22Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds7-10/+15
2010-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+5
2010-07-22Merge branch 'x86/auditsyscall' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2010-07-22Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds5-10/+11
2010-07-22CIFS: Fix a malicious redirect problem in the DNS lookup codeDavid Howells3-5/+74
2010-07-22drm/radeon/kms: add quirk to make HP DV5000 laptop resumeAlex Deucher1-0/+8
2010-07-22Input: synaptics - relax capability ID checks on newer hardwareDmitry Torokhov2-2/+8
2010-07-22x86: auditsyscall: fix fastpath return value after rescheduleRoland McGrath1-2/+2
2010-07-22sysrq,kdb: Use __handle_sysrq() for kdb's sysrq functionJason Wessel3-3/+3
2010-07-22debug_core,kdb: fix kgdb_connected bit set in the wrong placeJason Wessel1-1/+1
2010-07-22Fix merge regression from external kdb to upstream kdbJason Wessel1-0/+1
2010-07-22repair gdbstub to match the gdbserial protocol specificationJason Wessel1-6/+3
2010-07-22kdb: break out of kdb_ll() when command is terminatedMartin Hicks1-0/+3
2010-07-22drm/radeon/kms: fix RADEON_INFO_CRTC_FROM_ID info ioctlAlex Deucher1-1/+2
2010-07-22Fix ttm_page_alloc.c build breakageLuck, Tony1-3/+3
2010-07-22drm/radeon/kms: fix legacy LVDS dpms sequenceAlex Deucher1-0/+1
2010-07-22drm/radeon/kms: drop taking lock around crtc lookup.Dave Airlie3-6/+1
2010-07-21Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds1-1/+3
2010-07-21Merge branch 'shrinker' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/...Linus Torvalds2-2/+2
2010-07-21Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Linus Torvalds5-20/+15
2010-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds15-33/+103
2010-07-21Fix up trivial spelling errors ('taht' -> 'that')Linus Torvalds4-4/+4
2010-07-21pcmcia: fix 'driver ... did not release config properly' warningPatrick McHardy1-1/+3
2010-07-21mm: add context argument to shrinker callback to remaining shrinkersDave Chinner2-2/+2
2010-07-21Input: twl40300-keypad - fix handling of "all ground" rowsDmitry Torokhov2-9/+25
2010-07-21Input: gamecon - reference correct pad in gc_psx_command()Dmitry Torokhov1-1/+1
2010-07-21Input: gamecon - reference correct input device in NES modeDmitry Torokhov1-2/+1