aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm2/drm_fb_helper.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Adjust function definition in drm_fb_helper.c to avoid clang 15 warningDimitry Andric2022-08-141-1/+1
* drm2: Remove unused variables.John Baldwin2022-04-131-6/+2
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* Revert drm2 removal.Warner Losh2018-08-241-0/+1490
* Remove legacy drm and drm2 from treeMatt Macy2018-08-221-1490/+0
* Correct pseudo misspelling in sys/ commentsEd Maste2018-02-231-1/+1
* Fix late monitor hotplug event.Michal Meloun2016-12-261-0/+22
* Remove taskqueue_enqueue_fast().John Baldwin2016-03-011-1/+1
* drm: Update the device-independent code to match Linux 3.8.13Jean-Sébastien Pédron2015-03-171-286/+233
* vt(4): Add support to "downgrade" from eg. vt_fb to vt_vgaJean-Sébastien Pédron2015-03-011-5/+7
* An update for the i915 GPU driver, which brings the code up to LinuxKonstantin Belousov2015-01-211-1/+4
* drm: When reading connector mode tunables, list connectorsJean-Sébastien Pédron2014-11-031-0/+3
* drm: Take vt(4) default mode from loader tunablesJean-Sébastien Pédron2014-11-031-166/+64
* drm: Don't "taskqueue" vt-switch if under DDB/panic situationJean-Sébastien Pédron2014-08-271-1/+7
* Remove #ifdef-s to reduce difference to upstream.Aleksandr Rybalko2014-07-221-31/+0
* Do not try to probe/attach if attempt to add fbd child are failed.Aleksandr Rybalko2013-12-121-1/+4
* Disable error message about failed attempt to attach fbd when drm2 built withAleksandr Rybalko2013-12-101-0/+2
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-051-5/+69
* Import Linux commit a1b7736dac5f2d5876e68c47a0fce3f423840070Jean-Sébastien Pédron2013-03-081-1/+4
* Add the code for new Intel GPU driver, which supports GEM, KMS andKonstantin Belousov2012-05-221-0/+1568