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