summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-18make text reserve 256kDave Airlie
2008-09-18radeon: add initial suspend/resume supportDave Airlie
2008-09-18modesetting: Add helper to force restore modes on crtcs at resume timeDave Airlie
2008-09-17radeon: fix legacy LVDSAlex Deucher
2008-09-17nv50: add initial context for chipset 0xaaBenAM_CPPFLAGS = \ -I$(top_srcdir)/include/drm \ -I$(top_srcdir)/nouveau \ -I$(top_srcdir) AM_CFLAGS = $(WARN_CFLAGS) LDADD = \ ../../nouveau/libdrm_nouveau.la \ ../../libdrm.la \ -ldl -lpthread TESTS = threaded check_PROGRAMS = $(TESTS)
an>Add missing \ to libdrm_la_SOURCESEric Anholt 2008-09-10intel: don't forget to include config.h in bufmgr code.Eric Anholt 2008-09-10intel: move drm calls to exec buffers to libdrm_intel.Eric Anholt 2008-09-10intel: Move IRQ emit/wait from callbacks into the bufmgr.Eric Anholt 2008-09-10Move intel libdrm stuff to libdrm_intel.soEric Anholt 2008-09-10drm: Add tests for GEM_FLINK ioctl.Eric Anholt 2008-09-08[FreeBSD] We need to call drm_detach before we free dev->driver.Robert Noland 2008-09-07[FreeBSD] Implement drm_ioremap_wc() to set a range of mem to write-combiningRobert Noland 2008-09-06[FreeBSD] IGP gart needs to be un-cached.Robert Noland 2008-09-06Free temp_pagelist on error. Free in reverse order. Noticed by open.vehemens 2008-09-06Pass lock data like linux and open.vehemens 2008-09-06Move order to end like linux.vehemens 2008-09-06Style white space cleanup part 2.vehemens 2008-09-06[FreeBSD] Ensure that drm_pci_alloc is never called while locks are held.Robert Noland 2008-09-07radeon: change interface from headers add pin_domain into paddingDave Airlie 2008-09-05Reorder lock functions like linux.vehemens 2008-09-05Style white space cleanup.vehemens 2008-09-05Need M_NOWAIT for malloc.vehemens 2008-09-05i915: fix i915_ring_validate()Robert Noland 2008-09-05radeon: rs690 GART tables need to be in uncached memory.Dave Airlie 2008-09-05nouveau: 8200 cards are 0xA0 family.Stephane Marchesin 2008-09-04radeon: fixup a number of avivo checks for rs690Dave Airlie 2008-09-02drm: fix sysfs error path.Dave Airlie 2008-08-31radeon: make writeback work after suspend/resume.Dave Airlie 2008-08-29[FreeBSD] Use driver features macros and flagsvehemens 2008-08-29[FreeBSD] Convert drm_driver to a pointer like linux.vehemens 2008-08-29[FreeBSD] Replace typedefs on bsd.vehemens 2008-08-29[FreeBSD] Catch up to vblank rework for via.vehemens 2008-08-29[FreeBSD] Correct debug messagevehemens 2008-08-29[FreeBSD] Fix a couple of locking problems.Robert Noland 2008-08-29[FreeBSD] Increase debugging output for vblank code.Robert Noland 2008-08-29Fix drm_realloc when you're reallocing into something smaller.Tomas Carnecky 2008-08-29radeon: fixup LVDS mode gettingDave Airlie 2008-08-28radeon: get lvds atombios infoDave Airlie 2008-08-28drm: port X crtc picking algorithm.Dave Airlie 2008-08-28radeon: limit LVDS to first CRTC for nowDave Airlie 2008-08-28radeon: fixup checks for crtc in dpms pathsDave Airlie 2008-08-27drm: fix some whitespaceDave Airlie 2008-08-27radeon: braino pointed out on mailing listDave Airlie 2008-08-27radeon: avoid oops on encoders with no crtc setDave Airlie