aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_fb_helper.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-02drm: Fix typo in commentsCai Huoqing1-1/+1
2021-05-26drm/fb-helper: improve DRM fbdev emulation device namesJavier Martinez Canillas1-1/+1
2021-03-11drm/fb-helper: only unmap if buffer not nullTong Zhang1-1/+1
2021-02-23Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-21/+0
2021-02-08drm: remove drm_fb_helper_modinitChristoph Hellwig1-21/+0
2020-12-22drm/fb-helper: Add a FIXME that generic_setup is very confusingDaniel Vetter1-0/+5
2020-12-15drm: add legacy support for using degamma for gammaTomi Valkeinen1-0/+5
2020-12-03drm/fb-helper: Add missed unlocks in setcmap_legacy()Chuhong Yuan1-5/+10
2020-11-24drm/fb-helper: Acquire modeset lock around shadow-buffer flushingThomas Zimmermann1-2/+18
2020-11-24drm/fb-helper: Copy dma-buf map before flushing shadow fbThomas Zimmermann1-2/+3
2020-11-24drm/fb-helper: Restore damage area upon errorsThomas Zimmermann1-3/+20
2020-11-24drm/fb-helper: Move damage blit code and its setup into separate routineThomas Zimmermann1-6/+21
2020-11-24drm/fb-helper: Separate shadow-buffer flushing and calling dirty callbackThomas Zimmermann1-3/+1
2020-11-24drm/fb-helper: Return early in damage workerThomas Zimmermann1-16/+15
2020-11-24drm/fb-helper: Rename dirty worker to damage workerThomas Zimmermann1-36/+29
2020-11-24drm/fb-helper: Unmap client buffer during shutdownThomas Zimmermann1-4/+9
2020-11-24drm/fb-helper: Call dirty helper after writing to fbdevThomas Zimmermann1-0/+3
2020-11-10drm/fb_helper: Use min_t() to handle size_t and unsigned longGeert Uytterhoeven1-2/+2
2020-11-09drm/fb_helper: Support framebuffers in I/O memoryThomas Zimmermann1-14/+206
2020-11-09drm/gem: Store client buffer mappings as struct dma_buf_mapThomas Zimmermann1-11/+21
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-1/+1
2020-10-08drm/fb-helper: Add locking to sysrq handlingDaniel Vetter1-21/+5
2020-10-02tty/sysrq: Extend the sysrq_key_table to cover capital lettersAndrzej Pietrasiewicz1-1/+1
2020-08-11Merge tag 'v5.8' into drm-nextDave Airlie1-1/+5
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-1/+1
2020-07-27drm/drm_fb_helper: fix fbdev with sparc64Sam Ravnborg1-1/+5
2020-07-24Merge v5.8-rc6 into drm-nextDave Airlie1-14/+49
2020-07-10drm: fb-helper: Convert logging to drm_* functions.Suraj Upadhyay1-1/+1
2020-06-24drm/fb-helper: Fix vt restoreDaniel Vetter1-14/+49
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-2/+2
2020-05-15drm: constify sysrq_key_opEmil Velikov1-2/+2
2020-04-08drm/fb-helper: Remove return value from drm_fbdev_generic_setup()Thomas Zimmermann1-11/+12
2020-03-27drm/fb-helper: Add TODO for making drm_fb_helper_alloc_fbi fill aperturesHans de Goede1-0/+8
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya1-4/+2
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard1-2/+9
2020-02-11drm/client: Rename _force to _lockedDaniel Vetter1-2/+2
2020-02-11drm/fbdev-helper: don't force restoresDaniel Vetter1-11/+1
2020-01-20Backmerge v5.5-rc7 into drm-nextDave Airlie1-1/+6
2020-01-09Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-173/+29
2020-01-07drm/fb-helper: Round up bits_per_pixel if possibleGeert Uytterhoeven1-1/+6
2019-12-29drm: Handle connector tile support only for modes that match tile sizeManasi Navare1-1/+3
2019-12-19drm/fb-helper: convert to drm device based loggingJani Nikula1-16/+20
2019-12-05drm: constify fb ops across all driversJani Nikula1-1/+1
2019-12-03drm/fb-helper: don't preserve fb_ops across deferred IO useJani Nikula1-22/+3
2019-11-19drm/fb-helper: Remove drm_fb_helper_unlink_fbi()Thomas Zimmermann1-15/+1
2019-11-13drm/fb-helper: unexport drm_fb_helper_generic_probeDaniel Vetter1-11/+3
2019-11-07drm/fb-helper: Remove drm_fb_helper_fbdev_{setup, teardown}()Thomas Zimmermann1-108/+1
2019-10-28drm/fb-helper: Remove drm_fb_helper_defio_init() and update docsThomas Zimmermann1-48/+13
2019-09-30drm/fb-helper: Include prototype for drm_fb_helper_modinit()Ville Syrjälä1-0/+1
2019-07-09drm/fb-helper: Instanciate shadow FB if configured in device's mode_configThomas Zimmermann1-3/+15