summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_fb_helper.c
AgeCommit message (Expand)Author
2017-11-23drm/fb: add support for not enabling fbcon on non-desktop displays [v2]Dave Airlie
2017-10-13drm: Replace kzalloc with kcallocHarsha Sharma
2017-09-02drm/fb-helper: Avoid NULL ptr dereference in fb_set_suspend()Noralf Trønnes
2017-08-07drm/fb-helper: pass physical dimensions to fbdevDavid Lechner
2017-08-03drm/fb-helper: add new drm_setup_crtcs_fb() functionDavid Lechner
2017-08-03drm/fb: Fix pointer dereference before null check.David Lechner
2017-07-26drm/fb-helper: Support deferred setupDaniel Vetter
2017-07-14drm/fb-helper: separate the fb_setcmap helper into atomic and legacy pathsPeter Rosin
2017-07-06drm/fb-helper: remove drm_fb_helper_save_lut_atomicPeter Rosin
2017-07-06drm/fb-helper: keep the .gamma_store updated in drm_fb_helper_setcmapPeter Rosin
2017-07-06drm/fb-helper: factor out pseudo-palettePeter Rosin
2017-07-06drm/fb-helper: Split dpms handling into legacy and atomic pathsDaniel Vetter
2017-07-06drm/fb-helper: Stop using mode_config.mutex for internalsDaniel Vetter
2017-07-06drm/fb-helper: Push locking into restore_fbdev_mode_atomic|legacyDaniel Vetter
2017-07-06drm/fb-helper: Push locking into pan_display_atomic|legacyDaniel Vetter
2017-07-06drm/fb-helper: Drop locking from the vsync wait ioctl codeDaniel Vetter
2017-07-06drm/fb-helper: Push locking in fb_is_boundDaniel Vetter
2017-07-06drm/fb-helper: Add top-level lockThierry Reding
2017-07-06drm/fb-helper: Push down modeset lock into FB helpersThierry Reding
2017-07-04drm/fb-helper: Remove drm_mode_config_fb.Maarten Lankhorst
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss
2017-05-08format-security: move static strings to constKees Cook
2017-04-06drm/fb-helper: Extract _legacy kms functionsDaniel Vetter
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter
2017-04-06drm/fb-helper: Give up on kgdb for atomic driversDaniel Vetter
2017-04-04Merge airlied/drm-next into drm-misc-nextSean Paul
2017-03-31drm/fb-helper: Improve code readabilityThierry Reding
2017-03-31drm/fb-helper: Reshuffle code for subsequent patchesThierry Reding
2017-03-31drm/fb-helper: Cleanup checkpatch warningsThierry Reding
2017-03-28Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie
2017-03-23drm/fb-helper: Allow var->x/yres(_virtual) < fb->width/height againMichel Dänzer
2017-03-02drm/fb-helper: implement ioctl FBIO_WAITFORVSYNCMaxime Ripard
2017-02-28drm: Rename connector list iterator APIThierry Reding
2017-02-28drm: Introduce drm_connector_{get,put}()Thierry Reding
2017-02-26drm/fb-helper: Add multi buffer support for cma fbdevXinliang Liu
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter
2017-02-08drm: Cancel drm_fb_helper_resume_work on unloadChris Wilson
2017-02-08drm: Cancel drm_fb_helper_dirty_work on unloadChris Wilson
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter
2017-02-07drm/fb-helper: Explain unload sequence a bit betterDaniel Vetter
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi
2017-01-25drm/kms-helpers: Use recommened kerneldoc for struct member refsDaniel Vetter
2017-01-09drm: remove useless parameters from drm_pick_cmdline_mode functionVincent Abriou
2016-12-27drm: Wrap the check for atomic_commit implementationDhinakaran Pandiyan
2016-12-18drm: Convert all helpers to drm_connector_list_iterDaniel Vetter
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä
2016-12-15drm: Nuke fb->depthVille Syrjälä
2016-11-29drm: Protect fb_helper list manipulation with a mutexChris Wilson
2016-11-29drm: Pull together probe + setup for drm_fb_helperChris Wilson
2016-11-29drm: Hold mode_config.lock to prevent hotplug whilst setting up crtcsChris Wilson