summaryrefslogtreecommitdiffstats
path: root/drivers/video/fb.c
Commit message (Expand)AuthorAgeFilesLines
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-1/+1
* drivers: video: fb: make locally used fb_set_shadowfb() staticAntony Pavlov2016-02-081-1/+1
* fb: alloc or free shadowfb whether fb enabled or disabledAleksey Kuleshov2015-11-061-2/+2
* fb: satisfy semantics for shadowfb's alloc/freeAleksey Kuleshov2015-11-061-2/+9
* fb: Add shadowfb supportSascha Hauer2015-08-201-0/+47
* fb: return original fb_info in FBIOGET_SCREENINFOSascha Hauer2015-08-201-1/+3
* Merge branch 'for-next/video'Sascha Hauer2015-08-061-0/+21
|\
| * video: Add generic fixup handler to reserve fb memorySascha Hauer2015-07-061-0/+21
* | video: implement framebuffer consoleAntony Pavlov2015-07-201-0/+3
* | fb: Add fb_enable/disable functionsSascha Hauer2015-07-201-5/+24
|/
* devinfo: make the output of "devinfo DEVICE" nicerHolger Schurig2014-06-021-5/+2
* fb: Fix use of unitialized variableSascha Hauer2014-04-081-8/+7
* video: Add edid supportSascha Hauer2014-03-291-3/+11
* video: rework mode_name parameter settingSascha Hauer2014-03-291-33/+74
* video: introduce struct display_timingsSascha Hauer2014-03-291-9/+11
* video: Add screen_size fieldSascha Hauer2013-12-201-0/+2
* video: set up the kernel's simple framebuffer driverAndre Heider2013-11-061-0/+7
* fb: add a line_length value to struct fb_infoAndre Heider2013-11-061-2/+9
* fb: make fb device a pure deviceSascha Hauer2013-08-071-63/+35
* driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-1/+2
* fb: Use dev_add_param_bool for enable parameterSascha Hauer2013-04-111-21/+12
* fb: calculate resource endJan Weitzel2013-04-021-2/+2
* fb: move add param to bus probeJean-Christophe PLAGNIOL-VILLARD2012-10-041-11/+12
* fb: add it's own bus for fb devicesJean-Christophe PLAGNIOL-VILLARD2012-09-231-4/+27
* resource: store 'end' instead of 'size' in struct resourceSascha Hauer2012-07-011-2/+2
* fb: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-301-6/+10
* fb: For multiple video modes print the available modes in devinfoSascha Hauer2011-02-071-0/+38
* fb: When setting a mode, also update xres, yres and fb sizeSascha Hauer2011-01-191-3/+9
* fb: update cdev map_baseSascha Hauer2011-01-141-0/+2
* Add the feature to change the video mode at runtimeJuergen Beisert2010-12-211-0/+35
* Fix default framebuffer 'enable' setJuergen Beisert2010-12-211-5/+4
* fb: set id for framebuffer device correctlySascha Hauer2010-11-121-0/+1
* fb: add a usage counter to prevent double enable/disableSascha Hauer2010-06-241-0/+5
* rework device parametersSascha Hauer2010-06-171-9/+12
* Add framebuffer supportSascha Hauer2009-07-311-0/+86