summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | drm/radeon/kms: skip db/cb/streamout checking when possible on evergreenMarek Olšák2012-03-201-25/+66
| * | drm/radeon/kms: optimize streamout checking for evergreenMarek Olšák2012-03-201-16/+21
| * | drm/radeon/kms: compute GPU addresses correctly on evergreenMarek Olšák2012-03-201-27/+103
| * | drm/radeon/kms: make some DRM errors more informativeMarek Olšák2012-03-201-4/+4
| * | drm/radeon/kms: skip cb/db checking if SX_MISC is 1 on r600+Marek Olšák2012-03-205-3/+16
| * | drm/usb: move usb support into a separate moduleDave Airlie2012-03-205-2/+13
| * | drm: fix build with UDL if USB is a moduleDave Airlie2012-03-162-3/+2
| * | drm/udl: initial UDL driver (v4)Dave Airlie2012-03-1513-0/+2324
| * | drm: add core support for unplugging a device (v2)Dave Airlie2012-03-155-0/+41
| * | drm/modeset: add helper to unplug all connectors from sysfsDave Airlie2012-03-151-3/+14
| * | drm/sysfs: protect sysfs removal code against being run twice.Dave Airlie2012-03-151-1/+6
| * | udlfb: remove sysfs framebuffer device with USB .disconnect()Kay Sievers2012-03-152-2/+18
| * | drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie2012-03-15564-42859/+3939
| |\ \
| * | | drm: Add drm_mode_copy()Ville Syrjälä2012-03-153-15/+27
| * | | drm: Use a flexible array member for blob property dataVille Syrjälä2012-03-151-1/+0
| * | | drm: Handle drm_object_get() failuresVille Syrjälä2012-03-152-23/+74
| * | | drm: Make drm_crtc_convert_{umode, to_umode} static and constify their paramsVille Syrjälä2012-03-151-4/+4
| * | | drm: Fix drm_mode_attachmode_crtc()Ville Syrjälä2012-03-151-11/+27
| * | | drm: Check CRTC viewport against framebuffer sizeVille Syrjälä2012-03-151-0/+24
| * | | drm: Check user mode against overflowsVille Syrjälä2012-03-151-5/+28
| * | | drm: Fix memory leak in drm_mode_setcrtc()Ville Syrjälä2012-03-151-0/+9
| * | | drm: Make drm_mode_attachmode() voidVille Syrjälä2012-03-151-11/+5
| * | | drm: Check crtc x and y coordinatesVille Syrjälä2012-03-151-0/+4
| * | | drm: Warn if mode to umode conversion overflows the destination typesVille Syrjälä2012-03-151-0/+7
| * | | drm: Reject mode set with current fb if no current fb is boundVille Syrjälä2012-03-151-8/+6
| * | | gma500: suspend/resume support for CedartrailAlan Cox2012-03-154-20/+181
| * | | gma500: Fix resume pathsAlan Cox2012-03-151-3/+0
| * | | drm/nouveau: add userspace fallback hints.Dave Airlie2012-03-151-0/+3
| * | | drm/nouveau: map first page of mmio early and determine chipset earlierBen Skeggs2012-03-132-63/+62
| * | | drm/nvd0/disp: disconnect encoders before reprogramming themBen Skeggs2012-03-131-33/+33
| * | | drm/nvd0/disp: move syncs/magic setup to or mode_setBen Skeggs2012-03-131-20/+39
| * | | drm/nouveau/dp: account for channel coding overhead in link trainingBen Skeggs2012-03-131-0/+3
| * | | drm/nvd0/disp: fix dcb sor link matching in supervisor handlerBen Skeggs2012-03-131-8/+9
| * | | drm/nvd0/disp: initial implementation of displayportBen Skeggs2012-03-132-4/+171
| * | | drm/nouveau/dp: make dp dpms function common, call from sor code insteadBen Skeggs2012-03-133-22/+31
| * | | drm/nv50/hwsq: some nv92 fixesMartin Peres2012-03-131-2/+3
| * | | drm/nouveau/dp: move all nv50/sor-specific code out of nouveau_dp.cBen Skeggs2012-03-135-228/+231
| * | | drm/nouveau/dp: make functions for executing various bios tablesBen Skeggs2012-03-131-9/+46
| * | | drm/nouveau/pm: fix oops if chipset has no pm support at allBen Skeggs2012-03-131-3/+5
| * | | drm/nouveau/bios: rework vbios shadowingBen Skeggs2012-03-132-121/+158
| * | | drm/nouveau/bios: attempt acpi rom fetch before pciromBen Skeggs2012-03-131-1/+1
| * | | drm/nvd0/disp: attempt to handle more than 2 crtcs if possibleBen Skeggs2012-03-131-19/+14
| * | | drm/nvc0/vram: get part count from PUNITSBen Skeggs2012-03-131-16/+14
| * | | drm/nv40/pm: fix fanspeed regressionBen Skeggs2012-03-131-0/+4
| * | | drm/nouveau/pm: several fixes for nvc0 memory timingsRoy Spliet2012-03-131-3/+6
| * | | drm/nvc0/pm: restrict pll mode to clocks that can actually use itBen Skeggs2012-03-131-1/+1
| * | | drm/nouveau/dp: fix bad comparison in dp_link_train_commit()Xi Wang2012-03-131-1/+1
| * | | drm/nouveau/mxm: call mxmi to determine revision before calling mxmsBen Skeggs2012-03-131-1/+38
| * | | drm/nouveau/pm: init only after display subsystem has been createdBen Skeggs2012-03-131-7/+5
| * | | drm/nvc0/fb: detect presense of second rankBen Skeggs2012-03-131-0/+1