summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/radeon
AgeCommit message (Expand)Author
2015-04-06add back some more static use to reduce the diff to linuxJonathan Gray
2015-04-06No need to use a temporary pointer variable after the drm struct nameJonathan Gray
2015-04-06add and use macros for wake_up/wake_up_all/wake_up_all_lockedJonathan Gray
2015-04-06Convert some udelay() calls back to DRM_UDELAY() whereJonathan Gray
2015-04-03change types/macros to reduce the diff to linuxJonathan Gray
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-11Switch most printf style functions calls back to linux function namesJonathan Gray
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-10Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directlyJonathan 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-09More malloc() -> mallocarray() in the kernel.Doug Hogan
2014-10-25Don't attempt to suspend/resume a partially attached drm(4) driver.Mark Kettenis
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-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-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-06-21drm/radeon/si: make sure mc ucode is loaded before checking the sizeJonathan Gray
2014-06-21drm/radeon: memory leak on bo reservation failure. v2Jonathan Gray
2014-06-20sf@ pointed out that atom.c defines a DEBUG macro that takes arguments,Jonathan Gray
2014-05-03drm/radeon: call drm_edid_to_eld when we update the edidJonathan Gray
2014-04-12drm/radeon/atom: select the proper number of lanes in transmitter setupJonathan Gray
2014-04-12drm/radeon: TTM must be init with cpu-visible VRAM, v2Jonathan Gray
2014-04-07reduce the diff to linux for drm pci vid/pid testsJonathan Gray
2014-03-30drm/radeon: disable pll sharing for DP on DCE4.1Jonathan Gray
2014-03-30drm/radeon: fix missing bo reservationJonathan Gray
2014-03-24Another round of reducing diffs with the Linux codebase.Mark Kettenis
2014-03-13Block userland from entering drm code (and make sure it is no longer in there)Mark Kettenis
2014-03-09drm/radeon: set the full cache bit for fences on r7xx+Jonathan Gray
2014-02-25Some broken BIOSen don't assign an address to the ROM BAR. Fix this up, as weMark Kettenis
2014-02-23Give drm(4) a console locator just like wsdisplay(4) such that we can makeMark Kettenis
2014-02-15drm/radeon/DCE4+: clear bios scratch dpms bit (v2)Jonathan Gray
2014-02-15drm/radeon: fix surface sync in fence on cayman (v2)Jonathan Gray
2014-02-15drm/radeon: disable ss on DP for DCE3.xJonathan Gray
2014-02-15drm/radeon: skip colorbuffer checking if COLOR_INFO.FORMAT is set to INVALIDJonathan Gray
2014-02-15radeon/pm: Guard access to rdev->pm.power_state arrayJonathan Gray
2014-02-15drm/radeon: warn users when hw_i2c is enabled (v2)Jonathan Gray
2014-02-10drm/radeon: expose render backend mask to the userspaceJonathan Gray