Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
16edd55029fcedaa0d03f24ee607c3a882871a10
/
drivers
/
gpu
/
drm
/
i915
16edd55
drm/i915: check for multiple write domains in pin_and_relocate
by Daniel Vetter
· 15 years ago
922a2ef
drm/i915: clean-up i915_gem_flush_gpu_write_domain
by Daniel Vetter
· 15 years ago
4df2faf
drm/i915: reuse i915_gpu_idle helper
by Daniel Vetter
· 15 years ago
6356039
drm/i915: ensure lru ordering of fence_list
by Daniel Vetter
· 15 years ago
ae3db24
drm/i915: extract fence stealing code
by Daniel Vetter
· 15 years ago
4a87b8c
drm/i915: fixup active list locking in object_unbind
by Daniel Vetter
· 15 years ago
798750e
drm/i915: reuse i915_gem_object_put_fence_reg for fence stealing code
by Daniel Vetter
· 15 years ago
1f7a6e3
drm/i915: Add dependency on the intel agp module
by Zhenyu Wang
· 15 years ago
c619eed
drm/i915: More s/IS_IRONLAKE/HAS_PCH_SPLIT for Sandybridge.
by Eric Anholt
· 15 years ago
faa7bde
drm/i915: Correct the Sandybridge chipset info structs.
by Eric Anholt
· 15 years ago
b9201c1
drm/i915: Disable the hangcheck reset on Sandybridge until we add support.
by Eric Anholt
· 15 years ago
a13e409
drm/i915: Add a new mobile Sandybridge PCI ID.
by Eric Anholt
· 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
c2416fc
drm/i915: Disable the surface tile swizzling on Sandybridge.
by Eric Anholt
· 15 years ago
f6e450a
drm/i915: Fix sandybridge status page setup.
by Eric Anholt
· 15 years ago
4e901fd
drm/i915: Set up fence registers on sandybridge.
by Eric Anholt
· 15 years ago
bad720f
drm/i915: Add initial bits for VGA modesetting bringup on Sandybridge.
by Eric Anholt
· 15 years ago
30d6c72
Merge remote branch 'anholt/drm-intel-next' into drm-next-stage
by Dave Airlie
· 15 years ago
de19322
Merge remote branch 'korg/drm-core-next' into drm-next-stage
by Dave Airlie
· 15 years ago
9df3079
drm/i915: Record batch buffer following GPU error
by Chris Wilson
· 15 years ago
7b9c5ab
drm/i915: give up on 8xx lid status
by Jesse Barnes
· 15 years ago
f590d27
drm/i915: reduce some of the duplication of tiling checking
by Owain Ainsworth
· 15 years ago
10ae9bd
drm/i915: blow away userspace mappings before fence change
by Daniel Vetter
· 15 years ago
4a72661
drm/i915: move a gtt flush to the correct place
by Daniel Vetter
· 15 years ago
4f8a567
drm/i915: overlay: drop superflous gpu flushes
by Daniel Vetter
· 15 years ago
4667a4a
drm/i915: overlay: nuke readback to flush wc caches
by Daniel Vetter
· 15 years ago
61caf87
i915 / PM: Fix hibernate regression caused by suspend/resume splitting
by Rafael J. Wysocki
· 15 years ago
4a9bef3
drm/i915: provide self-refresh status in debugfs
by Jesse Barnes
· 15 years ago
b5e50c3
drm/i915: provide FBC status in debugfs
by Jesse Barnes
· 15 years ago
357b13c
drm/i915: fix drps disable so unload & re-load works
by Jesse Barnes
· 15 years ago
060e645
drm/i915: Fix OGLC performance regression on 945
by Li Peng
· 15 years ago
b5b72e8
drm/i915: Deobfuscate the render p-state obfuscation
by Matthew Garrett
· 15 years ago
f97108d
drm/i915: add dynamic performance control support for Ironlake
by Jesse Barnes
· 15 years ago
ee980b8
drm/i915: enable memory self refresh on 9xx
by Li Peng
· 15 years ago
b397c83
drm/i915: Don't reserve compatibility fence regs in KMS mode.
by Eric Anholt
· 15 years ago
c480441
drm/i915: Keep MCHBAR always enabled
by Zhenyu Wang
· 15 years ago
29105cc
drm/i915: Replace open-coded eviction in i915_gem_idle()
by Chris Wilson
· 15 years ago
1379d2f
ACPI, i915: blacklist Clevo M5x0N bad_lid state
by Zhang Rui
· 15 years ago
bc9025b
Use drm_gem_object_[handle_]unreference_unlocked where possible
by Luca Barbieri
· 15 years ago
75dfca80a
drm/i915: hold ref on flip object until it completes
by Jesse Barnes
· 15 years ago
84b79f8
drm/i915: Fix crash while aborting hibernation
by Rafael J. Wysocki
· 15 years ago
a40e8d3
drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls.
by Owain Ainsworth
· 15 years ago
aacef09
drm/i915: fix pipe source image setting in flip command
by Zhenyu Wang
· 15 years ago
f072d2e
drm/i915: fix flip done interrupt on Ironlake
by Zhenyu Wang
· 15 years ago
b1b87f6
drm/i915: untangle page flip completion
by Jesse Barnes
· 15 years ago
ee25df2
drm/i915: handle FBC and self-refresh better
by Jesse Barnes
· 15 years ago
fd2e8ea
drm/i915: Increase fb alignment to 64k
by Chris Wilson
· 15 years ago
99fcb76
drm/i915: Update write_domains on active list after flush.
by Daniel Vetter
· 15 years ago
b91ad0e
drm/i915: Rework DPLL calculation parameters for Ironlake
by Zhenyu Wang
· 15 years ago
f6510ec
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
93533c2
drm/i915: Fix leak of relocs along do_execbuffer error path
by Chris Wilson
· 15 years ago
67026e0
drm/i915: slow acpi_lid_open() causes flickering - V2
by Thomas Meyer
· 15 years ago
33c5fd1
drm/i915: Disable SR when more than one pipe is enabled
by David John
· 15 years ago
013d5aa
drm/i915: page flip support for Ironlake
by Jesse Barnes
· 15 years ago
f034b12
drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
by Zhao Yakui
· 15 years ago
2dd8738
drm/i915: Add support for SDVO composite TV
by Zhao Yakui
· 15 years ago
643ced9
drm/i915: don't trigger ironlake vblank interrupt at irq install
by Li Peng
· 15 years ago
4bdadb9
drm/i915: Selectively enable self-reclaim
by Chris Wilson
· 15 years ago
de3f440
drm/i915: handle non-flip pending case when unpinning the scanout buffer
by Jesse Barnes
· 15 years ago
8a6c77d
drm/i915: Fix the device info of Pineview
by Li Peng
· 15 years ago
c062df6
drm/i915: enable vblank interrupt on ironlake
by Li Peng
· 15 years ago
0ce907f
drm/i915: Prevent use of uninitialized pointers along error path.
by Chris Wilson
· 15 years ago
eceb784
drm/i915: disable hotplug detect before Ironlake CRT detect
by Zhenyu Wang
· 15 years ago
9b974cc
drm/i915: enable 36bit physical address for hardware status page
by Zhenyu Wang
· 15 years ago
6251ec0
drm/i915: fix eDP pipe mask
by Zhenyu Wang
· 15 years ago
885a5fb
drm/i915: fix pixel color depth setting on eDP
by Zhenyu Wang
· 15 years ago
500a8cc
drm/i915: parse eDP panel color depth from VBT block
by Zhenyu Wang
· 15 years ago
3381434
drm/i915: disable LVDS downclock by default
by Jesse Barnes
· 15 years ago
21bd770
drm/i915: Fix the incorrect cursor A bit definition in DSPFW2 register
by Zhao Yakui
· 15 years ago
6036ae7
drm/i915: Remove chatty execbuf failure message.
by Eric Anholt
· 15 years ago
c7c8510
drm/i915: remove loop in Ironlake interrupt handler
by Zou Nan hai
· 15 years ago
b9241ea
drm/i915: Don't wait interruptible for possible plane buffer flush
by Zhenyu Wang
· 15 years ago
7c3f0a2
drm/i915: try another possible DDC bus for the SDVO device with multiple outputs
by Zhao Yakui
· 15 years ago
6a304ca
drm/i915: Read the response after issuing DDC bus switch command
by Zhao Yakui
· 15 years ago
6207937
drm/i915: Don't use the child device parsed from VBT to setup HDMI/DP
by Zhao Yakui
· 15 years ago
d8e2920
drm/i915: Fix resume regression on MSI Wind U100 w/o KMS
by Rafael J. Wysocki
· 15 years ago
a59e385
drm/i915: Fix Ironlake M/N/P ranges to match the spec
by Zhao Yakui
· 15 years ago
ddc9003
drm/i915: Use find_pll function to calculate DPLL setting for LVDS downclock
by Zhao Yakui
· 15 years ago
40f33a9
drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
by Zhao Yakui
· 15 years ago
8fcc501
drm/i915: disable TV hotplug status check
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
635b3c9
Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel
by Linus Torvalds
· 15 years ago
823f68f
drm/i915: remove full registers dump debug
by Zhenyu Wang
· 15 years ago
4547668
drm/i915: Add DP dpll limit on ironlake and use existing DPLL search function
by Zhao Yakui
· 15 years ago
e5a95eb
drm/i915: Select the correct BPC for LVDS on Ironlake
by Zhao Yakui
· 15 years ago
8faf3b3
drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in pipeconf on Ironlake
by Zhao Yakui
· 15 years ago
898822c
drm/i915: Enable/disable the dithering for LVDS based on VBT setting
by Zhao Yakui
· 15 years ago
e3d8aff
drm/i915: Permit pinning whilst the device is 'suspended'
by Chris Wilson
· 15 years ago
9ea8d05
drm/i915: Hold struct mutex whilst pinning power context bo.
by Chris Wilson
· 15 years ago
29bd0ae
drm/i915: fix unused var
by Andrew Morton
· 15 years ago
69e302a
drm/i915: Storage class should be before const qualifier
by Tobias Klauser
· 15 years ago
cda9d05
drm/i915: remove render reclock support
by Jesse Barnes
· 15 years ago
1d3c36ad
drm/i915: Fix RC6 suspend/resume
by Andrew Lutomirski
· 15 years ago
76446ca
drm/i915: execbuf2 support
by Jesse Barnes
· 15 years ago
f42ecb2
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
ed8b670
drm: convert drm_ioctl to unlocked_ioctl
by Arnd Bergmann
· 15 years ago
c566ec4
drm/i915: Reload hangcheck timer too for Ironlake
by Zhenyu Wang
· 15 years ago
b01f2c3
drm/i915: only enable hotplug for detected outputs
by Jesse Barnes
· 15 years ago
Next »