index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
drm
/
radeon
Age
Commit message (
Expand
)
Author
2015-04-06
add back some more static use to reduce the diff to linux
Jonathan Gray
2015-04-06
No need to use a temporary pointer variable after the drm struct name
Jonathan Gray
2015-04-06
add and use macros for wake_up/wake_up_all/wake_up_all_locked
Jonathan Gray
2015-04-06
Convert some udelay() calls back to DRM_UDELAY() where
Jonathan Gray
2015-04-03
change types/macros to reduce the diff to linux
Jonathan Gray
2015-02-22
Correct PAGE_MASK usage in radeon_vm_map_gart(). Linux defines
Jonathan Gray
2015-02-22
Give RS* IGP radeons a better chance of working thanks to Imre Vadasz
Jonathan Gray
2015-02-12
switch back to IRQ_NONE/IRQ_HANDLED
Jonathan Gray
2015-02-12
Add and use macros for linux memory barriers. Fix the call in
Jonathan Gray
2015-02-11
Switch most printf style functions calls back to linux function names
Jonathan Gray
2015-02-10
switch most mtx_* calls back to linux spinlocks
Jonathan Gray
2015-02-10
switch most rwlock calls back to their linux equivalents
Jonathan Gray
2015-02-10
Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directly
Jonathan Gray
2015-01-28
drm/radeon: allow geom rings to be setup on r600/r700 (v2)
Jonathan Gray
2015-01-28
drm/radeon: fix VGT_GS_INSTANCE_CNT register
Jonathan Gray
2015-01-27
remove the second void * argument on tasks.
David Gwynne
2014-12-20
Replace switch workq with taskq.
Kenneth R Westerback
2014-12-09
More malloc() -> mallocarray() in the kernel.
Doug Hogan
2014-10-25
Don't attempt to suspend/resume a partially attached drm(4) driver.
Mark Kettenis
2014-08-08
drm/radeon: fix typo in radeon_connector_is_dp12_capable()
Jonathan Gray
2014-08-08
drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devices
Jonathan Gray
2014-08-08
drm/radeon/atom: fix dithering on certain panels
Jonathan Gray
2014-08-08
drm/radeon: only apply hdmi bpc pll flags when encoder mode is hdmi
Jonathan Gray
2014-07-12
Print a line in dmesg to indicate if the aperture driver is
Jonathan Gray
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-06
drm/radeon: avoid segfault on device open when accel is not working.
Jonathan Gray
2014-07-06
drm/radeon: handle non-VGA class pci devices with ATRM
Jonathan Gray
2014-07-06
drm/radeon: also try GART for CPU accessed buffers
Jonathan Gray
2014-07-03
Get clocks from Open Firmware on macppc and sparc64.
Mark Kettenis
2014-06-21
drm/radeon/si: make sure mc ucode is loaded before checking the size
Jonathan Gray
2014-06-21
drm/radeon: memory leak on bo reservation failure. v2
Jonathan Gray
2014-06-20
sf@ pointed out that atom.c defines a DEBUG macro that takes arguments,
Jonathan Gray
2014-05-03
drm/radeon: call drm_edid_to_eld when we update the edid
Jonathan Gray
2014-04-12
drm/radeon/atom: select the proper number of lanes in transmitter setup
Jonathan Gray
2014-04-12
drm/radeon: TTM must be init with cpu-visible VRAM, v2
Jonathan Gray
2014-04-07
reduce the diff to linux for drm pci vid/pid tests
Jonathan Gray
2014-03-30
drm/radeon: disable pll sharing for DP on DCE4.1
Jonathan Gray
2014-03-30
drm/radeon: fix missing bo reservation
Jonathan Gray
2014-03-24
Another round of reducing diffs with the Linux codebase.
Mark Kettenis
2014-03-13
Block userland from entering drm code (and make sure it is no longer in there)
Mark Kettenis
2014-03-09
drm/radeon: set the full cache bit for fences on r7xx+
Jonathan Gray
2014-02-25
Some broken BIOSen don't assign an address to the ROM BAR. Fix this up, as we
Mark Kettenis
2014-02-23
Give drm(4) a console locator just like wsdisplay(4) such that we can make
Mark Kettenis
2014-02-15
drm/radeon/DCE4+: clear bios scratch dpms bit (v2)
Jonathan Gray
2014-02-15
drm/radeon: fix surface sync in fence on cayman (v2)
Jonathan Gray
2014-02-15
drm/radeon: disable ss on DP for DCE3.x
Jonathan Gray
2014-02-15
drm/radeon: skip colorbuffer checking if COLOR_INFO.FORMAT is set to INVALID
Jonathan Gray
2014-02-15
radeon/pm: Guard access to rdev->pm.power_state array
Jonathan Gray
2014-02-15
drm/radeon: warn users when hw_i2c is enabled (v2)
Jonathan Gray
2014-02-10
drm/radeon: expose render backend mask to the userspace
Jonathan Gray
[next]