summaryrefslogtreecommitdiffstats
path: root/sys/dev/drm2/radeon
Commit message (Expand)AuthorAgeFilesLines
* drm: Update the device-independent code to match Linux 3.8.13dumbbell2015-03-1772-1432/+1320
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgadumbbell2015-03-011-0/+2
* After r278004 was committed, Bruce Evans noted that the casts weredim2015-02-092-7/+7
* Constify a number of accesses in drm2's radeon drivers to avoiddim2015-01-312-9/+9
* An update for the i915 GPU driver, which brings the code up to Linuxkib2015-01-212-3/+3
* drm/radeon: Lower priority of a message related to invalid EDIDdumbbell2014-11-161-1/+1
* drm: Lower priority of two messages related to invalid EDIDdumbbell2014-11-021-1/+1
* Port the TTM AGP backend to the FreeBSD agp driver and enable AGP supporttijl2014-10-303-6/+27
* drm/radeon: Fix a memory leak when radeonkms is unloadeddumbbell2014-08-281-0/+1
* Merge change from upstream linux kernel submitted by OpenBSD:sbruno2014-07-212-22/+5
* Revert r268543.rpaulo2014-07-122-2/+2
* Move iic.h to sys/ so that it's automatically installed in /usr/include/sys.rpaulo2014-07-122-2/+2
* Fix DMA handling in radeon_dummy_page_init():marius2014-05-281-2/+2
* drm/radeon: Add 32bit ioctls supportdumbbell2014-05-032-259/+166
* Abort when firmware isn't present in R600+ models.rmh2014-02-042-0/+12
* drm/ttm, drm/radeon: Replace EINTR/ERESTART by ERESTARTSYS...dumbbell2013-12-212-2/+8
* drm/radeon: radeon_dp_i2c_aux_ch() must return 0 on FreeBSDdumbbell2013-12-081-1/+1
* drm/radeon: agp_info->ai_aperture_size is in bytes, not Mbytesdumbbell2013-12-081-3/+3
* Merge VT(9) project (a.k.a. newcons).ray2013-12-054-73/+48
|\
| * MFC @r258947.ray2013-12-0517-98/+98
| |\
| * \ MFC @r258091.ray2013-11-132-3/+2
| |\ \
| * | | drm/radeon: Fix build of radeon_fb.c on i386dumbbell2013-11-121-1/+3
| * | | drm/radeon: Implement the FB_GETINFO() newbus callbackdumbbell2013-11-023-21/+23
| * | | Change drm2 to attach fbd as device.ray2013-10-311-0/+27
| * | | MFC @r256953ray2013-10-231-0/+1
| |\ \ \
| * | | | o Update drivers according to fb_info structure changes.ray2013-10-221-0/+3
| * | | | drm/radeon: Fill "struct fb_info" for Newconsdumbbell2013-10-102-72/+13
* | | | | Initialize modesetting sysctls in radeonkms.rmh2013-12-051-0/+7
| |_|_|/ |/| | |
* | | | Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-3017-93/+93
* | | | Similar to the (1 << 31) case it is not defined to do (2 << 30).eadler2013-11-303-5/+5
| |_|/ |/| |
* | | drm/radeon: Wake up userland after page flipdumbbell2013-11-081-3/+1
* | | drm: Initialize "handle" to 0 before calling drm_gem_handle_create()dumbbell2013-11-081-0/+1
| |/ |/|
* | drm/radeon: radeonkms depends on firmware(9)dumbbell2013-10-191-0/+1
|/
* drm/radeon: Add missing "return false" after unmapping invalid BIOSdumbbell2013-09-151-0/+1
* drm/radeon: Fix usage of pci_save_state() and pci_restore_state()dumbbell2013-09-144-8/+8
* drm/radeon: Fix usage of vga_pci_map_bios()dumbbell2013-09-141-3/+5
* drm/radeon: Rename the (S)DEBUG macros in atom.c to avoid conflictsdumbbell2013-08-261-100/+100
* drm/radeon: Import the Radeon KMS driverdumbbell2013-08-25145-0/+130362
OpenPOWER on IntegriCloud