Age | Commit message (Expand) | Author |
2013-08-12 | add submatch function for use with config_found_sm and use it | Mark Kettenis |
2013-08-12 | rename drmsubmatch to vga_drmsubmatch | 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 |
2013-08-12 | fix non debug build | Jonathan Gray |
2013-08-12 | only include <dev/isa/*> on amd64/i386 | Mark Kettenis |
2013-08-12 | put radeon_vga_set_decode under #ifdef notyet | Jonathan Gray |
2013-08-12 | partially unstub radeon_hwmon_init() | Jonathan Gray |
2013-08-12 | put some uncalled stubbed functions under #ifdef notyet | Jonathan Gray |
2013-08-12 | unstub radeon_sync_with_vblank() | Jonathan Gray |
2013-08-12 | unstub radeon_pm_update_profile() | Jonathan Gray |
2013-08-12 | unstub ttm_copy_io_ttm_page and ttm_copy_ttm_io_page | Mark Kettenis |
2013-08-12 | add new radeon firmware, nothing we use yet | Jonathan Gray |
2013-08-12 | Revert "load the rasops lut when doing a vt switch", breaks resume on 8bpp fb | Jonathan Gray |
2013-08-12 | fix a merge error | Jonathan Gray |
2013-08-12 | drm/radeon: don't use get_engine_clock() on APUs, from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: use frac fb div on RS780/RS880, from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: fix typo in rv515_mc_resume(), from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon/dce6: add missing display reg for tiling setup, from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: update wait_for_vblank for r5xx-r7xx, from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: update wait_for_vblank for evergreen+, from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: properly lock disp in mc_stop/resume for evergreen+, from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: properly lock disp in mc_stop/resume for r5xx-r7xx, from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: update wait_for_vblank for r1xx-r4xx, from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: disable the crtcs in mc_stop (evergreen+) (v2), from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon/evergreen+: don't enable HPD interrupts on eDP/LVDS, from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: fix hdmi mode enable on RS600/RS690/RS740, from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: fix typo in si_select_se_sh(), from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: Always flush the VM, from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: disable the crtcs in mc_stop (r5xx-r7xx) (v2), from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: fix endian bugs in atom_allocate_fb_scratch(), from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: fix possible segfault when parsing pm tables, from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: add new richland pci ids, from 3.8.13 | Jonathan Gray |
2013-08-12 | drm/radeon: fix handling of v6 power tables, from 3.8.13 | Jonathan Gray |
2013-08-12 | unstub evergreen_fix_pci_max_read_req_size | Mark Kettenis |
2013-08-12 | fix calculation of the amount of physical memory | Mark Kettenis |
2013-08-12 | only allocate dma-reachable memory for now | Mark Kettenis |
2013-08-12 | sprinkle some bus_dma(9) goodness | Mark Kettenis |
2013-08-12 | reduce diffs with Linux codebase | Mark Kettenis |
2013-08-12 | use bus_space_mmap to map bus addresses into physical addresses | Mark Kettenis |
2013-08-12 | remove commented out struct member that isn't going to come back | Mark Kettenis |
2013-08-12 | load the rasops lut when doing a vt switch | Jonathan Gray |
2013-08-12 | when removing a range of pages from a pool, remove all of them | Mark Kettenis |