Commit Graph

157 Commits (9fef3d2d15ae8ca24e4a145f2e189eea145d18c2)

Author SHA1 Message Date
Harvey Harrison 9b4778f680 trivial: replace last usages of __FUNCTION__ in kernel 16 years ago
Dave Airlie a75f28419a drm: fix ordering of driver unload vs agp unload. 16 years ago
Eric Anholt 241fa85b2b drm/i915: Respect the other stolen memory sizes we know of. 16 years ago
Eric Anholt 1fc45d84d6 drm/i915: Non-mobile parts don't have integrated TV-out. 16 years ago
Eric Anholt 7d57382e65 drm/i915: Add support for integrated HDMI on G4X hardware. 16 years ago
Kristian Høgsberg 3f8bc370ac drm/i915: Pin cursor bo and unpin old bo when setting cursor. 16 years ago
Eric Anholt 9bb2d6f94a drm/i915: Don't allow objects to get bound while VT switched. 16 years ago
Laurent Pinchart f41ced8f10 Check fops_get() return value 16 years ago
Kay Sievers 8f4bbd9f59 gpu: struct device - replace bus_id with dev_name(), dev_set_name() 16 years ago
Dave Airlie aa59662966 drm/i915: fix modeset devname allocation + agp init return check. 16 years ago
Julia Lawall aad87dff5a drm/i915: Remove redundant test in error path. 16 years ago
Eric Anholt fede5c91c4 drm: Add a debug node for vblank state. 16 years ago
Eric Anholt f51c5b6e62 drm: Avoid use-before-null-test on dev in drm_cleanup(). 16 years ago
Eric Anholt f1acec9338 drm/i915: Don't print to dmesg when taking signal during object_pin. 16 years ago
Kristian Høgsberg 3c4fdcfb29 drm: pin new and unpin old buffer when setting a mode. 16 years ago
Hannes Eder d1e22c6ed0 drm/i915: un-EXPORT and make 'intelfb_panic' static 16 years ago
Eric Anholt bae7ec6573 drm/i915: Delete unused, pointless i915_driver_firstopen. 16 years ago
Hannes Eder d4da3af667 drm/i915: fix sparse warnings: returning void-valued expression 16 years ago
Hannes Eder 606df4e024 drm/i915: fix sparse warnings: move 'extern' decls to header file 16 years ago
Hannes Eder b358d0a625 drm/i915: fix sparse warnings: make symbols static 16 years ago
Hannes Eder 95281e352e drm/i915: fix sparse warnings: declare one-bit bitfield as unsigned 16 years ago
Eric Anholt b117763627 drm/i915: Don't double-unpin buffers if we take a signal in evict_everything(). 16 years ago
Eric Anholt e7da40f0c8 drm/i915: Fix fbcon setup to align display pitch to 64b. 16 years ago
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