summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_fb_helper.c
AgeCommit message (Expand)Author
2017-12-20drm/framebuffer: Print task that allocated the fb in debug info.Maarten Lankhorst
2017-12-20drm/fb-helper: Add drm_fb_helper_defio_init()Noralf Trønnes
2017-12-20drm/fb-helper: Update DOC with new helpersNoralf Trønnes
2017-12-20drm/fb-helper: Add drm_fb_helper_fbdev_setup/teardown()Noralf Trønnes
2017-12-06drm/fb-helper: Fix potential NULL pointer dereferenceGustavo A. R. Silva
2017-12-04drm/fb-helper: Apply panel orientation connector prop to the primary plane, v6.Hans de Goede
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2017-11-29drm/fb_helper: Disable all crtc's when initial setup fails.Maarten Lankhorst
2017-11-23drm/fb: add support for not enabling fbcon on non-desktop displays [v2]Dave Airlie
2017-10-31drm/fb-helper: Add .last_close and .output_poll_changed helpersNoralf Trønnes
2017-10-31drm: Add drm_device->fb_helper pointerNoralf Trønnes
2017-10-31drm/fb-helper: Handle function NULL argumentNoralf Trønnes
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