summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_fb_helper.c
AgeCommit message (Expand)Author
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
2016-11-28drm: Fix shift operations for drm_fb_helper::drm_target_preferred()Chris Wilson
2016-11-14drm/fb-helper: fix segfaults in drm_fb_helper_debug_*Stefan Christ
2016-11-07Backmerge tag 'v4.9-rc4' into drm-nextDave Airlie
2016-10-26drm/fb-helper: Keep references for the current set of used connectorsVille Syrjälä
2016-10-26drm/fb-helper: Fix connector ref leak on errorVille Syrjälä
2016-10-26drm/fb-helper: Don't call dirty callback for untouched clipsTakashi Iwai
2016-10-22drm: RIP mode_config->rotation_propertyVille Syrjälä
2016-10-21drm: Add support for optional per-plane rotation propertyVille Syrjälä
2016-10-17drm/fb-helper: reject any changes to the fbdevStefan Agner
2016-10-17drm: Add reference counting to drm_atomic_stateChris Wilson
2016-09-28Merge tag 'v4.8-rc8' into drm-nextDave Airlie
2016-09-19drm/fb-helper: Fix sparse warningsVille Syrjälä
2016-08-23drm/fb-helper: Make docs for fb_set_suspend wrappers consistentDaniel Vetter
2016-08-23drm/fb-helper: Add drm_fb_helper_set_suspend_unlocked()Noralf Trønnes
2016-08-18Revert "drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereference"Johannes Berg
2016-08-16drm/doc: Fix more kerneldoc/sphinx warningsDaniel Vetter
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen
2016-06-22drm/fb-helper: Reduce READ_ONCE(master) to lockless_dereferenceChris Wilson
2016-06-21drm: Move master pointer from drm_minor to drm_deviceDaniel Vetter
2016-06-09drm: Replace fb_helper->atomic with mode_config->atomic_commitDaniel Vetter