Age | Commit message (Expand) | Author | Files | Lines |
2016-05-23 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 758 | -20730/+101399 |
2016-05-23 | drm/edid: add displayid detailed 1 timings to the modelist. (v1.1) | Dave Airlie | 1 | -0/+108 |
2016-05-23 | drm/edid: move displayid validation to it's own function. | Dave Airlie | 1 | -18/+26 |
2016-05-23 | drm/displayid: Iterate over all DisplayID blocks | Tomas Bzatek | 1 | -13/+19 |
2016-05-23 | drm/edid: move displayid tiled block parsing into separate function. | Dave Airlie | 1 | -51/+59 |
2016-05-23 | x86: remove pointless uaccess_32.h complexity | Linus Torvalds | 1 | -3/+1 |
2016-05-21 | Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 5 | -35/+20 |
2016-05-21 | Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2016-05-21 | drm: Nuke ->vblank_disable_allowed | Daniel Vetter | 13 | -39/+0 |
2016-05-20 | Merge tag 'vmwgfx-next-160520' of git://people.freedesktop.org/~thomash/linux... | Dave Airlie | 8 | -16/+653 |
2016-05-20 | Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-next | Dave Airlie | 203 | -843/+1853 |
2016-05-20 | drm/vmwgfx: Report vmwgfx version to vmware.log | Sinclair Yeh | 3 | -2/+25 |
2016-05-20 | drm/vmwgfx: Add VMWare host messaging capability | Sinclair Yeh | 2 | -0/+607 |
2016-05-20 | drm/vmwgfx: Kill some lockdep warnings | Thomas Hellstrom | 5 | -14/+21 |
2016-05-20 | drm/nouveau/gr/gf100-: fix race condition in fecs/gpccs ucode | Ben Skeggs | 14 | -71/+85 |
2016-05-20 | drm/nouveau/core: recognise GM108 chipsets | Ben Skeggs | 1 | -0/+35 |
2016-05-20 | drm/nouveau/gr/gm107-: fix touching non-existent ppcs in attrib cb setup | Ben Skeggs | 1 | -1/+3 |
2016-05-20 | drm/nouveau/gr/gk104-: share implementation of ppc exception init | Ben Skeggs | 7 | -7/+31 |
2016-05-20 | drm/nouveau/gr/gk104-: move rop_active_fbps init to nonctx | Ben Skeggs | 15 | -28/+36 |
2016-05-20 | drm/nouveau/bios/pll: check BIT table version before trying to parse it | Ben Skeggs | 1 | -4/+6 |
2016-05-20 | drm/nouveau/bios/pll: prevent oops when limits table can't be parsed | Ben Skeggs | 1 | -2/+2 |
2016-05-20 | drm/nouveau/volt/gk104: round up in gk104_volt_set | Karol Herbst | 1 | -1/+1 |
2016-05-20 | drm/nouveau/fb/gm200: setup mmu debug buffer registers at init() | Ben Skeggs | 5 | -9/+65 |
2016-05-20 | drm/nouveau/fb/gk20a,gm20b: setup mmu debug buffer registers at init() | Ben Skeggs | 2 | -5/+4 |
2016-05-20 | drm/nouveau/fb/gf100-: allocate mmu debug buffers | Ben Skeggs | 13 | -36/+58 |
2016-05-20 | drm/nouveau/fb: allow chipset-specific actions for oneinit() | Ben Skeggs | 2 | -0/+9 |
2016-05-20 | drm/nouveau/gr/gm200-: fix bad hardcoding of a max-tpcs-per-gpc value | Ben Skeggs | 2 | -2/+3 |
2016-05-20 | drm/nouveau/gr/gm200-: rop count == ltc count | Ben Skeggs | 3 | -2/+9 |
2016-05-20 | drm/nouveau/gr/gm200: modify the mask when copying mmu settings from fb | Ben Skeggs | 2 | -4/+2 |
2016-05-20 | drm/nouveau/gr/gm200: move some code into init_gpc_mmu() hook | Ben Skeggs | 1 | -9/+19 |
2016-05-20 | drm/nouveau/gr/gm200: make generate_main() static | Ben Skeggs | 2 | -2/+1 |
2016-05-20 | drm/nouveau/gr/gf100-: abstract fetching rop count | Ben Skeggs | 15 | -2/+25 |
2016-05-20 | drm/nouveau/gr/gf100-: rename magic_not_rop_nr to screen_tile_row_offset | Ben Skeggs | 8 | -26/+26 |
2016-05-20 | drm/nouveau/gr/gf100-: remove hardcoded idle_timeout values | Ben Skeggs | 7 | -19/+21 |
2016-05-20 | drm/nouveau/fifo/gm107-: remove engines from mmu engine mapping array | Ben Skeggs | 4 | -3/+28 |
2016-05-20 | drm/nouveau/fifo/gk104-: identify mmu engine ids for host faults | Ben Skeggs | 1 | -4/+14 |
2016-05-20 | drm/nouveau/fifo/gk104-: implement support for PTOP fault info | Ben Skeggs | 1 | -2/+16 |
2016-05-20 | drm/nouveau/fifo/gk104-: abstract mmu fault data structures | Ben Skeggs | 8 | -111/+150 |
2016-05-20 | drm/nouveau/fifo/gk104-: subclass func | Ben Skeggs | 10 | -73/+65 |
2016-05-20 | drm/nouveau/fifo/gk104-: use device info from top subdev | Ben Skeggs | 1 | -73/+16 |
2016-05-20 | drm/nouveau/core: remove pmc_enable argument from subdev ctor | Ben Skeggs | 74 | -139/+62 |
2016-05-20 | drm/nouveau/mc/nv04: define reset masks + intr cleanup | Ben Skeggs | 2 | -10/+5 |
2016-05-20 | drm/nouveau/mc/nv11: define reset masks + intr cleanup | Ben Skeggs | 6 | -1/+61 |
2016-05-20 | drm/nouveau/mc/nv17: define reset masks + intr cleanup | Ben Skeggs | 6 | -21/+52 |
2016-05-20 | drm/nouveau/mc/nv50: define reset masks + intr cleanup | Ben Skeggs | 4 | -13/+43 |
2016-05-20 | drm/nouveau/mc/g84: define reset masks + intr cleanup | Ben Skeggs | 4 | -6/+76 |
2016-05-20 | drm/nouveau/mc/g98: define reset masks + intr cleanup | Ben Skeggs | 1 | -14/+22 |
2016-05-20 | drm/nouveau/mc/gt215: define reset masks + intr cleanup | Ben Skeggs | 4 | -4/+76 |
2016-05-20 | drm/nouveau/mc/gf100: define reset masks + intr cleanup | Ben Skeggs | 2 | -20/+30 |
2016-05-20 | drm/nouveau/mc/gk104: define reset masks + intr cleanup | Ben Skeggs | 6 | -6/+76 |