summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fb_helper.c
AgeCommit message (Expand)AuthorLines
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss-2/+2
2017-05-08format-security: move static strings to constKees Cook-1/+1
2017-04-06drm/fb-helper: Extract _legacy kms functionsDaniel Vetter-28/+44
2017-04-06drm: Add acquire ctx to ->gamma_set hookDaniel Vetter-1/+2
2017-04-06drm/fb-helper: Give up on kgdb for atomic driversDaniel Vetter-0/+6
2017-04-04Merge airlied/drm-next into drm-misc-nextSean Paul-3/+3
2017-03-31drm/fb-helper: Improve code readabilityThierry Reding-9/+16
2017-03-31drm/fb-helper: Reshuffle code for subsequent patchesThierry Reding-30/+29
2017-03-31drm/fb-helper: Cleanup checkpatch warningsThierry Reding-22/+32
2017-03-28Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie-3/+3
2017-03-23drm/fb-helper: Allow var->x/yres(_virtual) < fb->width/height againMichel Dänzer-3/+3
2017-03-02drm/fb-helper: implement ioctl FBIO_WAITFORVSYNCMaxime Ripard-0/+68
2017-02-28drm: Rename connector list iterator APIThierry Reding-2/+2
2017-02-28drm: Introduce drm_connector_{get,put}()Thierry Reding-6/+6
2017-02-26drm/fb-helper: Add multi buffer support for cma fbdevXinliang Liu-0/+10
2017-02-26Merge airlied/drm-next into drm-misc-nextDaniel Vetter-0/+3
2017-02-08drm: Cancel drm_fb_helper_resume_work on unloadChris Wilson-0/+1
2017-02-08drm: Cancel drm_fb_helper_dirty_work on unloadChris Wilson-0/+2
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter-25/+14
2017-02-07drm/fb-helper: Explain unload sequence a bit betterDaniel Vetter-3/+12
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi-5/+5
2017-01-25drm/kms-helpers: Use recommened kerneldoc for struct member refsDaniel Vetter-24/+24
2017-01-09drm: remove useless parameters from drm_pick_cmdline_mode functionVincent Abriou-4/+3
2016-12-27drm: Wrap the check for atomic_commit implementationDhinakaran Pandiyan-3/+3
2016-12-18drm: Convert all helpers to drm_connector_list_iterDaniel Vetter-4/+8
2016-12-15drm: Nuke fb->bits_per_pixelVille Syrjälä-4/+4
2016-12-15drm: Nuke fb->depthVille Syrjälä-1/+1
2016-11-29drm: Protect fb_helper list manipulation with a mutexChris Wilson-0/+5
2016-11-29drm: Pull together probe + setup for drm_fb_helperChris Wilson-26/+11
2016-11-29drm: Hold mode_config.lock to prevent hotplug whilst setting up crtcsChris Wilson-33/+40
2016-11-28drm: Fix shift operations for drm_fb_helper::drm_target_preferred()Chris Wilson-6/+7
2016-11-14drm/fb-helper: fix segfaults in drm_fb_helper_debug_*Stefan Christ-0/+6
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie-26/+42
2016-10-26drm/fb-helper: Keep references for the current set of used connectorsVille Syrjälä-24/+33
2016-10-26drm/fb-helper: Fix connector ref leak on errorVille Syrjälä-1/+6
2016-10-26drm/fb-helper: Don't call dirty callback for untouched clipsTakashi Iwai-1/+3
2016-10-22drm: RIP mode_config->rotation_propertyVille Syrjälä-6/+1
2016-10-21drm: Add support for optional per-plane rotation propertyVille Syrjälä-1/+5
2016-10-17drm/fb-helper: reject any changes to the fbdevStefan Agner-5/+8
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson-7/+2
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie-1/+1
2016-09-19drm/fb-helper: Fix sparse warningsVille Syrjälä-0/+2
2016-08-23drm/fb-helper: Make docs for fb_set_suspend wrappers consistentDaniel Vetter-5/+5
2016-08-23drm/fb-helper: Add drm_fb_helper_set_suspend_unlocked()Noralf Trønnes-1/+61
2016-08-18Revert "drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereference"Johannes Berg-1/+1
2016-08-16drm/doc: Fix more kerneldoc/sphinx warningsDaniel Vetter-1/+1
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter-1/+0
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen-2/+2
2016-06-22drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereferenceChris Wilson-1/+1
2016-06-21drm: Move master pointer from drm_minor to drm_deviceDaniel Vetter-1/+1