summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fb_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm/fb-helper: Add module option to disable fbdev emulationDaniel Vetter2015-09-081-0/+29
* drm/fb-helper: Use -errno return in restore_mode_unlockedDaniel Vetter2015-09-081-8/+11
* drm/core: Set mode to NULL when connectors in a set drops to 0.Maarten Lankhorst2015-08-111-2/+5
* drm/fb-helper: Move drm_fb_helper_force_kernel_mode() inside #ifdefGeert Uytterhoeven2015-08-061-25/+25
* drm/fb-helper: Clarify drm_fb_helper_restore_fbdev_mode*()Geert Uytterhoeven2015-08-061-18/+3Star
* drm/fb-helper: Stop using trylocks in force_restoreDaniel Vetter2015-08-061-10/+1Star
* drm/fbdev: Return -EBUSY when oopsingDaniel Vetter2015-08-061-12/+12
* drm/fb_helper: Create a wrapper for fb_set_suspendArchit Taneja2015-08-061-0/+14
* drm/fb_helper: Create wrappers for blit, copyarea and fillrect funcsArchit Taneja2015-08-061-0/+84
* drm/fb_helper: Create wrappers for fb_sys_read/write funcsArchit Taneja2015-08-061-0/+32
* drm/fb_helper: Create a wrapper for unlink_framebufferArchit Taneja2015-08-061-0/+13
* drm/fb_helper: Add drm_fb_helper functions to manage fb_info creationArchit Taneja2015-08-061-0/+80
* Merge tag 'topic/connector-locking-2015-07-23' of git://anongit.freedesktop.o...Dave Airlie2015-07-241-7/+12
|\
| * drm/fbdev-helper: Grab mode_config.mutex in drm_fb_helper_single_add_all_conn...Daniel Vetter2015-07-221-2/+7
| * drm: Add modeset object iteratorsDaniel Vetter2015-07-221-5/+5
* | drm/fb: drop panic handlingDave Airlie2015-07-161-26/+0Star
|/
* drm/drm: constify all struct drm_*_helper funcs pointersJani Nikula2015-04-071-4/+4
* drm: fb_helper: Simplify exit conditionDaniel Stone2015-03-231-3/+3
* drm/fb: handle tiled connectors betterRob Clark2015-03-111-3/+23
* drm/fb: small cleanupRob Clark2015-03-111-13/+15
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-02-171-1/+1
|\
| * Merge tag 'topic/core-stuff-2015-01-23' of git://anongit.freedesktop.org/drm-...Dave Airlie2015-01-261-1/+1
| |\
| | * drm/fb-helper: Propagate errors from initial config failureThierry Reding2015-01-211-1/+1
* | | drm: fix fb-helper vs MST dangling connector ptrs (v2)Rob Clark2015-01-301-0/+30
|/ /
* / drm: fb helper should avoid sleeping in panic contextRui Wang2015-01-211-2/+6
|/
* drm/fb: add support for tiled monitor configurations. (v2)Dave Airlie2014-12-091-20/+101
* drm/fb_helper: move deferred fb checking into restore mode (v2)Dave Airlie2014-12-091-4/+9
* drm: Remove compiler BUG_ON() testPeter Hurley2014-11-041-1/+0Star
* Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-09-031-3/+3
|\
| * drm: fix plane rotation when restoring fbdev configurationThomas Wood2014-08-201-3/+3
* | Merge tag 'drm-intel-next-2014-08-08' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-08-261-1/+8
|\|
| * drm: Resetting rotation propertySonika Jindal2014-08-081-1/+8
* | drm: Use the type of the array element when reallocatingDamien Lespiau2014-08-141-1/+1
* | drm: trylock modest locking for fbdev panicsDaniel Vetter2014-08-081-5/+5
* | drm: Perform cmdline mode parsing during connector initialisationChris Wilson2014-08-061-61/+3Star
|/
* drm/fb_helper: allow adding/removing connectors laterDave Airlie2014-07-081-0/+53
* drm: Introduce drm_fb_helper_prepare()Thierry Reding2014-07-081-10/+37
* drm/fb-helper: Fix hpd vs. initial config racesDaniel Vetter2014-07-081-6/+5Star
* drm/fb-helper: Remove unnecessary list empty check in drm_fb_helper_debug_ent...Liu Ying2014-06-191-3/+0Star
* drm/fb-helper: Redundant info->fix.type_aux setting in drm_fb_helper_fill_fix()Liu Ying2014-06-191-1/+0Star
* drm: add drm_fb_helper_restore_fbdev_mode_unlocked()Rob Clark2014-06-051-14/+36
* drm: convert crtc and connection_mutex to ww_mutex (v5)Rob Clark2014-06-051-0/+4
* drm: replace drm_get_connector_name() with direct name field useJani Nikula2014-06-041-3/+3
* drm/fb: Fix typosThierry Reding2014-04-291-3/+3
* drm: Try to acquire modeset lock on panic or sysrqThierry Reding2014-04-291-1/+10
* drm: Prefer noninterlace cmdline mode unless explicitly specifiedTakashi Iwai2014-04-041-0/+11
* drm: Replace crtc fb with primary plane fb (v3)Matt Roper2014-04-021-3/+3
* drm: Add support for multiple plane types (v2)Matt Roper2014-04-021-1/+2
* drm/fb-helper: improve drm_fb_helper_initial_config lockingDaniel Vetter2014-03-211-0/+2
* Merge branch 'topic/core-stuff' of git://git.freedesktop.org/git/drm-intel in...Dave Airlie2014-03-181-9/+4Star
|\