summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fb_helper.c
Commit message (Expand)AuthorAgeFilesLines
* drm: Replace kzalloc with kcallocHarsha Sharma2017-10-131-1/+1
* drm/fb-helper: Avoid NULL ptr dereference in fb_set_suspend()Noralf Trønnes2017-09-021-3/+3
* drm/fb-helper: pass physical dimensions to fbdevDavid Lechner2017-08-071-2/+15
* drm/fb-helper: add new drm_setup_crtcs_fb() functionDavid Lechner2017-08-031-12/+18
* drm/fb: Fix pointer dereference before null check.David Lechner2017-08-031-1/+1
* drm/fb-helper: Support deferred setupDaniel Vetter2017-07-261-35/+67
* drm/fb-helper: separate the fb_setcmap helper into atomic and legacy pathsPeter Rosin2017-07-141-71/+160
* drm/fb-helper: remove drm_fb_helper_save_lut_atomicPeter Rosin2017-07-061-17/+0
* drm/fb-helper: keep the .gamma_store updated in drm_fb_helper_setcmapPeter Rosin2017-07-061-0/+19
* drm/fb-helper: factor out pseudo-palettePeter Rosin2017-07-061-23/+37
* drm/fb-helper: Split dpms handling into legacy and atomic pathsDaniel Vetter2017-07-061-65/+50
* drm/fb-helper: Stop using mode_config.mutex for internalsDaniel Vetter2017-07-061-25/+8
* drm/fb-helper: Push locking into restore_fbdev_mode_atomic|legacyDaniel Vetter2017-07-061-23/+25
* drm/fb-helper: Push locking into pan_display_atomic|legacyDaniel Vetter2017-07-061-10/+18
* drm/fb-helper: Drop locking from the vsync wait ioctl codeDaniel Vetter2017-07-061-2/+0
* drm/fb-helper: Push locking in fb_is_boundDaniel Vetter2017-07-061-15/+9
* drm/fb-helper: Add top-level lockThierry Reding2017-07-061-4/+43
* drm/fb-helper: Push down modeset lock into FB helpersThierry Reding2017-07-061-6/+34
* drm/fb-helper: Remove drm_mode_config_fb.Maarten Lankhorst2017-07-041-18/+4
* drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-221-2/+2
* format-security: move static strings to constKees Cook2017-05-081-1/+1
* drm/fb-helper: Extract _legacy kms functionsDaniel Vetter2017-04-061-28/+44
* drm: Add acquire ctx to ->gamma_set hookDaniel Vetter2017-04-061-1/+2
* drm/fb-helper: Give up on kgdb for atomic driversDaniel Vetter2017-04-061-0/+6
* Merge airlied/drm-next into drm-misc-nextSean Paul2017-04-041-3/+3
|\
| * Backmerge tag 'v4.11-rc4' into drm-nextDave Airlie2017-03-281-3/+3
| |\
| | * drm/fb-helper: Allow var->x/yres(_virtual) < fb->width/height againMichel Dänzer2017-03-231-3/+3
* | | drm/fb-helper: Improve code readabilityThierry Reding2017-03-311-9/+16
* | | drm/fb-helper: Reshuffle code for subsequent patchesThierry Reding2017-03-311-30/+29
* | | drm/fb-helper: Cleanup checkpatch warningsThierry Reding2017-03-311-22/+32
|/ /
* | drm/fb-helper: implement ioctl FBIO_WAITFORVSYNCMaxime Ripard2017-03-021-0/+68
* | drm: Rename connector list iterator APIThierry Reding2017-02-281-2/+2
* | drm: Introduce drm_connector_{get,put}()Thierry Reding2017-02-281-6/+6
* | drm/fb-helper: Add multi buffer support for cma fbdevXinliang Liu2017-02-261-0/+10
* | Merge airlied/drm-next into drm-misc-nextDaniel Vetter2017-02-261-0/+3
|\ \ | |/
| * drm: Cancel drm_fb_helper_resume_work on unloadChris Wilson2017-02-081-0/+1
| * drm: Cancel drm_fb_helper_dirty_work on unloadChris Wilson2017-02-081-0/+2
* | drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-071-25/+14
* | drm/fb-helper: Explain unload sequence a bit betterDaniel Vetter2017-02-071-3/+12
|/
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-5/+5
* drm/kms-helpers: Use recommened kerneldoc for struct member refsDaniel Vetter2017-01-251-24/+24
* drm: remove useless parameters from drm_pick_cmdline_mode functionVincent Abriou2017-01-091-4/+3
* drm: Wrap the check for atomic_commit implementationDhinakaran Pandiyan2016-12-271-3/+3
* drm: Convert all helpers to drm_connector_list_iterDaniel Vetter2016-12-181-4/+8
* drm: Nuke fb->bits_per_pixelVille Syrjälä2016-12-151-4/+4
* drm: Nuke fb->depthVille Syrjälä2016-12-151-1/+1
* drm: Protect fb_helper list manipulation with a mutexChris Wilson2016-11-291-0/+5
* drm: Pull together probe + setup for drm_fb_helperChris Wilson2016-11-291-26/+11
* drm: Hold mode_config.lock to prevent hotplug whilst setting up crtcsChris Wilson2016-11-291-33/+40
* drm: Fix shift operations for drm_fb_helper::drm_target_preferred()Chris Wilson2016-11-281-6/+7
OpenPOWER on IntegriCloud