summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-12-11modesetting: add dpms property and initial settable property ioctlDave Airlie6-16/+71
2007-12-08radeon_ms: fix pll computation to follow hw constraintJerome Glisse2-51/+82
2007-12-06radeon_ms: fix fbcon by fixing paletteJerome Glisse1-2/+25
2007-12-06radeon_ms: update to lastest fb changeJerome Glisse2-10/+64
2007-12-06Merge commit 'origin/modesetting-101' into modesetting-radeonJerome Glisse12-532/+596
2007-12-06radeon_ms: avoid to unintialize things which haven't been initializedJerome Glisse4-2/+15
2007-12-06retab intelfb codeDave Airlie1-3/+3
2007-12-06check previous mode firstDave Airlie1-2/+4
2007-12-06oops initialise variable to falseDave Airlie1-1/+1
2007-12-06add property blobs and edid reporting supportDave Airlie9-18/+134
2007-12-05more WIP on blobs..Dave Airlie4-39/+68
2007-12-05arrgggh.. make all ioctl structs 32/64-bit compatible hopefully.Dave Airlie7-116/+222
2007-12-04Don't free driver mapped locksJesse Barnes2-5/+2
2007-12-04radeon_ms: radeon modesetting first commit.Jerome Glisse43-1/+8367
2007-12-03hooks up sync and flags and also clocks to get mode matching betterDave Airlie1-7/+45
2007-12-03add flags to mode debug printDave Airlie1-2/+2
2007-12-03mode: copy back the mode if is valid correctlyDave Airlie1-1/+3
2007-12-03finish of mode add/remove, just have attach/detach modesDave Airlie8-226/+50
2007-12-03modesetting API change for removing mode ids and making modes per output.Dave Airlie5-199/+149
2007-11-27Don't use panel fitter if we're programming a native modeJesse Barnes1-2/+7
2007-11-27drm/modesetting: add initial gettable properites code.Dave Airlie7-12/+387
2007-11-26fb: make fb interface use user mode attach/detach for adding modesDave Airlie3-59/+104
2007-11-26add _ioctl to the end of two more ioctlsDave Airlie3-10/+10
2007-11-26drm: make fb modes use usermode add/remove interfaceDave Airlie4-38/+54
2007-11-22Merge branch 'origin' into modesetting-101Dave Airlie53-400/+465
2007-11-22drm: major whitespace/coding style realignment with kernelDave Airlie44-364/+352
2007-11-22drm: cleanup drm_regman.c coding styleDave Airlie1-6/+1
2007-11-22i915: add context handle to superioctl structDave Airlie1-0/+1
2007-11-21drm: don't reset to 0 irq_enabled when client open file descriptorJerome Glisse2-1/+1
2007-11-21drm: don't reset to 0 irq_enabled when client open file descriptorJerome Glisse2-1/+1
2007-11-19Fix capitalization of __linux__ define.Eric Anholt2-3/+3
2007-11-19drm: fix dead lock in drm_buffer_object_transferJerome Glisse1-1/+1
2007-11-19drm: fix dead lock in drm_buffer_object_transferJerome Glisse1-1/+1
2007-11-18Bug #13233: Fix build on FreeBSD.Robert Noland2-9/+17
2007-11-18Bug #13233: Chase move of agp headers on FreeBSD.Robert Noland2-0/+8
2007-11-18radeon: refactor out the fb/agp location read/write.Dave Airlie4-8/+27
2007-11-16Fix connection status ABIJesse Barnes1-3/+3
2007-11-16Fix typo in copy_to_user callsJesse Barnes1-5/+4
2007-11-16nouveau: also mention the number of succcessfully copied bios bytes.Stephane Marchesin1-1/+1
2007-11-15nouveau: renameJeremy Kolb1-5/+5
2007-11-15nouveau: flip buffer into gart.Jeremy Kolb1-0/+41
2007-11-15Use user copy routines for writing modes & ids back to userspaceJesse Barnes1-6/+19
2007-11-15nouveau: be verbose about PPC bios for now.Stephane Marchesin1-0/+5
2007-11-15nouveau: revert the nv34 context size change, it was not the culprit after all.Stephane Marchesin1-1/+1
2007-11-15nouveau: use get_property instead of of_get_property on pre-2.6.22 kernels.Stephane Marchesin1-2/+6
2007-11-15Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Thomas Hellstrom3-19/+6
2007-11-15mm fixups.Thomas Hellstrom3-19/+6
2007-11-15libdrm: return crtc id to userspaceDave Airlie1-0/+1
2007-11-15libdrm: add crtc/output ids to userspace interfaceDave Airlie2-2/+5
2007-11-15drm: send correct fb id to userspaceDave Airlie1-1/+5