summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_fb.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard1-12/+1
2019-07-17drm/omapdrm: drop use of drmP.hSam Ravnborg1-2/+2
2019-07-15Merge tag 'drm-next-2019-07-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+23
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-06-10drm/omap: add support for manually updated displaysSebastian Reichel1-0/+19
2019-05-20drm: Replace instances of drm_format_info by drm_get_format_infoMaxime Ripard1-1/+1
2019-05-20drm: Remove users of drm_format_num_planesMaxime Ripard1-1/+3
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-1/+1
2018-10-02drm/omap: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann1-1/+1
2018-05-25drm/omapdrm: Nuke omap_framebuffer_get_next_connector()Ville Syrjälä1-27/+0
2018-05-22drm/omap: Move buffer pitch/offset to drm_framebufferDaniel Stone1-13/+9
2018-05-22drm/omap: Move GEM BO to drm_framebufferDaniel Stone1-45/+15
2018-03-01drm: omapdrm: Use kernel integer typesLaurent Pinchart1-9/+9
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis1-3/+1
2017-08-15drm/omap: fix memory leak when FB init failsTomi Valkeinen1-1/+1
2017-06-02drm/omap: fix YUV422 rotation with TILERTomi Valkeinen1-0/+14
2017-06-02drm/omap: pass rotation to dispcTomi Valkeinen1-0/+2
2017-06-02drm/omap: remove omap_drm_winTomi Valkeinen1-18/+19
2017-06-02drm/omap: add drm_rotation_to_tiler helper()Tomi Valkeinen1-25/+31
2017-06-02drm/omap: rename color_mode to fourccTomi Valkeinen1-1/+1
2017-06-02drm/omap: cleanup formats arrayTomi Valkeinen1-29/+20
2017-06-02drm/omap: remove omap_framebuffer_get_formats()Tomi Valkeinen1-22/+0
2017-06-02drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_*Tomi Valkeinen1-16/+16
2017-06-02drm/omap: use u32 instead of enum omap_color_modeTomi Valkeinen1-4/+4
2017-06-02drm/omap: change supported_modes to an arrayTomi Valkeinen1-3/+11
2017-06-02drm/omap: remove dma & vrfb rotationTomi Valkeinen1-1/+1
2017-06-02drm/omap: 64bit compile fixesTomi Valkeinen1-1/+1
2017-06-02drm: omapdrm: Rename GEM DMA sync functionsLaurent Pinchart1-1/+1
2017-06-02drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()Laurent Pinchart1-3/+3
2017-06-02drm: omapdrm: Rename occurrences of paddr to dma_addrLaurent Pinchart1-10/+11
2017-06-02drm: omapdrm: Remove remap argument to omap_gem_get_paddr()Laurent Pinchart1-1/+1
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss1-9/+9
2017-01-23Merge tag 'omapdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie1-80/+84
2016-12-19drm: omapdrm: fb: Turn framebuffer creation error messages into debugLaurent Pinchart1-5/+5
2016-12-19drm: omapdrm: fb: Simplify mode command checks when creating framebufferLaurent Pinchart1-27/+23
2016-12-19drm: omapdrm: fb: Simplify objects lookup when creating framebufferLaurent Pinchart1-11/+18
2016-12-19drm: omapdrm: fb: Use format information provided by the DRM coreLaurent Pinchart1-45/+46
2016-12-19drm: omapdrm: fb: Limit number of planes per framebuffer to twoLaurent Pinchart1-2/+2
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä1-1/+1
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä1-4/+4
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen1-7/+7
2016-07-22GPU-DRM-OMAP: Delete unnecessary checks before two function callsMarkus Elfring1-2/+2
2016-06-09Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave Airlie1-8/+0
2016-06-09Merge tag 'topic/lockless-gem-bo-freeing-2016-06-01' of git://anongit.freedes...Dave Airlie1-8/+0
2016-06-06drm: omapdrm: Remove unused omap_framebuffer_bo functionLaurent Pinchart1-8/+0
2016-06-01drm/omapdrm: Nuke dummy fb->dirty callbackDaniel Vetter1-8/+0
2016-05-31drm/omap: include linux/seq_file.h where neededArnd Bergmann1-0/+2
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-1/+1
2016-03-03drm/omap: check if rotation is supported before commitTomi Valkeinen1-0/+8