aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_fbdev.c
Commit message (Expand)AuthorAgeFilesLines
* drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfixThomas Zimmermann2022-11-051-1/+1
* drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfixThomas Zimmermann2022-11-051-1/+1
* drm/fb_helper: Rename field fbdev to info in struct drm_fb_helperThomas Zimmermann2022-11-051-1/+1
* drm: Remove drm_mode_config::fb_baseZack Rusin2022-10-191-2/+0
* drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä2022-06-201-0/+1
* drm: omapdrm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-11-101-1/+1
* drm/omapdrm: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov2020-05-191-1/+1
* drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya2020-03-061-4/+0
* drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya2020-03-061-1/+1
* drm: constify fb ops across all driversJani Nikula2019-12-051-1/+1
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-12/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | drm/omapdrm: drop use of drmP.hSam Ravnborg2019-07-171-0/+2
* | drm/omapdrm: drop fb_debug_enter/leaveDaniel Vetter2019-06-211-2/+0
|/
* drm/omap: Use drm_fb_helper_fill_infoDaniel Vetter2019-03-271-5/+1
* drm: move drm_can_sleep() to drm_util.hSam Ravnborg2019-01-141-0/+1
* drm/omap: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-10-021-1/+1
* drm/omap: Group CRTC, encoder, connector and dssdev in a structureLaurent Pinchart2018-09-031-2/+2
* drm/omap: gem: Replace struct_mutex usage with omap_obj private lockLaurent Pinchart2018-06-281-7/+1
* drm/omap: Init fbdev emulation only when we have displaysPeter Ujfalusi2018-03-011-0/+3
* drm/omap: cleanup fbdev init/freeTomi Valkeinen2018-03-011-10/+8
* drm/omap: fix omap_fbdev_free() when omap_fbdev_create() wasn't calledTomi Valkeinen2018-03-011-1/+2
* drm/omap: fbdev: avoid double initializer entryTomi Valkeinen2018-03-011-3/+9
* drm/omap: fbdev: use 'screen_buffer' fieldTomi Valkeinen2018-03-011-1/+1
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-3/+1
* drm/omap: drop incorrect commentSebastian Reichel2017-12-191-3/+0
* drm/<drivers>: Drop fbdev info flagsDaniel Vetter2017-07-261-1/+0
* drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()Laurent Pinchart2017-06-021-5/+4
* drm: omapdrm: Rename occurrences of paddr to dma_addrLaurent Pinchart2017-06-021-4/+4
* drm: omapdrm: Remove remap argument to omap_gem_get_paddr()Laurent Pinchart2017-06-021-1/+1
* drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-071-4/+0
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-2/+1
* drm/omap: Stop using drm_framebuffer_unregister_privateDaniel Vetter2017-01-121-6/+2
* drm: Nuke fb->depthVille Syrjälä2016-12-151-1/+1
* drm/omapdrm: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ2016-11-141-4/+1
* drm/omapdrm: don't call drm_helper_disable_unused_functionsDaniel Vetter2016-06-211-3/+0
* drm/omap: fix pitch round-upTomi Valkeinen2016-06-061-2/+2
* drm/omap: remove align_pitch()Tomi Valkeinen2016-06-061-3/+2
* drm/omapdrm: Use unlocked gem unreferencingDaniel Vetter2016-04-201-1/+1
* drm: omapdrm: Make fbdev emulation optionalLaurent Pinchart2015-12-311-0/+4
* drm/omap: fix fbdev pix format to support all platformsTomi Valkeinen2015-12-141-4/+1
* drm/omap: Use new drm_fb_helper functionsArchit Taneja2015-08-061-25/+13
* drm/omap: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick2015-07-021-1/+1
* drm: omapdrm: Clean up #include'sLaurent Pinchart2015-06-121-3/+3
* drm: omapdrm: Remove manual update display supportLaurent Pinchart2015-03-201-53/+4
* drm/fb-helper: Propagate errors from initial config failureThierry Reding2015-01-211-2/+8
* drm: Introduce drm_fb_helper_prepare()Thierry Reding2014-07-081-1/+1
* drm: Constify struct drm_fb_helper_funcsThierry Reding2014-07-081-1/+1
* drm/omap: fix missing unref to fb's buf objectTomi Valkeinen2014-04-141-0/+3
* drm: Drop all the stub gamma_get, gamma_set, load_lut functions from driversVille Syrjälä2013-06-171-14/+0