Commit Graph

147 Commits (b58602a4bac012b5f4fc12fe6b46ab237b610d5d)

Author SHA1 Message Date
Andrew Morton 9c84ba4e50 drivers/gpu/drm/i915/i915_irq.c: fix warning 16 years ago
Eric Anholt 151903d546 drm/i915: Fix copy'n'pasteo that broke VT switch if flushing was non-empty. 16 years ago
Peng Li 461cba2d29 drm/i915: Save/restore HWS_PGA on suspend/resume 16 years ago
Keith Packard 52440211dc drm: move drm vblank initialization/cleanup to driver load/unload 16 years ago
Keith Packard 6133047aa6 drm/i915: execbuffer pins objects, no need to ensure they're still in the GTT 16 years ago
Keith Packard 05eff845a2 drm/i915: Always read pipestat in irq_handler 16 years ago
Keith Packard 2678d9d696 drm/i915: Subtract total pinned bytes from available aperture size 16 years ago
Eric Anholt 28dfe52a6e drm/i915: Avoid BUG_ONs on VT switch with a wedged chipset. 16 years ago
Eric Anholt cdfbc41f6d drm/i915: Remove IMR masking during interrupt handler, and restart it if needed. 16 years ago
Keith Packard 7c46358642 drm/i915: Manage PIPESTAT to control vblank interrupts instead of IMR. 16 years ago
Keith Packard 0baf823a10 drm/i915: Move legacy breadcrumb out of the reserved status page area 16 years ago
Dave Airlie afa21e0584 drm/i915: Filter pci devices based on PCI_CLASS_DISPLAY_VGA 16 years ago
Dave Airlie 78538bf149 drm/radeon: map registers at load time 16 years ago
Eric Anholt 5d8e6bb7a2 drm: Remove infrastructure for supporting i915's vblank swapping. 16 years ago
Eric Anholt bd95e0a4a6 i915: Remove racy delayed vblank swap ioctl. 16 years ago
Eric Anholt d3e74d0237 i915: Don't whine when pci_enable_msi() fails. 16 years ago
Owen Taylor 6a47baa6ce i915: Don't attempt to short-circuit object_wait_rendering by checking domains. 16 years ago
Keith Packard ad42ca8f44 i915: Clean up sarea pointers on leavevt 16 years ago
Keith Packard 881ee9889c i915: Save/restore MCHBAR_RENDER_STANDBY on GM965/GM45 16 years ago
Eric Anholt 5a125c3c79 i915: Add GEM ioctl to get available aperture size. 16 years ago
Al Viro 233e70f422 saner FASYNC handling on file close 16 years ago
Keith Packard 0839ccb8ac i915: use io-mapping interfaces instead of a variety of mapping kludges 17 years ago
Alex Deucher 4e270e9b8a drm/radeon: fixup further bus mastering confusion. 17 years ago
Len Brown 65e082c9a3 build fix: CONFIG_DRM_I915=y && CONFIG_ACPI=n 17 years ago
Eric Anholt 7e78f72524 drm: Avoid oops in DRM_IOCTL_RM_DRAW if a bad handle is supplied. 17 years ago
Eric Anholt 4956887370 drm: Add 32-bit compatibility for DRM_IOCTL_UPDATE_DRAW. 17 years ago
Keith Packard 42f52ef8d9 drm/i915: use pipes, not planes to label vblank data 17 years ago
Keith Packard 9e44af790f drm/i915: hold dev->struct_mutex and DRM lock during vblank ring operations 17 years ago
Linus Torvalds fe8133dc07 i915: Fix format string warnings on x86-64. 17 years ago
Eric Anholt a2d44cca4f i915: Don't dereference HWS in /proc debug files when it isn't initialized. 17 years ago
Eric Anholt 053d7f244a i915: Enable IMR passthrough of vblank events before enabling it in pipestat. 17 years ago
Eric Anholt 35ad68c181 drm: Remove two leaks of vblank reference count in error paths. 17 years ago
Zhenyu Wang 786225eb2f drm: fix leak of cliprects in drm_rmdraw() 17 years ago
Keith Packard d1ed629f44 i915: Disable MSI on GM965 (errata says it doesn't work) 17 years ago
Zhenyu Wang 863842736f drm: Set cliprects to NULL when changing drawable to having 0 cliprects. 17 years ago
Keith Packard e9d21d7f5a i915: Protect vblank IRQ reg access with spinlock 17 years ago
Hugh Dickins e798ba57e9 Export tiny shmem_file_setup for DRM-GEM 17 years ago
Thomas Gleixner e8848a170f fix CONFIG_HIGHMEM compile error in drivers/gpu/drm/i915/i915_gem.c 17 years ago
Linus Torvalds 9b7530cc32 i915: cleanup coding horrors in i915_gem_gtt_pwrite() 17 years ago
Linus Torvalds 1ae8778680 Fix sprintf format warnings in drm_proc.c 17 years ago
Matthias Hopf 4b40893918 drm/i915: fix ioremap of a user address for non-root (CVE-2008-3831) 17 years ago
Dave Airlie 9e0b97e37f drm: make CONFIG_DRM depend on CONFIG_SHMEM. 17 years ago
Alex Deucher edc6f389f6 radeon: fix PCI bus mastering support enables. 17 years ago
Alex Deucher b2ceddfa52 radeon: add RS400 family support. 17 years ago
Alex Deucher f0738e9240 drm/radeon: add support for RS740 IGP chipsets. 17 years ago
Eric Anholt b612eda98e i915: GM45 has GM965-style MCH setup. 17 years ago
Keith Packard 6dbe2772d6 i915: Don't run retire work handler while suspended 17 years ago
Keith Packard ba1eb1d825 i915: Map status page cached for chips with GTT-based HWS location. 17 years ago
Keith Packard 50aa253d82 i915: Fix up ring initialization to cover G45 oddities 17 years ago
Keith Packard 0cdad7e88a i915: Use non-reserved status page index for breadcrumb 17 years ago