CVS commit: src/sys/external/bsd/drm2/radeon

2015-11-05 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Nov 5 20:52:46 UTC 2015 Modified Files: src/sys/external/bsd/drm2/radeon: radeondrmkmsfb.c Log Message: set the "width" and "height" parameters from the surface_width and surface_height members. idea from the intel code and jmc

CVS commit: src/sys/external/bsd/drm2/radeon

2014-09-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Sep 17 15:53:15 UTC 2014 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: Suppress clang warning about `= {0}'. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/d

CVS commit: src/sys/external/bsd/drm2/radeon

2014-09-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Sep 17 15:59:53 UTC 2014 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: Suppress some more missing field initializer warnings from Clang. To generate a diff of this commit: cvs rdiff -u -r1.6

CVS commit: src/sys/external/bsd/drm2/radeon

2014-10-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Oct 2 10:17:53 UTC 2014 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: -Wno-unused-const-variable for radeon kv_dpm.c. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/exte

CVS commit: src/sys/external/bsd/drm2/radeon

2014-10-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Oct 2 10:56:09 UTC 2014 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: Spell -Wno-missing-prototypes correctly. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/external/bs

CVS commit: src/sys/external/bsd/drm2/radeon

2014-10-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Oct 2 11:15:07 UTC 2014 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: rv770_dpm.c needs -Wno-missing-field-initializers. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/

CVS commit: src/sys/external/bsd/drm2/radeon

2014-10-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Oct 2 12:17:59 UTC 2014 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: si_dpm.c needs -Wno-unused-const-variable. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/externa

CVS commit: src/sys/external/bsd/drm2/radeon

2014-10-02 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Oct 2 12:25:15 UTC 2014 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: trinity_dpm.c needs -Wno-unused-const-variable. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/ex

CVS commit: src/sys/external/bsd/drm2/radeon

2014-11-12 Thread Chuck Silvers
Module Name:src Committed By: chs Date: Wed Nov 12 16:07:17 UTC 2014 Modified Files: src/sys/external/bsd/drm2/radeon: radeondrmkmsfb.c Log Message: apply several changes from intelfb.c revs 1.7 through 1.9: - provide a setmode callback for genfb - add a pmf shutdown han

CVS commit: src/sys/external/bsd/drm2/radeon

2015-02-13 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Feb 14 06:58:12 UTC 2015 Modified Files: src/sys/external/bsd/drm2/radeon: radeon_pci.c Log Message: add a ugly hack to avoid difficult to understand failures with radeondrmkms on i386. the problem is that the pcdisplay@isa and

CVS commit: src/sys/external/bsd/drm2/radeon

2015-02-16 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Feb 16 12:17:57 UTC 2015 Modified Files: src/sys/external/bsd/drm2/radeon: radeon_pci.c Log Message: fix the previous. bus_space_map() returns *zero* on success. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/

CVS commit: src/sys/external/bsd/drm2/radeon

2015-03-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 1 10:07:01 UTC 2015 Modified Files: src/sys/external/bsd/drm2/radeon: radeon_pci.c Log Message: fix some comments about the half-working i386 hack. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/extern

CVS commit: src/sys/external/bsd/drm2/radeon

2015-04-18 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Apr 19 01:08:56 UTC 2015 Modified Files: src/sys/external/bsd/drm2/radeon: radeon_pci.c Log Message: apply some of the additional changes from Arto Huusko in PR#49645: - call pmf_device_deregister on detach. i've kept the "resum

CVS commit: src/sys/external/bsd/drm2/radeon

2015-05-28 Thread matthew green
Module Name:src Committed By: mrg Date: Fri May 29 05:48:46 UTC 2015 Modified Files: src/sys/external/bsd/drm2/radeon: radeon_pci.c Log Message: disable drmkms on r100 and most r200. works around PR#49744, etc. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.1

CVS commit: src/sys/external/bsd/drm2/radeon

2014-07-17 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Thu Jul 17 14:05:12 UTC 2014 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: Push -Wno-missing-prototypes into specific radeon source files. Don't apply it willy-nilly to the whole kernel! To gene

CVS commit: src/sys/external/bsd/drm2/radeon

2014-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jul 26 07:02:13 UTC 2014 Modified Files: src/sys/external/bsd/drm2/radeon: radeondrmkmsfb.c Log Message: Fix radeon framebuffer mmapping. The framebuffer is not a system-RAM-backed, TTM-managed object; rather, it is a VRAM

CVS commit: src/sys/external/bsd/drm2/radeon

2014-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jul 26 07:32:18 UTC 2014 Modified Files: src/sys/external/bsd/drm2/radeon: radeon_pci.c Log Message: Defer real radeon attachment until mountroot so we can load firmware. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/sys/external/bsd/drm2/radeon

2014-07-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jul 26 21:12:43 UTC 2014 Modified Files: src/sys/external/bsd/drm2/radeon: radeon_module.c Log Message: drmkms_ttm is not split into a module (yet). To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/exte

CVS commit: src/sys/external/bsd/drm2/radeon

2014-07-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Jul 28 00:02:50 UTC 2014 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: radeon depends on firmload. Noted by rjs@. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/external

CVS commit: src/sys/external/bsd/drm2/radeon

2020-01-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Jan 24 11:44:27 UTC 2020 Modified Files: src/sys/external/bsd/drm2/radeon: radeon_pci.c Log Message: If radeon attaches, prevent simplefb from claiming the console To generate a diff of this commit: cvs rdiff -u -r1.13 -r1

CVS commit: src/sys/external/bsd/drm2/radeon

2018-08-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 27 05:35:31 UTC 2018 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: Move autogenerated files from dist/ to end of files.radeon. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.1

CVS commit: src/sys/external/bsd/drm2/radeon

2018-08-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 27 05:35:54 UTC 2018 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: Replace per-file warning options in radeon by radeon-wide options. To generate a diff of this commit: cvs rdiff -u -r1.1

CVS commit: src/sys/external/bsd/drm2/radeon

2018-08-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 27 05:45:28 UTC 2018 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: regen files.radeon To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/external/bsd/drm2/radeon/files.

CVS commit: src/sys/external/bsd/drm2/radeon

2018-08-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 27 06:32:44 UTC 2018 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: radeon wants amd includes. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/external/bsd/drm2/radeo

CVS commit: src/sys/external/bsd/drm2/radeon

2018-08-26 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 27 06:39:51 UTC 2018 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: Fix radeon include order. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/external/bsd/drm2/radeon

CVS commit: src/sys/external/bsd/drm2/radeon

2018-08-27 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Mon Aug 27 07:46:48 UTC 2018 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: Disable radeon_acpi.c for now. Need to figure out how to get AC adapter events and stuff to us. To generate a diff of t

CVS commit: src/sys/external/bsd/drm2/radeon

2018-09-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Sep 21 11:31:50 UTC 2018 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: Appease GCC with a kernel sanitizer Add -Wno-maybe-uninitialized for radeon, a compiler warning is triggered by a false posit

CVS commit: src/sys/external/bsd/drm2/radeon

2019-01-26 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jan 27 05:05:37 UTC 2019 Modified Files: src/sys/external/bsd/drm2/radeon: files.radeon Log Message: Fix merge botch To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/external/bsd/drm2/radeon/files.radeon P