summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-12add support for having multiple drm devicesMark 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-12fix a merge errorJonathan Gray
2013-08-12make RI_VCONS work together with the sparc64 framebuffer driver helpersMark Kettenis
2013-08-12sparc64 kernel needs to go on a dietMark Kettenis
2013-08-12enable macppc-specific part of radeon_get_legacy_connector_info_from_table()Martin Pieuchot
2013-08-12add inline version of of_machine_is_compatible()Martin Pieuchot
2013-08-12rename drmsubmatch to vga_drmsubmatchMartin Pieuchot
2013-08-12files.drm is now included from arch-specific conf filesMartin Pieuchot
2013-08-12init gfp_flags to zeroJonathan Gray
2013-08-12magic bits to attach on sparc64Mark Kettenis
2013-08-12fall back to uncached mappings if write-combined mappings aren't availableMark Kettenis
2013-08-12/dev/drmN for sparc64Mark Kettenis
2013-08-12include files.drm from the acrhitecture-specific config filesMark Kettenis
2013-08-12attach wsdisplay to radeondrm instead of its parentMark Kettenis
2013-08-12add submatch function for use with config_found_sm and use itMark Kettenis
2013-08-12rename drmsubmatch to vga_drmsubmatchMark Kettenis
2013-08-12make agp support optionalMark 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-12don't set DRMDEBUG by defaultJonathan Gray
2013-08-12use inline udelay/mdelay funcs instead of macros & reduce the diff to linuxJonathan Gray
2013-08-12add inline versions of udelay/mdelayJonathan Gray
2013-08-12stop using struct vga_pci_barMark Kettenis
2013-08-12memory barriers for sparc64; use a big hammer for nowMark 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-12unstub ttm_copy_io_ttm_page and ttm_copy_ttm_io_pageMark Kettenis
2013-08-12add new radeon firmware, nothing we use yetJonathan 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
2013-08-12drm/radeon: update wait_for_vblank for r1xx-r4xx, from 3.8.13Jonathan Gray