summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-05-1315-148/+203
|\
| * drm/mgag200: Fix framebuffer base address programmingChristopher Harvey2013-05-131-3/+24
| * drm/mgag200: Convert counter delays to jiffiesChristopher Harvey2013-05-131-9/+6
| * drm/mgag200: Fix writes into MGA1064_PIX_CLK_CTL registerChristopher Harvey2013-05-131-21/+21
| * drm/mgag200: Don't change unrelated registers during modesetChristopher Harvey2013-05-131-5/+1
| * drm: Only print a debug message when the polled connector has changedLespiau, Damien2013-05-131-6/+13
| * drm: Make the HPD status updates debug logs more readableLespiau, Damien2013-05-132-4/+7
| * drm: Use names of ioctls in debug tracesChris Cummins2013-05-101-7/+13
| * drm: refactor call to request_moduleKees Cook2013-05-101-5/+1
| * drm: Don't prune modes loudly when a connector is disconnectedDamien Lespiau2013-05-101-1/+3
| * drm: Add missing break in the command line mode parsing codeDamien Lespiau2013-05-101-0/+1
| * Merge branch 'for-linux-next' of git://people.freedesktop.org/~danvet/drm-int...Dave Airlie2013-05-1010-90/+116
| |\
| | * drm/i915: clear the stolen fb before resumingJani Nikula2013-05-071-2/+14
| | * Revert "drm/i915: Calculate correct stolen size for GEN7+"Ben Widawsky2013-05-072-16/+1
| | * drm/i915: hsw: fix link training for eDP on port-AImre Deak2013-05-043-15/+50
| | * Revert "drm/i915: revert eDP bpp clamping code changes"Daniel Vetter2013-05-041-14/+4
| | * drm: don't check modeset locks in panic handlerDaniel Vetter2013-05-021-0/+4
| | * drm/i915: Fix pipe enabled mask for pipe C in WM calculationsVille Syrjälä2013-05-011-22/+22
| | * drm/mm: fix dump table BUGDaniel Vetter2013-04-301-16/+18
| | * drm/i915: Always normalize return timeout for wait_timeout_ioctlChris Wilson2013-04-301-5/+3
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-05-02333-5467/+26522
|\| |
| * | qxl: update to new idr interfaces.Dave Airlie2013-05-032-24/+16
| * | Merge branch 'server-fixes' into drm-nextDave Airlie2013-05-039-11/+127
| |\ \
| | * | drm/cirrus: deal with bo reserve fail in dirty update pathDave Airlie2013-05-023-2/+40
| | * | drm/ast: deal with bo reserve fail in dirty update pathDave Airlie2013-05-023-4/+43
| | * | drm/mgag200: deal with bo reserve fail in dirty update pathDave Airlie2013-05-023-5/+44
| * | | Merge branch 'drm-next-3.10-2' of git://people.freedesktop.org/~agd5f/linux i...Dave Airlie2013-05-0316-299/+279
| |\ \ \
| | * | | drm/radeon: fix handling of v6 power tablesAlex Deucher2013-05-021-6/+5
| | * | | drm/radeon: clarify family checks in pm table parsingAlex Deucher2013-05-021-3/+3
| | * | | drm/radeon: consolidate UVD clock programmingChristian König2013-05-026-278/+191
| | * | | drm/radeon: fix UPLL_REF_DIV_MASK definitionChristian König2013-05-023-3/+3
| | * | | radeon: add bo tracking debugfsJerome Glisse2013-05-023-1/+59
| | * | | drm/radeon: add new richland pci idsAlex Deucher2013-05-021-2/+4
| | * | | drm/radeon: fix scratch reg handling for UVD fenceChristian König2013-05-021-1/+1
| | * | | drm/radeon: allocate SA bo in the requested domainChristian König2013-05-021-1/+1
| | * | | drm/radeon: fix possible segfault when parsing pm tablesAlex Deucher2013-05-021-1/+9
| | * | | drm/radeon: fix endian bugs in atom_allocate_fb_scratch()Alex Deucher2013-05-021-3/+3
| * | | | drm/nouveau: fix build with nv50->nvc0Dave Airlie2013-05-031-1/+1
| |/ / /
| * | | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie2013-05-029-2/+145
| |\ \ \ | | |/ / | |/| |
| | * | drm/nve0: recognise nvf0 as a kepler board (GK110)Ben Skeggs2013-05-022-1/+36
| | * | drm/nouveau: force noaccel when no PFIFO support presentBen Skeggs2013-05-021-1/+2
| | * | drm/nvf0/disp: expose display class 2.2Ben Skeggs2013-05-026-0/+107
| * | | drm/i915: fix dmabuf vmap supportDave Airlie2013-05-011-1/+1
| * | | drm/prime: warn for non-empty handle lookup list during drm file releaseImre Deak2013-05-011-5/+2
| * | | udl: bind the framebuffer to the correct device.Dave Airlie2013-05-011-1/+1
| * | | drm: prime: fix refcounting on the dmabuf import error pathImre Deak2013-05-015-4/+18
| * | | drm/prime: keep a reference from the handle to exported dma-buf (v6)Dave Airlie2013-05-012-38/+42
| * | | drm: Kill user_modes list and the associated ioctlsVille Syrjälä2013-04-302-192/+2
| * | | drm: Silence some sparse warningsVille Syrjälä2013-04-302-9/+6
| * | | drm: Make drm_ioctls constVille Syrjälä2013-04-301-2/+2