Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
52d7ecedac3f96fb562cb482c139015372728638
/
drivers
/
gpu
/
drm
/
i915
/
i915_dma.c
52d7ece
drm/i915: reorder setup sequence to have irqs for output setup
by Daniel Vetter
· 12 years ago
61bac78
drm/i915: setup the hangcheck timer early
by Daniel Vetter
· 12 years ago
42dcedd
drm/i915: Use a slab for object allocation
by Chris Wilson
· 12 years ago
3e96050
drm/i915: Rearrange code to only have a single method for waiting upon the ring
by Chris Wilson
· 12 years ago
4f1ba0f
drm/i915: fix possible NULL dereference of dev_priv
by Mika Kuoppala
· 12 years ago
9fabd4e
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
by Dave Airlie
· 12 years ago
6b8294a
drm/i915: Restore physical HWS_PGA after resume
by Chris Wilson
· 12 years ago
e76e9ae
drm/i915: Stop using AGP layer for GEN6+
by Ben Widawsky
· 12 years ago
1abd02e
drm/i915: don't rewrite the GTT on resume v4
by Jesse Barnes
· 12 years ago
4fc688c
drm/i915: protect RPS/RC6 related accesses (including PCU) with a new mutex
by Jesse Barnes
· 12 years ago
073f34d
drm/i915: don't block resume on fb console resume v2
by Jesse Barnes
· 12 years ago
231f42a
drm/i915: move dri1 dungeon out of dev_priv
by Daniel Vetter
· 12 years ago
1623392
drm/i915: Only kick out vesafb if we takeover the fbcon with KMS
by Chris Wilson
· 12 years ago
c2fb791
Merge tag 'v3.7-rc2' into drm-intel-next-queued
by Daniel Vetter
· 12 years ago
d7d4eed
drm/i915: Allow DRM_ROOT_ONLY|DRM_MASTER to submit privileged batchbuffers
by Chris Wilson
· 12 years ago
612a9aa
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
4126d5d
UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.
by David Howells
· 12 years ago
199adf4
drm/i915: s/cacheing/caching/
by Ben Widawsky
· 12 years ago
398b7a1
Merge tag 'v3.6-rc7' into drm-intel-next-queued
by Daniel Vetter
· 12 years ago
934d608
drm/i915: Limit the ioremap of the PCI bar to the registers
by Chris Wilson
· 12 years ago
99d0b1d
drm/i915: initialize dpio_lock spin lock
by Alexander Shishkin
· 12 years ago
5362186
i915: use alloc_ordered_workqueue() instead of explicit UNBOUND w/ max_active = 1
by Tejun Heo
· 12 years ago
ec6f1bb
drm/i915: implement dma buf begin_cpu_access (v2)
by Dave Airlie
· 12 years ago
5d985ac
drm/i915: kill a few unused things in dev_priv
by Daniel Vetter
· 12 years ago
c6a828d
drm/i915: move all rps state into dev_priv->rps
by Daniel Vetter
· 12 years ago
c96ea64
drm/i915: dump the device info
by Daniel Vetter
· 12 years ago
2fedbff
drm/i915: Add I915_GEM_PARAM_HAS_SEMAPHORES
by Chris Wilson
· 12 years ago
e6994ae
drm/i915: Export ability of changing cache levels to userspace
by Chris Wilson
· 12 years ago
c0c7bab
drm/i915: add register read IOCTL
by Ben Widawsky
· 12 years ago
e8aeaee
drm/i915: unbreak lastclose for failed driver init
by Daniel Vetter
· 12 years ago
45e6e3a
drm/i915: get rid of dev_priv->info->has_pch_split
by Paulo Zanoni
· 13 years ago
990bbda
drm/i915: Group the GT routines together in both code and vtable
by Chris Wilson
· 13 years ago
87207ca
drm/i915: don't use dev->agp
by Daniel Vetter
· 13 years ago
df12c6d
drm/i915: initialize the context idr unconditionally
by Daniel Vetter
· 13 years ago
55a6662
drm/i915: fix module unload after context merge
by Daniel Vetter
· 13 years ago
8462481
drm/i915/context: create & destroy ioctls
by Ben Widawsky
· 13 years ago
254f965
drm/i915: preliminary context support
by Ben Widawsky
· 13 years ago
e188719
drm/i915: kick any firmware framebuffers before claiming the gtt
by Daniel Vetter
· 13 years ago
14be93d
drm/i915 + agp/intel-gtt: prep work for direct setup
by Daniel Vetter
· 13 years ago
dd2757f
drm/i915: stop using dev->agp->base
by Daniel Vetter
· 13 years ago
172cf15
drm/i915: Add wait render timeout get param
by Ben Widawsky
· 13 years ago
23ba4fd
drm/i915: wait render timeout ioctl
by Ben Widawsky
· 13 years ago
f15b4ca
Merge tag 'drm-intel-next-2012-05-20' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next
by Dave Airlie
· 13 years ago
edc912f
drm/i915: Replace the feature tests for BLT/BSD with ring init checks
by Chris Wilson
· 13 years ago
26ec685
vga_switcheroo: Introduce struct vga_switcheroo_client_ops
by Takashi Iwai
· 13 years ago
c921aba
drm/i915: move pnv|ilk_gem_mem_freq to intel_pm.c
by Daniel Vetter
· 13 years ago
4225d0f
drm/i915: fixup __iomem mixups in ringbuffer.c
by Daniel Vetter
· 13 years ago
316d388
drm/i915: rework legacy GFX HWS handling
by Daniel Vetter
· 13 years ago
eb48eb0
drm/i915: move the ips code to intel_pm.c
by Daniel Vetter
· 13 years ago
09422b2
drm/i915: move LP_RING&friends to i915_dma.c
by Daniel Vetter
· 13 years ago
d05c617
drm/i915: extract dri1 breadcrumb update from irq handler
by Daniel Vetter
· 13 years ago
9488867
drm/i915: move dri1 irq ioctl code to i915_dma.c
by Daniel Vetter
· 13 years ago
64c43c3
drm/i915: rip out dev_priv->tex_lru_log_granularity
by Daniel Vetter
· 13 years ago
8781342
drm/i915: create dev_priv->dri1 dragon dungeon^W^W sub-struct
by Daniel Vetter
· 13 years ago
d1c1edb
drm/i915: move dri1 vblank stubs to i915_dma.c
by Daniel Vetter
· 13 years ago
582be6b
drm/i915: Only enable IPS polling for gen5
by Chris Wilson
· 13 years ago
b2da9fe
drm/i915: remove do_retire from i915_wait_request
by Ben Widawsky
· 13 years ago
e0f608d
drm/i915: pending_flip_is_done is gen3, name it so
by Chris Wilson
· 13 years ago
cd9d4e9
drm/i915: check for kms in dri1 ioctls
by Daniel Vetter
· 13 years ago
2e895b1
drm/i915: rip out dev_priv->has_gem
by Daniel Vetter
· 13 years ago
1070a42
drm/i915: Move GEM initialisation from i915_dma.c to i915_gem.c
by Chris Wilson
· 13 years ago
9797fbf
drm/i915: Split the stolen handling for GEM out of i915_dma.c
by Chris Wilson
· 13 years ago
c51ed78
drm/i915: haswell has 3 pipes as well
by Eugeni Dodonov
· 13 years ago
0136db5
drm/i915: rc6 in sysfs
by Ben Widawsky
· 13 years ago
effbc4f
Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next
by Dave Airlie
· 13 years ago
26394d9
drm/i915: refuse to load on gen6+ without kms
by Daniel Vetter
· 13 years ago
e02f14c
drm/i915: don't leak struct_mutex lock on ppgtt init failures
by Daniel Vetter
· 13 years ago
650dc07
drm/i915: disable ppgtt on snb when dmar is enabled
by Daniel Vetter
· 13 years ago
23f54be
drm/i915: Initialise GTT MTRR to -1
by Chris Wilson
· 13 years ago
d1dd20a
drm/i915: clear the entire gtt when using gem
by Daniel Vetter
· 13 years ago
9021f28
drm/i915: the intel gtt is _not_ an agp bridge!
by Daniel Vetter
· 13 years ago
644ec02
drm/i915: s/i915_gem_do_init/i915_gem_init_global_gtt
by Daniel Vetter
· 13 years ago
777ee96
drm/i915: add HAS_ALIASING_PPGTT parameter for userspace
by Daniel Vetter
· 13 years ago
a70491c
i915: Add and use pr_fmt and pr_<level>
by Joe Perches
· 13 years ago
9e984bc1
drm/i915: Don't do MTRR setup if PAT is enabled
by Adam Jackson
· 13 years ago
e2b665c
drm/i915: Pull MTRR setup to its own function
by Adam Jackson
· 13 years ago
ff5f4b0
Merge remote-tracking branch 'airlied/drm-next' into for-airlied
by Daniel Vetter
· 13 years ago
466e69b
drm: move pci bus master enable into driver.
by Dave Airlie
· 13 years ago
cdbe8b5
Merge tag 'drm-intel-next-2012-02-07' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next
by Dave Airlie
· 13 years ago
d3ae081
drm/i915: fix up locking inconsistency around gem_do_init
by Daniel Vetter
· 13 years ago
9edd576
Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queued
by Daniel Vetter
· 13 years ago
e21af88
drm/i915: enable ppgtt
by Daniel Vetter
· 13 years ago
1d2a314
drm/i915: initialization/teardown for the aliasing ppgtt
by Daniel Vetter
· 13 years ago
f691e2f
drm/i915: swizzling support for snb/ivb
by Daniel Vetter
· 13 years ago
198ceac
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-core-next
by Dave Airlie
· 13 years ago
b93f9cf
drm/i915: argument to control retiring behavior
by Ben Widawsky
· 13 years ago
9f1f46a
drm/i915: protect force_wake_(get|put) with the gt_lock
by Daniel Vetter
· 13 years ago
3d29b84
drm/i915: add a LLC feature flag in device description
by Eugeni Dodonov
· 13 years ago
b2c606f
drm/i915: kill i915_mem.c
by Daniel Vetter
· 13 years ago
ae662d3
drm/i915: Add support for resetting the SO write pointers on gen7.
by Eric Anholt
· 13 years ago
8ea3086
drm/i915: add color key support v4
by Jesse Barnes
· 13 years ago
4ed0b57
drm/i915: prevent division by zero when asking for chipset power
by Eugeni Dodonov
· 13 years ago
e0cd360
gpu: add module.h to drivers/gpu files as required.
by Paul Gortmaker
· 13 years ago
27f8227
drm/i915: support 3 pipes on IVB+
by Jesse Barnes
· 13 years ago
0206e35
Drivers: i915: Fix all space related issues.
by Akshay Joshi
· 13 years ago
df79767
Merge branch 'drm-intel-fixes' into drm-intel-next
by Keith Packard
· 13 years ago
f323470
drm/i915: Initialize RCS ring status page address in intel_render_ring_init_dri
by Keith Packard
· 13 years ago
9aa73a5
Merge branch 'drm-intel-fixes' into drm-intel-next
by Keith Packard
· 13 years ago
a7b85d2
drm/i915: Clean up i915_driver_load failure path
by Keith Packard
· 13 years ago
Next »