summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2012-03-20drm/radeon/kms: skip db/cb/streamout checking when possible on r600Marek Olšák
2012-03-20drm/radeon/kms: compute GPU addresses correctly on r600Marek Olšák
2012-03-20drm/radeon/kms: remove some unused variables in evergreen_cs_trackMarek Olšák
2012-03-20drm/radeon/kms: skip db/cb/streamout checking when possible on evergreenMarek Olšák
2012-03-20drm/radeon/kms: optimize streamout checking for evergreenMarek Olšák
2012-03-20drm/radeon/kms: compute GPU addresses correctly on evergreenMarek Olšák
2012-03-20drm/radeon/kms: make some DRM errors more informativeMarek Olšák
2012-03-20drm/radeon/kms: skip cb/db checking if SX_MISC is 1 on r600+Marek Olšák
2012-03-20drm/usb: move usb support into a separate moduleDave Airlie
2012-03-16drm: fix build with UDL if USB is a moduleDave Airlie
2012-03-15drm/udl: initial UDL driver (v4)Dave Airlie
2012-03-15drm: add core support for unplugging a device (v2)Dave Airlie
2012-03-15drm/modeset: add helper to unplug all connectors from sysfsDave Airlie
2012-03-15drm/sysfs: protect sysfs removal code against being run twice.Dave Airlie
2012-03-15udlfb: remove sysfs framebuffer device with USB .disconnect()Kay Sievers
2012-03-15drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie
2012-03-15drm: Add drm_mode_copy()Ville Syrjälä
2012-03-15drm: Use a flexible array member for blob property dataVille Syrjälä
2012-03-15drm: Handle drm_object_get() failuresVille Syrjälä
2012-03-15drm: Make drm_crtc_convert_{umode, to_umode} static and constify their paramsVille Syrjälä
2012-03-15drm: Fix drm_mode_attachmode_crtc()Ville Syrjälä
2012-03-15drm: Check CRTC viewport against framebuffer sizeVille Syrjälä
2012-03-15drm: Check user mode against overflowsVille Syrjälä
2012-03-15drm: Fix memory leak in drm_mode_setcrtc()Ville Syrjälä
2012-03-15drm: Make drm_mode_attachmode() voidVille Syrjälä
2012-03-15drm: Check crtc x and y coordinatesVille Syrjälä
2012-03-15drm: Warn if mode to umode conversion overflows the destination typesVille Syrjälä
2012-03-15drm: Reject mode set with current fb if no current fb is boundVille Syrjälä
2012-03-15gma500: suspend/resume support for CedartrailAlan Cox
2012-03-15gma500: Fix resume pathsAlan Cox
2012-03-15drm/nouveau: add userspace fallback hints.Dave Airlie
2012-03-13drm/nouveau: map first page of mmio early and determine chipset earlierBen Skeggs
2012-03-13drm/nvd0/disp: disconnect encoders before reprogramming themBen Skeggs
2012-03-13drm/nvd0/disp: move syncs/magic setup to or mode_setBen Skeggs
2012-03-13drm/nouveau/dp: account for channel coding overhead in link trainingBen Skeggs
2012-03-13drm/nvd0/disp: fix dcb sor link matching in supervisor handlerBen Skeggs
2012-03-13drm/nvd0/disp: initial implementation of displayportBen Skeggs
2012-03-13drm/nouveau/dp: make dp dpms function common, call from sor code insteadBen Skeggs
2012-03-13drm/nv50/hwsq: some nv92 fixesMartin Peres
2012-03-13drm/nouveau/dp: move all nv50/sor-specific code out of nouveau_dp.cBen Skeggs
2012-03-13drm/nouveau/dp: make functions for executing various bios tablesBen Skeggs
2012-03-13drm/nouveau/pm: fix oops if chipset has no pm support at allBen Skeggs
2012-03-13drm/nouveau/bios: rework vbios shadowingBen Skeggs
2012-03-13drm/nouveau/bios: attempt acpi rom fetch before pciromBen Skeggs
2012-03-13drm/nvd0/disp: attempt to handle more than 2 crtcs if possibleBen Skeggs
2012-03-13drm/nvc0/vram: get part count from PUNITSBen Skeggs
2012-03-13drm/nv40/pm: fix fanspeed regressionBen Skeggs
2012-03-13drm/nouveau/pm: several fixes for nvc0 memory timingsRoy Spliet
2012-03-13drm/nvc0/pm: restrict pll mode to clocks that can actually use itBen Skeggs
2012-03-13drm/nouveau/dp: fix bad comparison in dp_link_train_commit()Xi Wang