Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9c9fe1f841745184bbc5460c6f3909fded3b929b
/
drivers
/
gpu
/
drm
/
i915
/
i915_drv.h
9c9fe1f
drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.
by Eric Anholt
· 15 years ago
32f9d65
drm/i915: Add eDP support on IGDNG mobile chip
by Zhenyu Wang
· 15 years ago
8a90523
drm/i915: refactor error detection & collection
by Jesse Barnes
· 15 years ago
d05ca30
drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.
by Eric Anholt
· 15 years ago
b532359
drm/i915: Remove gtt_bound from drm_i915_gem_object
by Ben Gamari
· 15 years ago
22bd50c
drm/i915: Don't update display FIFO watermark on IGDNG
by Zhenyu Wang
· 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
· 15 years ago
a4fc5ed
drm/i915: Add Display Port support
by Keith Packard
· 16 years ago
52dc7d3
drm/i915: Clear fence register on tiling stride change.
by Chris Wilson
· 15 years ago
8c4b8c3
drm/i915: Install fence register for tiled scanout on i915
by Chris Wilson
· 15 years ago
036a4a7
drm/i915: handle interrupt on new chipset
by Zhenyu Wang
· 15 years ago
d765898
drm/i915: enable MCHBAR if needed
by Jesse Barnes
· 15 years ago
9b9d172
drm/i915: parse VBT general definition block to get the SDVO device info
by yakui_zhao
· 15 years ago
280da22
drm/i915: Add chipset/feature defines for for new chipsets
by Zhenyu Wang
· 15 years ago
b962442
drm/i915: Change GEM throttling to be 20ms like the comment says.
by Eric Anholt
· 15 years ago
1fd1c62
drm/i915: Save/restore cursor state on suspend/resume.
by Eric Anholt
· 15 years ago
8863170
drm/i915: Fetch SDVO LVDS mode lines from VBT, then reserve them
by Ma Ling
· 15 years ago
c9ed448
drm/i915: Include 965GME pci ID in IS_I965GM(dev) to match UMS.
by Ma Ling
· 15 years ago
79f11c1
drm/i915: save/restore fence registers across suspend/resume
by Keith Packard
· 16 years ago
049ef7e
drm/i915: x86 always has writeq. Add I915_READ64 for symmetry.
by Keith Packard
· 16 years ago
7202178
drm/i915: add support for G41 chipset
by Zhenyu Wang
· 16 years ago
3b1c1c1
drm/i915: Unregister ACPI video driver when exiting
by Matthew Garrett
· 16 years ago
b897e6f
Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 16 years ago
280b713
drm/i915: Allow tiling of objects with bit 17 swizzling by the CPU.
by Eric Anholt
· 16 years ago
6911a9b
drm/i915: Implement batch and ring buffer dumping
by Ben Gamari
· 16 years ago
478c6a4
Merge branch 'linus' into release
by Len Brown
· 16 years ago
5e118f4
drm/i915: Add a spinlock to protect the active_list
by Carl Worth
· 16 years ago
5ca5828
drm/i915: add VGA hotplug support for 945+
by Jesse Barnes
· 16 years ago
03ae61d
ACPI: fix CONFIG_ACPI=n build
by Len Brown
· 16 years ago
74a365b
ACPI: Populate DIDL before registering ACPI video device on Intel
by Matthew Garrett
· 16 years ago
2177832
agp/intel: Add support for new intel chipset.
by Shaohua Li
· 16 years ago
2017263
drm/i915: Convert i915 proc files to seq_file and move to debugfs.
by Ben Gamari
· 16 years ago
201361a
drm/i915: Fix lock order reversal with cliprects and cmdbuf in non-DRI2 paths.
by Eric Anholt
· 16 years ago
856fa19
drm/i915: Make GEM object's page lists refcounted instead of get/free.
by Eric Anholt
· 16 years ago
66824bd
drm/i915: Don't restore palettes through VGA registers.
by Pierre Willenbrock
· 16 years ago
b70d11d
drm: Return EINVAL on duplicate objects in execbuffer object list
by Kristian Høgsberg
· 16 years ago
5669fca
drm/i915: suspend/resume GEM when KMS is active
by Jesse Barnes
· 16 years ago
43565a0
drm: Use spread spectrum when the bios tells us it's ok.
by Kristian Høgsberg
· 16 years ago
9880b7a
drm/i915: add get_vblank_counter function for GM45
by Jesse Barnes
· 16 years ago
0f973f2
drm/i915: add fence register management to execbuf
by Jesse Barnes
· 16 years ago
ab657db1
drm/i915: Set up an MTRR covering the GTT at driver load.
by Eric Anholt
· 16 years ago
71acb5e
drm/i915: add support for physical memory objects
by Dave Airlie
· 16 years ago
7d57382
drm/i915: Add support for integrated HDMI on G4X hardware.
by Eric Anholt
· 16 years ago
95281e3
drm/i915: fix sparse warnings: declare one-bit bitfield as unsigned
by Hannes Eder
· 16 years ago
60fd99e
drm/i915: Fix stolen memory detection on G45 and GM45.
by Eric Anholt
· 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
7c1c287
drm: move to kref per-master structures.
by Dave Airlie
· 16 years ago
ac5c4e7
drm/i915: GEM on PAE has problems - disable it for now.
by Dave Airlie
· 16 years ago
e47c68e
drm/i915: Make a single set-to-cpu-domain path and use it wherever needed.
by Eric Anholt
· 16 years ago
ce44b0e
drm/i915: Move flushing list cleanup from flush request retire to request emit.
by Eric Anholt
· 16 years ago
461cba2
drm/i915: Save/restore HWS_PGA on suspend/resume
by Peng Li
· 16 years ago
5244021
drm: move drm vblank initialization/cleanup to driver load/unload
by Keith Packard
· 16 years ago
7c46358
drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR.
by Keith Packard
· 16 years ago
0baf823
drm/i915: Move legacy breadcrumb out of the reserved status page area
by Keith Packard
· 16 years ago
bd95e0a
i915: Remove racy delayed vblank swap ioctl.
by Eric Anholt
· 16 years ago
881ee98
i915: Save/restore MCHBAR_RENDER_STANDBY on GM965/GM45
by Keith Packard
· 16 years ago
da4a22c
Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
5a125c3
i915: Add GEM ioctl to get available aperture size.
by Eric Anholt
· 16 years ago
0839ccb
i915: use io-mapping interfaces instead of a variety of mapping kludges
by Keith Packard
· 16 years ago
65e082c
build fix: CONFIG_DRM_I915=y && CONFIG_ACPI=n
by Len Brown
· 16 years ago
9e44af7
drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operations
by Keith Packard
· 16 years ago
ba1eb1d
i915: Map status page cached for chips with GTT-based HWS location.
by Keith Packard
· 16 years ago
0cdad7e
i915: Use non-reserved status page index for breadcrumb
by Keith Packard
· 16 years ago
3043c60
drm: Clean up many sparse warnings in i915.
by Eric Anholt
· 16 years ago
546b097
i915: Use struct_mutex to protect ring in GEM mode.
by Eric Anholt
· 16 years ago
673a394
drm: Add GEM ("graphics execution manager") to i915 driver.
by Eric Anholt
· 16 years ago
0a3e67a
drm: Rework vblank-wait handling to allow interrupt reduction.
by Jesse Barnes
· 16 years ago
b9bfdfe
new chip name is GM45
by Jesse Barnes
· 16 years ago
317c35d
separate i915 suspend/resume functions into their own file
by Jesse Barnes
· 16 years ago
8ee1c3d
Add Intel ACPI IGD OpRegion support
by Matthew Garrett
· 16 years ago
ed4cb41
i915: Add support for MSI and interrupt mitigation.
by Eric Anholt
· 16 years ago
585fb11
i915: Use more consistent names for regs, and store them in a separate file.
by Jesse Barnes
· 16 years ago
0790d5e
i915: remove settable use_mi_batchbuffer_start
by Keith Packard
· 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_drv.h]
d3adbc0
drm/i915: add support for Intel series 4 chipsets.
by Zhenyu Wang
· 16 years ago
e948e99
drm/i915: save and restore dsparb and d_state registers.
by Keith Packard
· 16 years ago
a59e122
drm/i915: fix off by one in VGA save/restore of AR & CR regs.
by Jesse Barnes
· 16 years ago
af6061a
Revert "drm/vbl rework: rework how the drm deals with vblank."
by Dave Airlie
· 16 years ago
bf9d892
drivers/char: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
ac741ab
drm/vbl rework: rework how the drm deals with vblank.
by Jesse Barnes
· 17 years ago
7b832b5
drm/i915: Handle tiled buffers in vblank tasklet
by Keith Packard
· 17 years ago
3bf4846
fix IS_I9XX macro in i915 DRM driver
by Jesse Barnes
· 17 years ago
1f84e55
drm/i915 more registers for S3 (DSPCLK_GATE_D, CACHE_MODE_0, MI_ARB_STATE)
by Keith Packard
· 17 years ago
0da3ea1
drm/i915: save/restore interrupt state
by Jesse Barnes
· 17 years ago
b39d50e
i915: wrap chipset types requiring hw status set ioctl
by Zhenyu Wang
· 17 years ago
123f794
i915: Fix GR register array size off-by-one bug
by Jesse Barnes
· 17 years ago
5f5f9d4
i915: Add chipset id for Intel Integrated Graphics Device
by Zhenyu Wang
· 17 years ago
3e684ea
drm: cleanup DRM_DEBUG() parameters
by Márton Németh
· 17 years ago
4d1f788
drm/i915: add support for E7221 chipset
by Carlos Martín
· 17 years ago
ba8bbcf
i915: add suspend/resume support
by Jesse Barnes
· 17 years ago
bc5f452
drm: run cleanfile across drm tree
by Dave Airlie
· 17 years ago
c153f45
drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
by Eric Anholt
· 17 years ago
6c340ea
drm: Replace filp in ioctl arguments with drm_file *file_priv.
by Eric Anholt
· 17 years ago
e4a7b1d
i915: make vbl interrupts work properly on i965g/gm hw.
by Dave Airlie
· 17 years ago
21f1628
drm/i915: Fix i965 secured batchbuffer usage
by Dave Airlie
· 17 years ago
84b1fd1
drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
by Dave Airlie
· 17 years ago
dc7a931
drm/i915: Add support for the G33, Q33, and Q35 chipsets.
by Wang Zhenyu
· 17 years ago
2228ed6
drm: i915 updates
by =?utf-8?q?Michel_D=C3=A4nzer?=
· 18 years ago
Next »