Commit Graph

71 Commits (f49d81a8992c4ec43480195a93f30ab4b736f960)

Author SHA1 Message Date
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
Eric Anholt 630681d9a5 drm: Increment dev_priv->irq_received so i915_gem_interrupts count works. 17 years ago
Jesse Barnes 9bfbd5cb72 drm: kill drm_device->irq 17 years ago
Dave Airlie e0f0754ff6 drm: wbinvd is cache coherent. 17 years ago
Dave Airlie e7d22bc3cb i915: add missing return in error path. 17 years ago
Dave Airlie 2bdf00b221 i915: fixup permissions on gem ioctls. 17 years ago
Eric Anholt 3043c60c48 drm: Clean up many sparse warnings in i915. 17 years ago
Eric Anholt bd88ee4c1b drm: Use ioremap_wc in i915_driver instead of ioremap, since we always want WC. 17 years ago
Eric Anholt 28af0a2767 drm: G33-class hardware has a newer 965-style MCH (no DCC register). 17 years ago
Eric Anholt 4f481ed22e drm: Avoid oops in GEM execbuffers with bad arguments. 17 years ago
Eric Anholt d4e7b898c1 DRM: Return -EBADF on bad object in flink, and return curent name if it exists. 17 years ago
Kristian Høgsberg dbb19d302b i915 gem: install and uninstall irq handler in entervt and leavevt ioctls. 17 years ago
Kristian Høgsberg c99b058f13 i915: Make use of sarea_priv conditional. 17 years ago
Eric Anholt 546b0974c3 i915: Use struct_mutex to protect ring in GEM mode. 17 years ago
Kristian Høgsberg ed4c9c4acf i915: Add chip set ID param. 17 years ago
Eric Anholt 673a394b1e drm: Add GEM ("graphics execution manager") to i915 driver. 17 years ago
Jesse Barnes 0a3e67a4ca drm: Rework vblank-wait handling to allow interrupt reduction. 17 years ago
David Howells 2df68b439f drm/cred: wrap task credential accesses in the drm driver. 17 years ago
Jesse Barnes b9bfdfe670 new chip name is GM45 17 years ago
Jesse Barnes 317c35d144 separate i915 suspend/resume functions into their own file 17 years ago
Dave Airlie 6b79d521e0 radeon: fix writeback across suspend/resume. 17 years ago
Dave Airlie 38eda21189 drm: fix sysfs error path. 17 years ago
Adrian Bunk dfcf96d09c FB_SIS=m, DRM_SIS=y is not a legal configuration. 17 years ago
Matthew Garrett 8ee1c3db90 Add Intel ACPI IGD OpRegion support 17 years ago
Keith Packard 398c9cb20b i915: Initialize hardware status page at device load when possible. 17 years ago