summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-08-12don't uvm_pageunwire a page right before calling uvm_pagefree on itMark Kettenis
2013-08-12don't queue the shrinker task if it is already queuedMark Kettenis
2013-08-12unstub ttm_tt_swapin and ttm_tt_swapoutMark Kettenis
2013-08-12return early from radeon_driver_irq_handler_kms if not installedJonathan Gray
2013-08-12establish interrupt handlerMark Kettenis
2013-08-12proper atomic refcountsMark Kettenis
2013-08-12make the ttm agp backend slightly less horribleJonathan Gray
2013-08-12let the driver allocate and free GEM objectsMark Kettenis
2013-08-12use IPL_TTY for locks which originally involved spin_lock_irqJonathan Gray
2013-08-12enable the rest of ttm_bo_global_kobj_releaseJonathan Gray
2013-08-12unstub ttm_bo_wait_unreservedJonathan Gray
2013-08-12remove the printf in radeon_gem_object_initJonathan Gray
2013-08-12convert some free() use to drm_free() which checks for NULLJonathan Gray
2013-08-12unstub radeon_fence_wait_seq and radeon_fence_wait_any_seqJonathan Gray
2013-08-12cleanup kmap/kunmap/vmap/vunmap a bitMark Kettenis
2013-08-12add proper pmap flags to indicate cachabilityMark Kettenis
2013-08-12unstub radeon_sa_bo_new and radeon_sa_bo_freeJonathan Gray
2013-08-12correct use of the radeon_sa_manager mutexJonathan Gray
2013-08-12fix vmap(). problem pointed out by kettenisJonathan Gray
2013-08-12remove a noisy debug printfJonathan Gray
2013-08-12inc the bo refcount in ttm_bo_mmapJonathan Gray
2013-08-12hook up ttm to uvmMark Kettenis
2013-08-12init more of the structs in radeon_i2c_create_dpJonathan Gray
2013-08-12unstub radeon_dp_i2c_aux_chJonathan Gray
2013-08-12partially unstub rv770_pcie_gen2_enableJonathan Gray
2013-08-12partially unstub evergreen_pcie_gen2_enableJonathan Gray
2013-08-12unstub r600_ioctl_wait_idleJonathan Gray
2013-08-12unstub r600_dma_ib_testJonathan Gray
2013-08-12unstub r600_dma_ring_testJonathan Gray
2013-08-12add radeondrm_burner()Jonathan Gray
2013-08-12add radeondrm_getchar()Jonathan Gray
2013-08-12make radeondrm_show_screen() do a mode switchJonathan Gray
2013-08-12unstub radeon_suspend_kms and radeon_resume_kms and hook them upMark Kettenis
2013-08-12stop re-POSTing ATI videoMark Kettenis
2013-08-12unstub r600_pcie_gart_tlb_flushMark Kettenis
2013-08-12partially unstub r600_pcie_gen2_enableMark Kettenis
2013-08-12unstub rs600_gart_set_pageMark Kettenis
2013-08-12Implement hweight32 (based on FreeBSD's bitcount32) and use that toMark Kettenis
2013-08-12use IPL_TTY for locks which originally involved spin_lock_irqJonathan Gray
2013-08-12add back the original version of radeon_mode_dumb_mmap but keep it disabledJonathan Gray
2013-08-12enable the ttm bo delayed taskJonathan Gray
2013-08-12enable some more i2c parts in the atombios codeJonathan Gray
2013-08-12init mmio_idx_lockJonathan Gray
2013-08-12unstub r100_io_rreg and r100_io_wregJonathan Gray
2013-08-12map the io barJonathan Gray
2013-08-12unstub radeon_device_finiJonathan Gray
2013-08-12unstub evergreen and rv770 firmware loadingJonathan Gray
2013-08-12remove firmware headers, loaded via loadfirmware nowJonathan Gray
2013-08-12remove UMS compat codeJonathan Gray
2013-08-12unstub r600+ firmware loadingJonathan Gray