Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8ddebc4103e6544bd31f0c97e55491387717a124
/
include
/
drm
/
i915_drm.h
a4dff76
x86/gpu: Add Intel graphics stolen memory quirk for gen2 platforms
by Ville Syrjälä
· 11 years ago
9459d25
drm/i915/bdw: support GMS and GGMS changes
by Ben Widawsky
· 11 years ago
814c5f1
x86: add early quirk for reserving Intel graphics stolen memory v5
by Jesse Barnes
· 11 years ago
a0a1807
drm/i915: split PCI IDs out into i915_drm.h v4
by Jesse Barnes
· 11 years ago
718dced
UAPI: (Scripted) Disintegrate include/drm
by David Howells
· 12 years ago
612a9aa
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
a1ce392
UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers
by David Howells
· 12 years ago
199adf4
drm/i915: s/cacheing/caching/
by Ben Widawsky
· 12 years ago
8c0bd3c
drm/i915: placeholder getparam
by Ben Widawsky
· 12 years ago
ec6f1bb
drm/i915: implement dma buf begin_cpu_access (v2)
by Dave Airlie
· 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
e9808ed
drm/i915: Return a mask of the active rings in the high word of busy_ioctl
by Chris Wilson
· 12 years ago
c0c7bab
drm/i915: add register read IOCTL
by Ben Widawsky
· 12 years ago
2b860db
drm/i915: Reserve ioctl numbers for set/get_caching
by Daniel Vetter
· 12 years ago
6e0a69d
drm/i915/context: switch contexts with execbuf2
by Ben Widawsky
· 12 years ago
8462481
drm/i915/context: create & destroy ioctls
by Ben Widawsky
· 12 years ago
172cf15
drm/i915: Add wait render timeout get param
by Ben Widawsky
· 12 years ago
eac1f14
drm/i915: Inifite timeout for wait ioctl
by Ben Widawsky
· 12 years ago
23ba4fd
drm/i915: wait render timeout ioctl
by Ben Widawsky
· 12 years ago
777ee96
drm/i915: add HAS_ALIASING_PPGTT parameter for userspace
by Daniel Vetter
· 13 years ago
3d29b84
drm/i915: add a LLC feature flag in device description
by Eugeni Dodonov
· 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
842d452
drm/i915: Fix typo in DRM_I915_OVERLAY_PUT_IMAGE ioctl define
by Ole Henrik Jahren
· 13 years ago
271d81b
drm/i915: Allow relocation deltas outside of target bo
by Chris Wilson
· 14 years ago
72bfa19
drm/i915: Allow the application to choose the constant addressing mode
by Chris Wilson
· 14 years ago
bbf0c6b
drm/i915: announce to userspace that the bsd ring is coherent
by Daniel Vetter
· 14 years ago
549f736
drm/i915: Enable SandyBridge blitter ring
by Chris Wilson
· 14 years ago
ee00557
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
1b2f148
drm: block userspace under allocating buffer and having drivers overwrite it (v2)
by Dave Airlie
· 14 years ago
aa7ffc0
x86 platform driver: intelligent power sharing driver
by Jesse Barnes
· 14 years ago
e3a815f
drm/i915: add HAS_BSD check to i915_getparam
by Zou Nan hai
· 14 years ago
8187a2b
drm/i915: introduce intel_ring_buffer structure (V2)
by Zou Nan hai
· 14 years ago
76446ca
drm/i915: execbuf2 support
by Jesse Barnes
· 15 years ago
3ff9916
Merge remote branch 'anholt/drm-intel-next' into drm-linus
by Dave Airlie
· 15 years ago
1a95916
drm: Add compatibility #ifdefs for *BSD
by Kristian Høgsberg
· 15 years ago
04b2d21
drm/i915: Fix typo in ioctl struct name.
by Kristian Høgsberg
· 15 years ago
e9560f7
drm/i915: add GETPARAM request for page flipping
by Jesse Barnes
· 15 years ago
02e792f
drm/i915: implement drmmode overlay support v4
by Daniel Vetter
· 15 years ago
bb6baf7
drm/i915: Track purged state.
by Chris Wilson
· 15 years ago
3ef94da
drm/i915: Add ioctl to set 'purgeability' of objects
by Chris Wilson
· 15 years ago
08d7b3d
drm/i915: Add new GET_PIPE_FROM_CRTC_ID ioctl.
by Carl Worth
· 16 years ago
280b713
drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU.
by Eric Anholt
· 16 years ago
5a54bd1
Merge commit 'v2.6.29' into core/header-fixes
by Ingo Molnar
· 16 years ago
1d7f83d
make drm headers use strict integer types
by Arnd Bergmann
· 16 years ago
0f973f2
drm/i915: add fence register management to execbuf
by Jesse Barnes
· 16 years ago
8d391aa
drm/i915: Add missing userland definitions for gem init/execbuffer.
by Eric Anholt
· 16 years ago
dfef245
i915/drm: provide compat defines for userspace for certain struct members.
by Dave Airlie
· 16 years ago
79e5394
DRM: i915: add mode setting support
by Jesse Barnes
· 16 years ago
de151cf
drm/i915: add GEM GTT mapping support
by Jesse Barnes
· 16 years ago
5a125c3
i915: Add GEM ioctl to get available aperture size.
by Eric Anholt
· 16 years ago
ed4c9c4
i915: Add chip set ID param.
by Kristian Høgsberg
· 16 years ago
673a394
drm: Add GEM ("graphics execution manager") to i915 driver.
by Eric Anholt
· 16 years ago
c0e0920
drm: reorganise drm tree to be more future proof.
by Dave Airlie
· 16 years ago
[Renamed from drivers/char/drm/i915_drm.h]
af6061a
Revert "drm/vbl rework: rework how the drm deals with vblank."
by Dave Airlie
· 17 years ago
ac741ab
drm/vbl rework: rework how the drm deals with vblank.
by Jesse Barnes
· 17 years ago
c60ce62
drm: remove a bunch of typedefs on the userspace interface
by Dave Airlie
· 17 years ago
dc7a931
drm/i915: Add support for the G33, Q33, and Q35 chipsets.
by Wang Zhenyu
· 17 years ago
376642c
drm: i915: Add SAREA fileds for determining which pipe to sync window buffer swaps to.
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
541f29a
drm: DRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t instead
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
a6b54f3
drm: i915: Add ioctl for scheduling buffer swaps at vertical blanks.
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
c29b669
drm: Add support for Intel i965G chipsets.
by Alan Hourihane
· 18 years ago
702880f
Add i915 ioctls to configure pipes for vblank interrupt.
by Dave Airlie
· 18 years ago
de227f5
drm: i915 patches from Tungsten Graphics
by Dave Airlie
· 19 years ago
0d6aa60
drm: update to i915 1.3.0
by Dave Airlie
· 19 years ago
bc54fd1
Add missing license texts from Tungsten Graphics.
by Dave Airlie
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago