summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm
AgeCommit message (Expand)Author
2015-02-22Correct PAGE_MASK usage in radeon_vm_map_gart(). Linux definesJonathan Gray
2015-02-22Give RS* IGP radeons a better chance of working thanks to Imre VadaszJonathan Gray
2015-02-12switch back to IRQ_NONE/IRQ_HANDLEDJonathan Gray
2015-02-12Add and use macros for linux memory barriers. Fix the call inJonathan Gray
2015-02-12switch some free calls back to kfreeJonathan Gray
2015-02-12switch MUTEX_ASSERT_LOCKED calls back to assert_spin_lockedJonathan Gray
2015-02-12Rename the struct device member of inteldrm_softc to sc_dev and rename theMark Kettenis
2015-02-12Add mutex_is_locked and use it wherever linux uses it.Mark Kettenis
2015-02-11Switch most printf style functions calls back to linux function namesJonathan Gray
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2015-02-10switch most mtx_* calls back to linux spinlocksJonathan Gray
2015-02-10switch most rwlock calls back to their linux equivalentsJonathan Gray
2015-02-10use linux function names when locking mode configJonathan Gray
2015-02-10Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directlyJonathan Gray
2015-02-10add definitions for linux style locksJonathan Gray
2015-02-09we want to defer work traditionally (in openbsd) handled in anDavid Gwynne
2015-02-07remove linux int types in the drm headerJonathan Gray
2015-02-06Add new definitions from libdrm 2.4.59Jonathan Gray
2015-01-28drm/radeon: allow geom rings to be setup on r600/r700 (v2)Jonathan Gray
2015-01-28drm/radeon: fix VGT_GS_INSTANCE_CNT registerJonathan Gray
2015-01-27remove the second void * argument on tasks.David Gwynne
2014-12-20Replace switch workq with taskq.Kenneth R Westerback
2014-12-17Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterPhilip Guenther
2014-12-15The PCI device ID 0x4c6e is a secondary device ID for the Radeon MobilityMark Kettenis
2014-12-15Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,Philip Guenther
2014-12-09More malloc() -> mallocarray() in the kernel.Doug Hogan
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-11-06Add the required includes for the conditional parts ofJonathan Gray
2014-10-25Don't attempt to suspend/resume a partially attached drm(4) driver.Mark Kettenis
2014-10-08Remove the i830/i845 pipe A force quirks, matching changesJonathan Gray
2014-09-24fix the build when DRMDEBUG is definedJonathan Gray
2014-09-23Make use of the red-black tree as the original Linux code did insteadJonathan Gray
2014-09-20Make another fast path properly atomic.Mark Kettenis
2014-09-20On i386, agp_map_subregion might sleep, which is not allowed in some ofMark Kettenis
2014-09-13Replace all queue *_END macro calls except CIRCLEQ_END with NULL.Doug Hogan
2014-08-14add some definitions from libdrm 2.4.56Jonathan Gray
2014-08-08drm/radeon: fix typo in radeon_connector_is_dp12_capable()Jonathan Gray
2014-08-08drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devicesJonathan Gray
2014-08-08drm/radeon/atom: fix dithering on certain panelsJonathan Gray
2014-08-08drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmiJonathan Gray
2014-07-12regenJonathan Gray
2014-07-12missed the trailing digitJonathan Gray
2014-07-12Print a line in dmesg to indicate if the aperture driver isJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-12remove ifdef'd out valleyview/baytrail device listsJonathan Gray
2014-07-06drm/radeon: avoid segfault on device open when accel is not working.Jonathan Gray
2014-07-06drm/radeon: handle non-VGA class pci devices with ATRMJonathan Gray
2014-07-06drm/radeon: also try GART for CPU accessed buffersJonathan Gray
2014-07-03Get clocks from Open Firmware on macppc and sparc64.Mark Kettenis
2014-07-02Use real parameter types for u{dv,vn}_attach() instead of void *Matthew Dempsky