Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
1cafd34731cd14e5a72edaf0f41717c8126cfce9
/
drivers
/
gpu
/
drm
/
i915
/
i915_dma.c
1cafd34
drm/i915 invalidate indirect state pointers at end of ring exec
by Zou Nan hai
· 15 years ago
d1d6ca7
drm/agp/i915: trim stolen space to 32M
by Jesse Barnes
· 14 years ago
2bd34f6
Merge remote branch 'origin/master' into drm-intel-next
by Eric Anholt
· 14 years ago
b52eb4d
drm/i915: Add frame buffer compression support on Ironlake mobile
by Zhao Yakui
· 15 years ago
aebf0da
drm/i915: don't free non-existent compressed llb on ILK+
by Jesse Barnes
· 14 years ago
db8cc27
Merge branch 'drm-platform' into drm-testing
by Dave Airlie
· 14 years ago
97e0214
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 14 years ago
132b6aa
drm/i915: fix uninitialized variable warning in i915_setup_compression()
by Prarit Bhargava
· 15 years ago
ee0c6bf
drm/i915: take struct_mutex in i915_dma_cleanup()
by Dan Carpenter
· 15 years ago
1afe3e9
drm/i915: gen3 page flipping fixes
by Jesse Barnes
· 15 years ago
5a79395
drm: Propagate error from drm_fb_helper_init().
by Chris Wilson
· 15 years ago
1067b6c
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
e3a815f
drm/i915: add HAS_BSD check to i915_getparam
by Zou Nan hai
· 15 years ago
fbf8176
drm/kms: disable/enable poll around switcheroo on/off
by Dave Airlie
· 15 years ago
dcdb167
drm: Add support for platform devices to register as DRM devices
by Jordan Crouse
· 15 years ago
01d73a6
drm: Remove drm_resource wrappers
by Jordan Crouse
· 15 years ago
e20f9c6
drm/i915: Clean up leftover bits from hws move to ring structure.
by Eric Anholt
· 15 years ago
9553426
drm/i915: Add CxSR support on Pineview DDR3
by Li Peng
· 15 years ago
7648fa9
drm/i915: add power monitoring support
by Jesse Barnes
· 15 years ago
d1b851f
drm/i915: implement BSD ring buffer V2
by Zou Nan hai
· 15 years ago
852835f
drm/i915: convert some gem structures to per-ring V2
by Zou Nan hai
· 15 years ago
8187a2b
drm/i915: introduce intel_ring_buffer structure (V2)
by Zou Nan hai
· 15 years ago
d3301d8
drm/i915: Rename dev_priv->ring to dev_priv->render_ring.
by Eric Anholt
· 15 years ago
62fdfea
drm/i915: Move ringbuffer-related code to intel_ringbuffer.c.
by Eric Anholt
· 15 years ago
79a78dd
drm/i915: Fail to load driver if KMS request without GEM
by Chris Wilson
· 15 years ago
05ea893
Merge remote branch 'anholt/drm-intel-next' into drm-next
by Dave Airlie
· 15 years ago
eb1f8e4
drm/fbdev: rework output polling to be back in the core. (v4)
by Dave Airlie
· 15 years ago
34dc4d4
Merge remote branch 'origin/master' into drm-intel-next
by Eric Anholt
· 15 years ago
3d8620c
drm/i915: cleanup mode setting before unmapping registers
by Jesse Barnes
· 15 years ago
ee5382a
drm/i915: Make fbc control wrapper functions
by Adam Jackson
· 15 years ago
20bf377
drm/i915: cleanup FBC buffers at unload time
by Jesse Barnes
· 15 years ago
7fff400
Merge branch 'drm-fbdev-cleanup' into drm-core-next
by Dave Airlie
· 15 years ago
97921a5
Merge remote branch 'anholt/drm-intel-next' of /home/airlied/kernel/drm-next into drm-core-next
by Dave Airlie
· 15 years ago
ea059a1
drm/i915: do not read uninitialized ->dev_private
by Luca Tettamanti
· 15 years ago
3bad078
drm/i915: Probe for PCH chipset type
by Zhenyu Wang
· 15 years ago
3865167
drm/fb: fix fbdev object model + cleanup properly.
by Dave Airlie
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
f05dd2f
drm/i915: Don't bother with the BKL for GEM ioctls.
by Eric Anholt
· 15 years ago
1c62233
Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stage
by Dave Airlie
· 15 years ago
6a9ee8a
vga_switcheroo: initial implementation (v15)
by Dave Airlie
· 15 years ago
14bc490
drm/i915, agp/intel: Fix stolen memory size on Sandybridge
by Zhenyu Wang
· 15 years ago
2109953
drm/i915: Correct locking in the modesetting failure path, fixing a BUG_ON.
by Eric Anholt
· 15 years ago
bad720f
drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.
by Eric Anholt
· 15 years ago
9df3079
drm/i915: Record batch buffer following GPU error
by Chris Wilson
· 15 years ago
b5e50c3
drm/i915: provide FBC status in debugfs
by Jesse Barnes
· 15 years ago
c4804411
drm/i915: Keep MCHBAR always enabled
by Zhenyu Wang
· 15 years ago
a40e8d3
drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls.
by Owain Ainsworth
· 15 years ago
9b974cc
drm/i915: enable 36bit physical address for hardware status page
by Zhenyu Wang
· 15 years ago
2c1f189
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
e6be8d9
drm: remove address mask param for drm_pci_alloc()
by Zhenyu Wang
· 15 years ago
29bd0ae
drm/i915: fix unused var
by Andrew Morton
· 15 years ago
76446ca
drm/i915: execbuf2 support
by Jesse Barnes
· 15 years ago
b01f2c3
drm/i915: only enable hotplug for detected outputs
by Jesse Barnes
· 15 years ago
b295d1b
drm/i915: Track whether cursor needs physical address in intel_device_info
by Kristian Høgsberg
· 15 years ago
cfdf1fa
drm/i915: Implement IS_* macros using static tables
by Kristian Høgsberg
· 15 years ago
f2b115e
drm/i915: Fix product names and #defines
by Adam Jackson
· 15 years ago
e9560f7
drm/i915: add GETPARAM request for page flipping
by Jesse Barnes
· 15 years ago
6363ee6
drm/i915: parse child device from VBT
by Zhao Yakui
· 15 years ago
01c6688
drm/i915: Add ACPI OpRegion support for Ironlake
by Zhao Yakui
· 15 years ago
aed5f1d
drm/i915: Use a single thread workqueue
by Chris Wilson
· 15 years ago
44d98a6
drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVER
by Zhao Yakui
· 15 years ago
02e792f
drm/i915: implement drmmode overlay support v4
by Daniel Vetter
· 15 years ago
9216d44
drm/i915: disable FBC for Pineview, fixing a boot hang.
by Shaohua Li
· 15 years ago
9d34e5d
drm/i915: Enable irq to trace batch buffer completion.
by Chris Wilson
· 15 years ago
94e0fb0
Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
1c5d22f
drm/i915: Add tracepoints
by Chris Wilson
· 15 years ago
74dff28
drm/i915: framebuffer compression for GM45+
by Jesse Barnes
· 15 years ago
28d5204
drm/vgaarb: add VGA arbitration support to the drm and kms.
by Dave Airlie
· 15 years ago
3ef94da
drm/i915: Add ioctl to set 'purgeability' of objects
by Chris Wilson
· 15 years ago
11ed50e
drm/i915: Implement GPU reset on i965
by Ben Gamari
· 15 years ago
f65d942
drm/i915: Add hangcheck timer
by Ben Gamari
· 15 years ago
6f465a89
drm/i915: fix typo in compressed buffer setup
by Jesse Barnes
· 15 years ago
8082400
drm/i915: framebuffer compression for pre-GM45
by Jesse Barnes
· 15 years ago
ec2a4c3
drm/i915: get the bridge device once.
by Dave Airlie
· 15 years ago
11670d3
Merge intel drm-intel-next branch
by Dave Airlie
· 15 years ago
0ef82af
drm/i915: Pad ringbuffer with NOOPs before wrapping
by Chris Wilson
· 15 years ago
785b93e
drm/kms: move driver specific fb common code to helper functions (v2)
by Dave Airlie
· 15 years ago
51c8b40
Merge Linus master to drm-next
by Dave Airlie
· 15 years ago
9c9fe1f
drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.
by Eric Anholt
· 15 years ago
8a4c47f
drm: Remove the unused prefix in DRM_DEBUG_KMS/DRIVER/MODE
by Zhao Yakui
· 15 years ago
2a34f5e6
drm/i915: Disable GEM when a broken video BIOS takes up the whole aperture.
by Eric Anholt
· 15 years ago
1ae8c0a
drm/i915: Make driver less chatty
by Keith Packard
· 15 years ago
7662c8b
drm/i915: add FIFO watermark support
by Shaohua Li
· 15 years ago
63eeaf3
drm/i915: enable error detection & state collection
by Jesse Barnes
· 16 years ago
95934f9
drm/i915: enable GEM on PAE.
by Dave Airlie
· 16 years ago
9a298b2
drm: Remove memory debugging infrastructure.
by Eric Anholt
· 16 years ago
6b70246
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 16 years ago
be25ed9
drm: Replace DRM_DEBUG with DRM_DEBUG_DRIVER in i915 driver
by yakui_zhao
· 16 years ago
036a4a7
drm/i915: handle interrupt on new chipset
by Zhenyu Wang
· 16 years ago
42c2798
drm/i915: apply G45 vblank count code to all G4x chips and fix max_frame_count
by Jesse Barnes
· 16 years ago
2c07245
drm/i915: enable kernel modesetting on IGDNG
by Zhenyu Wang
· 16 years ago
e170b03
drm/i915: Disable opregion on IGDNG for now
by Zhenyu Wang
· 16 years ago
b962442
drm/i915: Change GEM throttling to be 20ms like the comment says.
by Eric Anholt
· 16 years ago
b8da7de
drm: fix irq naming for kms drivers.
by Dave Airlie
· 16 years ago
08d7b3d
drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl.
by Carl Worth
· 16 years ago
13f4c43
drm/i915: Don't allow binding objects into the last page of the aperture.
by Eric Anholt
· 16 years ago
355d7f3
drm/i915: fix up error path leak in i915_cmdbuffer
by Chris Wright
· 16 years ago
3b1c1c1
drm/i915: Unregister ACPI video driver when exiting
by Matthew Garrett
· 16 years ago
478c6a4
Merge branch 'linus' into release
by Len Brown
· 16 years ago
5f3dbed
Merge branch 'drm-intel-next' of ../anholt-2.6 into drm-linus
by Dave Airlie
· 16 years ago
Next »