summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/radeon
AgeCommit message (Expand)Author
2013-08-12add back the code for loading the rasops lut on vt switchJonathan Gray
2013-08-12remove the stub printf in radeon_fbdev_set_suspendJonathan Gray
2013-08-12fix the setting of rdev->console on macppcJonathan Gray
2013-08-12program the MC even if loading the firmwares fails on ARUBAMark Kettenis
2013-08-12Revert "set RI_BSWAP for all big endian systems not just sparc64"Jonathan Gray
2013-08-12set RI_BSWAP for all big endian systems not just sparc64Jonathan Gray
2013-08-12conditionalize the use of vga_console_attached on NVGA > 0Mark Kettenis
2013-08-12fix macppc buildJonathan Gray
2013-08-12pci_attach_args can be removed from the softc nowJonathan Gray
2013-08-12simplify detach/reprobe code and make it work for systems with multiple cardsMark Kettenis
2013-08-12detach and reprobe vga if we hit a fatal error in the roothookJonathan Gray
2013-08-12handle the io bar being at 0x20 on newer devicesJonathan Gray
2013-08-12match linux and don't error on igp_read_bios_from_vram failureJonathan Gray
2013-08-12reduce dmesg spamJonathan Gray
2013-08-12make printing some fb details debug onlyJonathan Gray
2013-08-12only dump connector config with debugJonathan Gray
2013-08-12magic to make sparc64 take over the framebuffer used by the firmwareMark Kettenis
2013-08-12take over the framebuffer console early on sparc64Mark Kettenis
2013-08-12include proper header for prototype of drm_fb_helper_restoreMark Kettenis
2013-08-12drm/radeon: fix combios tables on older cardsMark Kettenis
2013-08-12only true VGA devices can be the glass console on i386/amd64Mark Kettenis
2013-08-12clear crtc sync tristate bits; OFW turns these on for secondary cardsMark Kettenis
2013-08-12make radeondrm attach to pciMark Kettenis
2013-08-12disable decoding of VGA addresses and opt out of arbitrationMark Kettenis
2013-08-12make udv_attach_drm work for both radeondrm and inteldrmMark Kettenis
2013-08-12enable macppc-specific part of radeon_get_legacy_connector_info_from_table()Martin Pieuchot
2013-08-12magic bits to attach on sparc64Mark Kettenis
2013-08-12attach wsdisplay to radeondrm instead of its parentMark Kettenis
2013-08-12fix surface setup on r1xxMark Kettenis
2013-08-12don't advertise "vm" support (RADEON_INFO_VA_START/IB_VM_MAX_SIZE) just yetMark Kettenis
2013-08-12use inline udelay/mdelay funcs instead of macros & reduce the diff to linuxJonathan Gray
2013-08-12stop using struct vga_pci_barMark Kettenis
2013-08-12set RI_WRONLY to speed up the unaccelerated console fbJonathan Gray
2013-08-12fix non debug buildJonathan Gray
2013-08-12only include <dev/isa/*> on amd64/i386Mark Kettenis
2013-08-12put radeon_vga_set_decode under #ifdef notyetJonathan Gray
2013-08-12partially unstub radeon_hwmon_init()Jonathan Gray
2013-08-12put some uncalled stubbed functions under #ifdef notyetJonathan Gray
2013-08-12unstub radeon_sync_with_vblank()Jonathan Gray
2013-08-12unstub radeon_pm_update_profile()Jonathan Gray
2013-08-12Revert "load the rasops lut when doing a vt switch", breaks resume on 8bpp fbJonathan Gray
2013-08-12fix a merge errorJonathan Gray
2013-08-12drm/radeon: don't use get_engine_clock() on APUs, from 3.8.13Jonathan Gray
2013-08-12drm/radeon: use frac fb div on RS780/RS880, from 3.8.13Jonathan Gray
2013-08-12drm/radeon: fix typo in rv515_mc_resume(), from 3.8.13Jonathan Gray
2013-08-12drm/radeon/dce6: add missing display reg for tiling setup, from 3.8.13Jonathan Gray
2013-08-12drm/radeon: update wait_for_vblank for r5xx-r7xx, from 3.8.13Jonathan Gray
2013-08-12drm/radeon: update wait_for_vblank for evergreen+, from 3.8.13Jonathan Gray
2013-08-12drm/radeon: properly lock disp in mc_stop/resume for evergreen+, from 3.8.13Jonathan Gray
2013-08-12drm/radeon: properly lock disp in mc_stop/resume for r5xx-r7xx, from 3.8.13Jonathan Gray