index
:
~johnharr/scheduler
IGT
LibDRM
all
fence
scheduler
i915 GPU scheduler patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-03
drm/radeon: remove duplicates check
Christian König
6
-34
/
+16
2014-12-03
drm/ttm: optionally move duplicates to a separate list
Christian König
6
-7
/
+18
2014-12-03
drm/radeon: check the right ring in radeon_evict_flags()
Alex Deucher
1
-1
/
+1
2014-12-03
drm/radeon: fix copy paste typos in fan control for si/ci
Alex Deucher
2
-6
/
+6
2014-12-03
drm/radeon: Hide cursor on CRTCs used by fbdev (v2)
Michel Dänzer
1
-1
/
+31
2014-12-03
drm/radeon: add spinlock for BO_VA status protection (v2)
Christian König
2
-6
/
+33
2014-12-03
drm/radeon: fence PT updates as shared
Christian König
1
-9
/
+19
2014-12-03
drm/radeon: rename radeon_cs_reloc to radeon_bo_list
Christian König
12
-42
/
+42
2014-12-03
drm/radeon: drop the handle from radeon_cs_reloc
Christian König
3
-6
/
+3
2014-12-03
drm/radeon drop gobj from radeon_cs_reloc
Christian König
3
-9
/
+9
2014-12-03
drm/radeon: fix typo in new fan control registers for SI/CI
Alex Deucher
2
-8
/
+8
2014-12-03
drm/radeon: sync all BOs involved in a CS
Christian König
1
-12
/
+7
2014-12-03
drm/radeon: Move hotspot handling out of radeon_set_cursor
Michel Dänzer
1
-19
/
+17
2014-12-03
drm/radeon: Re-show the cursor after a modeset
Michel Dänzer
4
-24
/
+68
2014-12-03
drm/vmwgfx: (Re)bind shaders to MOBs with the correct offset
Thomas Hellstrom
1
-1
/
+1
2014-12-03
drm/vmwgfx: Fix fence event code
Thomas Hellstrom
1
-11
/
+6
2014-12-03
drm/vmwgfx: Don't use memory accounting for kernel-side fence objects
Thomas Hellstrom
1
-20
/
+2
2014-12-03
drm/vmwgfx: Fix error printout on signals pending
Thomas Hellstrom
1
-2
/
+6
2014-12-03
drm: rcar-du: Fix NULL encoder pointer dereference
Laurent Pinchart
1
-3
/
+6
2014-12-03
Merge tag 'drm-intel-next-2014-11-21-fixed' of git://anongit.freedesktop.org/...
Dave Airlie
38
-2477
/
+2992
2014-12-02
drm/i915: Don't pin LRC in GGTT when dumping in debugfs
Thomas Daniel
1
-31
/
+47
2014-12-02
Merge branch 'linux-3.19' of git://anongit.freedesktop.org/git/nouveau/linux-...
Dave Airlie
125
-2636
/
+6260
2014-12-02
drm/nv50/kms: drop requirement that framebuffer bos be contig up-front
Ben Skeggs
1
-5
/
+0
2014-12-02
drm/nv50/kms: directly use cursor image from userspace buffer
Ben Skeggs
2
-49
/
+32
2014-12-02
drm/nouveau/kms: when pinning display-related buffers, force contig vram
Ben Skeggs
2
-7
/
+7
2014-12-02
drm/nouveau: teach nouveau_bo_pin() how to force a contig vram allocation
Ben Skeggs
13
-27
/
+52
2014-12-02
drm/nouveau/volt: add support for GK20A
Vince Hsu
6
-0
/
+218
2014-12-02
drm/nouveau/platform: add GPU speedo information to nouveau platform
Vince Hsu
2
-0
/
+4
2014-12-02
drm/nouveau/volt: allow non-bios voltage scaling
Vince Hsu
1
-29
/
+38
2014-12-02
drm/gf100-/gr: return non-fatal error code when fw not present
Ben Skeggs
1
-1
/
+1
2014-12-02
drm/nouveau/devinit: bump priv ring timeouts before executing scripts
Ben Skeggs
2
-1
/
+10
2014-12-02
drm/nouveau/bios: translate ramcfg strap through M0203
Ben Skeggs
1
-1
/
+12
2014-12-02
drm/nouveau/fb: make use of M0203 routines for ram type determination
Ben Skeggs
1
-22
/
+15
2014-12-02
drm/nouveau/bios: add parsing of BIT M(v2) +0x03 table
Ben Skeggs
3
-0
/
+161
2014-12-02
drm/nouveau/core: allow vbios parsing without knowing chipset type
Ben Skeggs
1
-0
/
+5
2014-12-02
drm/nouveau/lib: add null backend
Ben Skeggs
2
-0
/
+2
2014-12-02
drm/nouveau/device: store revision
Ben Skeggs
2
-1
/
+4
2014-12-02
drm/nouveau/core: add some forgotten subdevs to disable mask
Ben Skeggs
2
-0
/
+3
2014-12-02
drm/gk20a/clk: fix max VCO value
Alexandre Courbot
1
-1
/
+1
2014-12-02
drm/nouveau: we need pin_refcnt for nouveau_bo_placement_set()
Ben Skeggs
1
-5
/
+9
2014-12-02
drm/nv50-/kms: add some evo tracing ability for debugging
Ben Skeggs
1
-0
/
+13
2014-12-02
drm/nv50/kms: use sclass() instead of trial-and-error
Ben Skeggs
1
-6
/
+20
2014-12-02
drm/nv50/kms: remove a couple of cursor-related stub functions
Ben Skeggs
2
-12
/
+2
2014-12-02
drm/nouveau: fix pin refcnt leak in failure path
Ben Skeggs
1
-12
/
+12
2014-12-02
drm/nouveau: synchronize BOs when required
Alexandre Courbot
3
-0
/
+56
2014-12-02
drm/nouveau: allocate GPFIFOs and fences coherently
Alexandre Courbot
2
-3
/
+3
2014-12-02
drm/nouveau: implement explicitly coherent BOs
Alexandre Courbot
2
-8
/
+73
2014-12-02
drm/nouveau: introduce nv_device_is_cpu_coherent()
Alexandre Courbot
1
-0
/
+6
2014-12-02
drm/nouveau: warn when moving a pinned object
Alexandre Courbot
1
-2
/
+9
2014-12-02
drm/nouveau/disp: clear notify intr status when enabling, to prevent races
Ben Skeggs
2
-0
/
+4
[next]