Commit Graph

298 Commits (89aec3e1baaddeaa5636487f0e23f807eb758168)

Author SHA1 Message Date
Kristian H�gsberg 0c7c266475 drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well. 16 years ago
Jakob Bornecrantz e0c8463a8b drm: sanitise drm modesetting API + remove unused hotplug 16 years ago
Dave Airlie df989374a9 drm: fix allowing master ioctls on non-master fds. 16 years ago
Dave Airlie 4e74f36d08 drm/radeon: use locked rmmap to remove sarea mapping. 16 years ago
Dave Airlie 60f2ee0b4a drm/radeon: fix missing hunk from the master changes. 16 years ago
Dave Airlie f890607b1e drm: fix useless gcc unused variable warning 16 years ago
Dave Airlie bdf539ad61 drm/radeon: fix warning due to PAGE_SIZE max 16 years ago
Dave Airlie 57a6297e52 drm: kconfig have drm core select i2c for kms 16 years ago
Dave Airlie ae14dc0505 drm: PAGE_CACHE_WC is x86 only so far 16 years ago
Dave Airlie aa91c6665a drm: pick an 800x600@60HZ mode by default for unknown CRT. 16 years ago
Eric Anholt 60fd99e368 drm/i915: Fix stolen memory detection on G45 and GM45. 16 years ago
Eric Anholt 06d9f33ceb drm/i915: Register module dependencies for the modesetting code. 16 years ago
Jesse Barnes 79e539453b DRM: i915: add mode setting support 16 years ago
Dave Airlie f453ba0460 DRM: add mode setting support 16 years ago
Jesse Barnes de151cf67c drm/i915: add GEM GTT mapping support 16 years ago
Jesse Barnes a2c0a97b78 drm: GEM mmap support 16 years ago
Eric Anholt a9587470f7 drm/i915: Add /proc debugging entry for reading out the HWS. 16 years ago
Dave Airlie a9d51a5ad1 drm: reorganise start and load. 16 years ago
Vegard Nossum 1147c9cdd0 drm: fix leak of uninitialized data to userspace 16 years ago
Dave Airlie 7c1c2871a6 drm: move to kref per-master structures. 16 years ago
Dave Airlie e7f7ab45eb drm: cleanup exit path for module unload 16 years ago
Dave Airlie 077ebed54f drm/radeon: fix correctness of irq_enabled check for radeon. 16 years ago
Dave Airlie ac5c4e7618 drm/i915: GEM on PAE has problems - disable it for now. 16 years ago
Eric Anholt c4de0a5d67 drm/i915: Don't return busy for buffers left on the flushing list. 16 years ago
Keith Packard b60678a75d drm/i915: Disable the GM965 MSI errata workaround. 16 years ago
Owain Ainsworth 15c35334c9 drm/i915: Don't return error in evict_everything when we get to the end. 16 years ago
Dave Airlie fae7043c65 drm/radeon: don't actually enable the IRQ regs until irq is enabled 16 years ago
Eric Anholt 0235439232 drm/i915: Return error in i915_gem_set_to_gtt_domain if we're not in the GTT. 16 years ago
Keith Packard ac94a962b2 drm/i915: Retry execbuffer pinning after clearing the GTT 16 years ago
Keith Packard 646f0f6e43 drm/i915: Move the execbuffer domain computations together 16 years ago
Keith Packard c0d9082928 drm/i915: Rename object_set_domain to object_set_to_gpu_domain 16 years ago
Eric Anholt e47c68e9c5 drm/i915: Make a single set-to-cpu-domain path and use it wherever needed. 16 years ago
Eric Anholt 2ef7eeaa55 drm/i915: Make a single set-to-gtt-domain path. 16 years ago
Eric Anholt b670d81582 drm/i915: If interrupted while setting object domains, still emit the flush. 16 years ago
Eric Anholt ce44b0ea3d drm/i915: Move flushing list cleanup from flush request retire to request emit. 16 years ago
Eric Anholt a7f014f2de drm/i915: Respect GM965/GM45 bit-17-instead-of-bit-11 option for swizzling. 16 years ago
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