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
Age
Commit message (
Expand
)
Author
2013-08-12
use uvm_km_valloc instead of uvm_km_alloc to implements vmap; clean things up
Mark Kettenis
2013-08-12
use appropriate define to mask of the clone bits from the minor
Mark Kettenis
2013-08-12
add back the code for loading the rasops lut on vt switch
Jonathan Gray
2013-08-12
remove the stub printf in radeon_fbdev_set_suspend
Jonathan Gray
2013-08-12
unstub drm_fb_helper_debug_enter/drm_fb_helper_debug_leave
Jonathan Gray
2013-08-12
we have no use for the code from ttm/ttm_page_alloc_dma.c on OpenBSD
Mark Kettenis
2013-08-12
fix the setting of rdev->console on macppc
Jonathan Gray
2013-08-12
program the MC even if loading the firmwares fails on ARUBA
Mark Kettenis
2013-08-12
destroy pool upon detach
Mark Kettenis
2013-08-12
Revert "set RI_BSWAP for all big endian systems not just sparc64"
Jonathan Gray
2013-08-12
set RI_BSWAP for all big endian systems not just sparc64
Jonathan Gray
2013-08-12
conditionalize the use of vga_console_attached on NVGA > 0
Mark Kettenis
2013-08-12
fix macppc build
Jonathan Gray
2013-08-12
pci_attach_args can be removed from the softc now
Jonathan Gray
2013-08-12
simplify detach/reprobe code and make it work for systems with multiple cards
Mark Kettenis
2013-08-12
detach and reprobe vga if we hit a fatal error in the roothook
Jonathan Gray
2013-08-12
handle the io bar being at 0x20 on newer devices
Jonathan Gray
2013-08-12
match linux and don't error on igp_read_bios_from_vram failure
Jonathan Gray
2013-08-12
reduce dmesg spam
Jonathan Gray
2013-08-12
make a ttm printf debug
Jonathan Gray
2013-08-12
make printing some fb details debug only
Jonathan Gray
2013-08-12
only dump connector config with debug
Jonathan Gray
2013-08-12
magic to make sparc64 take over the framebuffer used by the firmware
Mark Kettenis
2013-08-12
take over the framebuffer console early on sparc64
Mark Kettenis
2013-08-12
unstub drm_pick_cmdline_mode
Mark Kettenis
2013-08-12
include proper header for prototype of drm_fb_helper_restore
Mark Kettenis
2013-08-12
drm/radeon: fix combios tables on older cards
Mark Kettenis
2013-08-12
only true VGA devices can be the glass console on i386/amd64
Mark Kettenis
2013-08-12
clear crtc sync tristate bits; OFW turns these on for secondary cards
Mark Kettenis
2013-08-12
make radeondrm attach to pci
Mark Kettenis
2013-08-12
add support for having multiple drm devices
Mark Kettenis
2013-08-12
disable decoding of VGA addresses and opt out of arbitration
Mark Kettenis
2013-08-12
make udv_attach_drm work for both radeondrm and inteldrm
Mark Kettenis
2013-08-12
fix a merge error
Jonathan Gray
2013-08-12
enable macppc-specific part of radeon_get_legacy_connector_info_from_table()
Martin Pieuchot
2013-08-12
add inline version of of_machine_is_compatible()
Martin Pieuchot
2013-08-12
init gfp_flags to zero
Jonathan Gray
2013-08-12
magic bits to attach on sparc64
Mark Kettenis
2013-08-12
fall back to uncached mappings if write-combined mappings aren't available
Mark Kettenis
2013-08-12
attach wsdisplay to radeondrm instead of its parent
Mark Kettenis
2013-08-12
add submatch function for use with config_found_sm and use it
Mark Kettenis
2013-08-12
make agp support optional
Mark Kettenis
2013-08-12
fix surface setup on r1xx
Mark Kettenis
2013-08-12
don't advertise "vm" support (RADEON_INFO_VA_START/IB_VM_MAX_SIZE) just yet
Mark Kettenis
2013-08-12
don't set DRMDEBUG by default
Jonathan Gray
2013-08-12
use inline udelay/mdelay funcs instead of macros & reduce the diff to linux
Jonathan Gray
2013-08-12
add inline versions of udelay/mdelay
Jonathan Gray
2013-08-12
stop using struct vga_pci_bar
Mark Kettenis
2013-08-12
memory barriers for sparc64; use a big hammer for now
Mark Kettenis
2013-08-12
set RI_WRONLY to speed up the unaccelerated console fb
Jonathan Gray
[next]