summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/radeon
AgeCommit message (Expand)Author
2014-07-12Print a line in dmesg to indicate if the aperture driver isJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-06drm/radeon: avoid segfault on device open when accel is not working.Jonathan Gray
2014-07-06drm/radeon: handle non-VGA class pci devices with ATRMJonathan Gray
2014-07-06drm/radeon: also try GART for CPU accessed buffersJonathan Gray
2014-07-03Get clocks from Open Firmware on macppc and sparc64.Mark Kettenis
2014-06-21drm/radeon/si: make sure mc ucode is loaded before checking the sizeJonathan Gray
2014-06-21drm/radeon: memory leak on bo reservation failure. v2Jonathan Gray
2014-06-20sf@ pointed out that atom.c defines a DEBUG macro that takes arguments,Jonathan Gray
2014-05-03drm/radeon: call drm_edid_to_eld when we update the edidJonathan Gray
2014-04-12drm/radeon/atom: select the proper number of lanes in transmitter setupJonathan Gray
2014-04-12drm/radeon: TTM must be init with cpu-visible VRAM, v2Jonathan Gray
2014-04-07reduce the diff to linux for drm pci vid/pid testsJonathan Gray
2014-03-30drm/radeon: disable pll sharing for DP on DCE4.1Jonathan Gray
2014-03-30drm/radeon: fix missing bo reservationJonathan Gray
2014-03-24Another round of reducing diffs with the Linux codebase.Mark Kettenis
2014-03-13Block userland from entering drm code (and make sure it is no longer in there)Mark Kettenis
2014-03-09drm/radeon: set the full cache bit for fences on r7xx+Jonathan Gray
2014-02-25Some broken BIOSen don't assign an address to the ROM BAR. Fix this up, as weMark Kettenis
2014-02-23Give drm(4) a console locator just like wsdisplay(4) such that we can makeMark Kettenis
2014-02-15drm/radeon/DCE4+: clear bios scratch dpms bit (v2)Jonathan Gray
2014-02-15drm/radeon: fix surface sync in fence on cayman (v2)Jonathan Gray
2014-02-15drm/radeon: disable ss on DP for DCE3.xJonathan Gray
2014-02-15drm/radeon: skip colorbuffer checking if COLOR_INFO.FORMAT is set to INVALIDJonathan Gray
2014-02-15radeon/pm: Guard access to rdev->pm.power_state arrayJonathan Gray
2014-02-15drm/radeon: warn users when hw_i2c is enabled (v2)Jonathan Gray
2014-02-10drm/radeon: expose render backend mask to the userspaceJonathan Gray
2014-02-10drm/radeon: fix render backend setup for SI and CIKJonathan Gray
2014-02-10drm/radeon/atom: fix bus probes when hw_i2c is set (v2)Jonathan Gray
2014-02-10radeon: workaround pinning failure on low ram gpuJonathan Gray
2014-02-10radeon/i2c: do not count reg index in number of i2c byte we are writing.Jonathan Gray
2014-02-10drm/radeon: don't share PPLLs on DCE4.1Jonathan Gray
2014-02-10drm/radeon: forever loop on error in radeon_do_test_moves()Jonathan Gray
2014-02-10drm/radeon: fix typo in CP DMA register headersJonathan Gray
2014-02-10drm/radeon: Make r100_cp_ring_info() and radeon_ring_gfx() safe (v2)Jonathan Gray
2014-02-10drm/radeon: fix panel scaling with eDP and LVDS bridgesJonathan Gray
2014-02-10drm/radeon/si: Add support for CP DMA to CS checker for compute v2Jonathan Gray
2014-02-10drm/radeon: fix handling of variable sized arrays for router objectsJonathan Gray
2014-02-10drm/radeon: fix LCD record parsingJonathan Gray
2014-02-10drm/radeon: fix endian bugs in hw i2c atom routinesJonathan Gray
2014-02-10drm/radeon: improve dac adjust heuristics for legacy pdacJonathan Gray
2014-02-10drm/radeon: Another card with wrong primary dac adjJonathan Gray
2014-02-10drm/radeon: fix endian issues with DP handling (v3)Jonathan Gray
2014-02-09drm/radeon: allow selection of alignment in the sub-allocatorJonathan Gray
2014-02-09drm/radeon: allocate SA bo in the requested domainJonathan Gray
2014-02-09drm/radeon/hdmi: make sure we have an afmt block assignedJonathan Gray
2014-02-09drm/radeon: update lockup tracking when scheduling in empty ringJonathan Gray
2014-02-09drm/radeon: do not try to uselessly update virtual memory pagetableJonathan Gray
2014-02-09drm/radeon: don't allow audio on DCE6Jonathan Gray
2014-02-09drm/radeon: fix card_posted check for newer asicsJonathan Gray