Commit Graph

180 Commits (04ec93fe9bc98e3bd8560f79f56fed66dfae40d5)

Author SHA1 Message Date
Linus Torvalds fc8744adc8 Stop playing silly games with the VM_ACCOUNT flag 16 years ago
Andrew Morton 726a669926 drivers/gpu/drm/i915/intel_lvds.c: fix locking snafu 16 years ago
Eric Anholt 30b2363408 drm: Rip out the racy, unused vblank signal code. 16 years ago
Jean Delvare 1745522ccb i2c: Delete many unused adapter IDs 16 years ago
Linus Torvalds aeb565dfc3 Fix annoying DRM_ERROR() string warning 16 years ago
Jesse Barnes 2906f02587 drm/i915: Fix cursor physical address choice to match the 2D driver. 16 years ago
Eric Anholt 1bb88edb7a drm: stash AGP include under the do-we-have-AGP ifdef 16 years ago
Jesse Barnes 4942f8b23b drm: don't whine about not reading EDID data 16 years ago
Jesse Barnes 335041ed31 drm/i915: hook up LVDS DPMS property 16 years ago
Jesse Barnes ed2dd4b0cc drm/i915: remove unnecessary debug output in KMS init 16 years ago
Dave Airlie 260883c856 i915: fix freeing path for gem phys objects. 16 years ago
Jesse Barnes ad2563c2e4 drm: create mode_config idr lock 16 years ago
Dave Airlie c1ff85d977 drm: fix leak of device mappings since multi-master changes. 16 years ago
Dave Airlie 34b8686e12 drm/i915: lock correct mutex around object unreference. 16 years ago
Dave Airlie 71acb5eb8d drm/i915: add support for physical memory objects 16 years ago
Jesse Barnes e285f3cd2c drm/i915: make LVDS fixed mode a preferred mode 16 years ago
Jesse Barnes 712531bfe9 drm: handle depth & bpp changes correctly 16 years ago
Jesse Barnes 40a518d9f1 drm: initial KMS config fixes 16 years ago
Dave Airlie 3a03ac1a02 drm/i915: setup sarea properly in master_priv 16 years ago
Jesse Barnes dc1336ff4f drm/i915: set vblank enabled flag correctly across IRQ install/uninstall 16 years ago
Jesse Barnes 71e0ffa599 drm/i915: don't enable vblanks on disabled pipes 16 years ago
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