summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | drm/mgag200: Remove extra variable assignsChristopher Harvey2013-04-301-2/+0
| * | | | drm/mgag200: Pass driver specific mga_device in driver functionsChristopher Harvey2013-04-301-4/+3
| * | | | drm/mgag200: Remove pointless call to drm_fb_get_bpp_depthChristopher Harvey2013-04-301-3/+0
| |/ / /
| * | | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2013-04-26105-644/+1316
| |\ \ \ | | | |/ | | |/|
| | * | drm/nouveau/fifo: implement channel creation event generationBen Skeggs2013-04-262-1/+9
| | * | drm/nouveau/core: allow non-maskable eventsBen Skeggs2013-04-261-4/+8
| | * | drm/nouveau/timer: allow alarms to be cancelledBen Skeggs2013-04-261-4/+9
| | * | drm/nouveau/device: tweak the device/subdev relationship a littleBen Skeggs2013-04-262-88/+71
| | * | drm/nouveau/device: enable proper constructor/destructorBen Skeggs2013-04-261-1/+16
| | * | drm/nouveau/device: have engine object initialised before creationBen Skeggs2013-04-264-5/+12
| | * | drm/nouveau/device: convert to engine, rather than subdevBen Skeggs2013-04-2615-32/+32
| | * | drm/nv50-/disp: use self as parent for subobjectsBen Skeggs2013-04-262-2/+4
| | * | drm/nv50-/fifo: use parent as self for subobjectsBen Skeggs2013-04-264-25/+31
| | * | drm/nv20-nv30/gr: use parent as self for subobjectsBen Skeggs2013-04-266-6/+6
| | * | drm/nvc0-/gr: use self as parent for subobjectsBen Skeggs2013-04-263-9/+13
| | * | drm/nv04-nv40/instmem: use self as parent for subobjectsBen Skeggs2013-04-262-8/+13
| | * | drm/nv04-nv40/vm: use self as parent for subobjectsBen Skeggs2013-04-263-3/+3
| | * | drm/nv50-/bar: use self as parent for subobjectsBen Skeggs2013-04-262-15/+21
| | * | drm/nv04-nv40/instmem: remove parent deref hackBen Skeggs2013-04-263-12/+0
| | * | drm/nouveau/i2c: remove parent deref hackBen Skeggs2013-04-261-5/+1
| | * | drm/nouveau/core: rebase object ref/use counts after ctor/init/fini eventsBen Skeggs2013-04-261-6/+13
| | * | drm/nv50/disp: inform core when we're not creating a new contextBen Skeggs2013-04-261-1/+1
| | * | drm/nouveau/therm: send some messages to debug levelBen Skeggs2013-04-262-14/+14
| | * | drm/nve0/gr: add handling for a bunch of PGRAPH trapsChristoph Bumiller2013-04-261-0/+222
| | * | drm/nouveau/mc: handle irq-related setup ourselvesBen Skeggs2013-04-2612-127/+75
| | * | drm/nv04/disp: hide all the cruft away in its own little holeBen Skeggs2013-04-2624-28/+33
| | * | drm/nouveau/bios: add missing newline on IO*_OR opcode debuggingBen Skeggs2013-04-261-2/+2
| | * | drm/nouveau/bios: suppress some parser errors when dry-running scriptsBen Skeggs2013-04-261-19/+33
| | * | drm/nve0: magic up some support for GF117Ben Skeggs2013-04-266-25/+63
| | * | drm/nvc0-/ltcg: Fix build on 32-bit platforms (v2)Roy Spliet2013-04-261-1/+1
| | * | drm/nouveau/drm: adding support for backlight control of GT525M (NVC0)Florian Scholz2013-04-261-0/+3
| | * | drm/nouveau/drm: bump the driver version to 1.1.1 to report new featuresChristoph Bumiller2013-04-261-1/+12
| | * | drm/nvc0/gr: add software methods to control some MP regsChristoph Bumiller2013-04-261-0/+29
| | * | drm/nvc0-: support NOUVEAU_GETPARAM_GRAPH_UNITSChristoph Bumiller2013-04-267-8/+47
| | * | drm/nvc0-/ltcg: implement VRAM compressionChristoph Bumiller2013-04-264-29/+220
| | * | drm/nouveau/ttm: allow tiled memtype on system memory buffer objectsBen Skeggs2013-04-261-0/+16
| | * | drm/nve0/grctx: initial attempt at unhardcoding yet more magicBen Skeggs2013-04-261-4/+9
| | * | drm/nv50/therm: implement temperature readingMartin Peres2013-04-261-3/+39
| | * | drm/nouveau/therm: split the nv50 and nv84 codeMartin Peres2013-04-269-164/+239
| | * | drm/nouveau/drm: fix crash in vram manager debug callbackMarcin Slusarz2013-04-261-3/+6
| | * | drm/nvc0/fb: ignore readback page alloc failure to support userspaceBen Skeggs2013-04-261-8/+9
| | * | drm/nouveau/disp: fix uninitialised eq_done in error pathBen Skeggs2013-04-261-1/+1
| * | | drm/edid: Check both 60Hz and 59.94Hz when looking for a CEA modeVille Syrjälä2013-04-261-3/+24
| * | | drm/edid: Populate vrefresh for CEA modesVille Syrjälä2013-04-261-64/+129
| * | | drm: Add drm_mode_equal_no_clocks()Ville Syrjälä2013-04-261-1/+21
| |/ /
| * | drm/shmobile: Fix race condition between page flip request and handlerLaurent Pinchart2013-04-261-1/+1
| * | drm: export drm_vm_open_lockedArnd Bergmann2013-04-261-0/+1
| * | drm/tilcdc: use only a single module device tableArnd Bergmann2013-04-263-3/+0
| * | Merge branch 'gma500-fixes' of git://github.com/patjak/drm-gma500 into drm-nextDave Airlie2013-04-262-3/+3
| |\ \
| | * | drm/gma500: Increase max resolution for mode settingPatrik Jakobsson2013-04-251-2/+2
OpenPOWER on IntegriCloud