Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5010192d5ae589002c4453d6c6e662e5e9acae59
/
drivers
/
gpu
/
drm
/
i915
/
i915_drv.h
199adf4
drm/i915: s/cacheing/caching/
by Ben Widawsky
· 12 years ago
2f745ad
drm/i915: Convert the dmabuf object to use the new i915_gem_object_ops
by Chris Wilson
· 12 years ago
c8735b0
drm/i915: #define gpu freq multipler
by Ben Widawsky
· 12 years ago
9da3da6
drm/i915: Replace the array of pages with a scatterlist
by Chris Wilson
· 12 years ago
a557017
drm/i915: Pin backing pages whilst exporting through a dmabuf vmap
by Chris Wilson
· 12 years ago
37e680a
drm/i915: Introduce drm_i915_gem_object_ops
by Chris Wilson
· 12 years ago
a1ceb67
Merge the modeset-rework, basic conversion into drm-intel-next
by Daniel Vetter
· 12 years ago
2492935
drm/i915: read out the modeset hw state at load and resume time
by Daniel Vetter
· 12 years ago
76e5a89
drm/i915: add crtc->enable/disable vfuncs insted of dpms
by Daniel Vetter
· 12 years ago
20e4d40
drm/ips: move drps/ips/ilk related variables into dev_priv->ips
by Daniel Vetter
· 12 years ago
050ee91
drm/i915: Use new INSTDONE registers (Gen7+)
by Ben Widawsky
· 12 years ago
0327d6b
drm/i915: Extract general object init routine
by Chris Wilson
· 12 years ago
86a1ee2
drm/i915: Only pwrite through the GTT if there is space in the aperture
by Chris Wilson
· 12 years ago
71e172e
drm/i915: Add ERR_INT to gen7 error state
by Ben Widawsky
· 12 years ago
6c085a7
drm/i915: Track unbound pages
by Chris Wilson
· 12 years ago
5d985ac
drm/i915: kill a few unused things in dev_priv
by Daniel Vetter
· 12 years ago
35eb732
drm/i915: kill dev_priv->mchdev_lock
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
acbe947
drm/i915: rip out sanitize_pm again
by Daniel Vetter
· 12 years ago
e6994ae
drm/i915: Export ability of changing cache levels to userspace
by Chris Wilson
· 12 years ago
42d6ab4
drm/i915: Segregate memory domains in the GTT using coloring
by Chris Wilson
· 12 years ago
f27b926
drm/i915: Expand DPF support to Haswell
by Ben Widawsky
· 12 years ago
e1ef7cc
drm/i915: Macro to determine DPF support
by Ben Widawsky
· 12 years ago
f047e39
drm/i915: Avoid concurrent access when marking the device as idle/busy
by Chris Wilson
· 12 years ago
a7b9761
drm/i915: Split i915_gem_flush_ring() into seperate invalidate/flush funcs
by Chris Wilson
· 12 years ago
69c2fc8
drm/i915: Remove the per-ring write list
by Chris Wilson
· 12 years ago
65ce302
drm/i915: Remove the defunct flushing list
by Chris Wilson
· 12 years ago
0201f1e
drm/i915: Replace the pending_gpu_write flag with an explicit seqno
by Chris Wilson
· 12 years ago
3bb73ab
drm/i915: Allow late allocation of request for i915_add_request()
by Chris Wilson
· 12 years ago
c0c7bab
drm/i915: add register read IOCTL
by Ben Widawsky
· 12 years ago
12f5581
drm/i915: Add comments to explain the BSD tail write workaround
by Chris Wilson
· 12 years ago
6c2b7c12
drm/i915: introduce for_each_encoder_on_crtc
by Daniel Vetter
· 12 years ago
d6b2c79
drm/i915: non-interruptible sleeps can't handle -EAGAIN
by Daniel Vetter
· 12 years ago
45e6e3a
drm/i915: get rid of dev_priv->info->has_pch_split
by Paulo Zanoni
· 12 years ago
f035083
drm/i915: add PCH_NONE to enum intel_pch
by Paulo Zanoni
· 12 years ago
930ebb4
drm/i915: fix up ilk rc6 disabling confusion
by Daniel Vetter
· 12 years ago
990bbda
drm/i915: Group the GT routines together in both code and vtable
by Chris Wilson
· 12 years ago
7b0cfee
Merge tag 'v3.5-rc4' into drm-intel-next-queued
by Daniel Vetter
· 12 years ago
9355360
drm/i915: don't enable PPGTT on VLV yet
by Jesse Barnes
· 12 years ago
df12c6d
drm/i915: initialize the context idr unconditionally
by Daniel Vetter
· 12 years ago
8e96d9c
drm/i915: reset the GPU on context fini
by Ben Widawsky
· 12 years ago
8462481
drm/i915/context: create & destroy ioctls
by Ben Widawsky
· 12 years ago
b9a3906
drm/i915: add ccid to error state
by Ben Widawsky
· 12 years ago
e055684
drm/i915: context switch implementation
by Ben Widawsky
· 12 years ago
4052105
drm/i915: context basic create & destroy
by Ben Widawsky
· 12 years ago
254f965
drm/i915: preliminary context support
by Ben Widawsky
· 12 years ago
dd2757f
drm/i915: stop using dev->agp->base
by Daniel Vetter
· 12 years ago
6cf98d6
Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixes
by Dave Airlie
· 12 years ago
b7884eb
drm/i915: hold forcewake around ring hw init
by Daniel Vetter
· 12 years ago
e269f90
Merge remote-tracking branch 'airlied/drm-prime-vmap' into drm-intel-next-queued
by Daniel Vetter
· 12 years ago
9a70cc2
i915: add dma-buf vmap support for exporting vmapped buffer
by Dave Airlie
· 12 years ago
b9524a1
drm/i915: remap l3 on hw init
by Ben Widawsky
· 12 years ago
e368919
drm/i915: Dynamic Parity Detection handling
by Ben Widawsky
· 12 years ago
199b2bc
drm/i915: s/i915_wait_request/i915_wait_seqno/g
by Ben Widawsky
· 12 years ago
23ba4fd
drm/i915: wait render timeout ioctl
by Ben Widawsky
· 12 years ago
1286ff7
i915: add dmabuf/prime buffer sharing support.
by Daniel Vetter
· 13 years ago
b451951
drm/i915: Introduce for_each_ring() macro
by Chris Wilson
· 13 years ago
1f8eeab
drm/i915: program WM_LINETIME on Haswell
by Eugeni Dodonov
· 13 years ago
d4b8bb2
drm/i915: kill flags parameter for reset functions
by Daniel Vetter
· 13 years ago
742cbee
drm/i915: rework dev->first_error locking
by Daniel Vetter
· 13 years ago
e5eb3d6
drm/i915: add interface to simulate gpu hangs
by Daniel Vetter
· 13 years ago
9104183
drm/i915: Periodically sanity check power management
by Chris Wilson
· 13 years ago
316d388
drm/i915: rework legacy GFX HWS handling
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
7001f22
drm/i915: Remove unused dev_priv->vblank_pipe
by Chris Wilson
· 13 years ago
9574b3f
drm/i915: kill waiting_seqno
by Ben Widawsky
· 13 years ago
be998e2
drm/i915: move vbetool invoked ier stuff
by Ben Widawsky
· 13 years ago
b2da9fe
drm/i915: remove do_retire from i915_wait_request
by Ben Widawsky
· 13 years ago
4f7d1e7
drm/i915: Clear FlipDone semantics change for pageflipping on gen3
by Chris Wilson
· 13 years ago
e0f608d
drm/i915: pending_flip_is_done is gen3, name it so
by Chris Wilson
· 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
1488fc0
drm/i915: Remove the deferred-free list
by Chris Wilson
· 13 years ago
1b50247
drm/i915: Remove the list of pinned inactive objects
by Chris Wilson
· 13 years ago
a39d7ef
drm/i915: Remove i915_gem_evict_inactive()
by Chris Wilson
· 13 years ago
ee7b9f9
drm/i915: manage PCH PLLs separately from pipes
by Jesse Barnes
· 13 years ago
5d82e3e
drm/i915: Clarify the semantics of tiling_changed
by Chris Wilson
· 13 years ago
5bc4418
drm/i915: [sparse] __iomem fixes for opregion
by Ben Widawsky
· 13 years ago
1c293ea
drm/i915: Discard the unused obj->last_fenced_ring
by Chris Wilson
· 13 years ago
69963e7
drm/i915: Remove unused ring->setup_seqno
by Chris Wilson
· 13 years ago
06d9813
drm/i915: Remove the pipelined parameter from get_fence()
by Chris Wilson
· 13 years ago
c43b563
drm/i915: [sparse] trivial sparse fixes
by Ben Widawsky
· 13 years ago
f817586
drm/i915: re-init modeset hw state after gpu reset
by Daniel Vetter
· 13 years ago
0136db58
drm/i915: rc6 in sysfs
by Ben Widawsky
· 13 years ago
2911a35
drm/i915: use semaphores for the display plane
by Ben Widawsky
· 13 years ago
9a5a53b
drm/i915: Reorganise rules for get_fence/put_fence
by Chris Wilson
· 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
2b13952
drm/i915: add enumeration for DDI ports
by Eugeni Dodonov
· 13 years ago
eb877eb
drm/i915: add support for LynxPoint PCH
by Eugeni Dodonov
· 13 years ago
4cae9ae
drm/i915: add Haswell devices and their PCI IDs
by Eugeni Dodonov
· 13 years ago
7e508a2
drm/i915: transform HAS_PCH_SPLIT in a feature check
by Eugeni Dodonov
· 13 years ago
650dc07
drm/i915: disable ppgtt on snb when dmar is enabled
by Daniel Vetter
· 13 years ago
83b7f9a
drm/i915: allow to select rc6 modes via kernel parameter
by Eugeni Dodonov
· 13 years ago
Next »