summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_fb.c
Commit message (Expand)AuthorAgeFilesLines
* drm/omapdrm: drop use of drmP.hSam Ravnborg2019-07-171-2/+2
* drm/omap: add support for manually updated displaysSebastian Reichel2019-06-101-0/+19
* drm: Replace instances of drm_format_info by drm_get_format_infoMaxime Ripard2019-05-201-1/+1
* drm: Remove users of drm_format_num_planesMaxime Ripard2019-05-201-1/+3
* drm: Split out drm_probe_helper.hDaniel Vetter2019-01-241-1/+1
* drm/omap: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-10-021-1/+1
* drm/omapdrm: Nuke omap_framebuffer_get_next_connector()Ville Syrjälä2018-05-251-27/+0
* drm/omap: Move buffer pitch/offset to drm_framebufferDaniel Stone2018-05-221-13/+9
* drm/omap: Move GEM BO to drm_framebufferDaniel Stone2018-05-221-45/+15
* drm: omapdrm: Use kernel integer typesLaurent Pinchart2018-03-011-9/+9
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-3/+1
* drm/omap: fix memory leak when FB init failsTomi Valkeinen2017-08-151-1/+1
* drm/omap: fix YUV422 rotation with TILERTomi Valkeinen2017-06-021-0/+14
* drm/omap: pass rotation to dispcTomi Valkeinen2017-06-021-0/+2
* drm/omap: remove omap_drm_winTomi Valkeinen2017-06-021-18/+19
* drm/omap: add drm_rotation_to_tiler helper()Tomi Valkeinen2017-06-021-25/+31
* drm/omap: rename color_mode to fourccTomi Valkeinen2017-06-021-1/+1
* drm/omap: cleanup formats arrayTomi Valkeinen2017-06-021-29/+20
* drm/omap: remove omap_framebuffer_get_formats()Tomi Valkeinen2017-06-021-22/+0
* drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_*Tomi Valkeinen2017-06-021-16/+16
* drm/omap: use u32 instead of enum omap_color_modeTomi Valkeinen2017-06-021-4/+4
* drm/omap: change supported_modes to an arrayTomi Valkeinen2017-06-021-3/+11
* drm/omap: remove dma & vrfb rotationTomi Valkeinen2017-06-021-1/+1
* drm/omap: 64bit compile fixesTomi Valkeinen2017-06-021-1/+1
* drm: omapdrm: Rename GEM DMA sync functionsLaurent Pinchart2017-06-021-1/+1
* drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()Laurent Pinchart2017-06-021-3/+3
* drm: omapdrm: Rename occurrences of paddr to dma_addrLaurent Pinchart2017-06-021-10/+11
* drm: omapdrm: Remove remap argument to omap_gem_get_paddr()Laurent Pinchart2017-06-021-1/+1
* drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss2017-05-221-9/+9
* Merge tag 'omapdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie2017-01-231-80/+84
|\
| * drm: omapdrm: fb: Turn framebuffer creation error messages into debugLaurent Pinchart2016-12-191-5/+5
| * drm: omapdrm: fb: Simplify mode command checks when creating framebufferLaurent Pinchart2016-12-191-27/+23
| * drm: omapdrm: fb: Simplify objects lookup when creating framebufferLaurent Pinchart2016-12-191-11/+18
| * drm: omapdrm: fb: Use format information provided by the DRM coreLaurent Pinchart2016-12-191-45/+46
| * drm: omapdrm: fb: Limit number of planes per framebuffer to twoLaurent Pinchart2016-12-191-2/+2
* | drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+1
* | drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä2016-12-151-4/+4
* | drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-1/+1
|/
* drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen2016-08-081-7/+7
* GPU-DRM-OMAP: Delete unnecessary checks before two function callsMarkus Elfring2016-07-221-2/+2
* Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave Airlie2016-06-091-8/+0
|\
| * drm: omapdrm: Remove unused omap_framebuffer_bo functionLaurent Pinchart2016-06-061-8/+0
* | Merge tag 'topic/lockless-gem-bo-freeing-2016-06-01' of git://anongit.freedes...Dave Airlie2016-06-091-8/+0
|\ \ | |/ |/|
| * drm/omapdrm: Nuke dummy fb->dirty callbackDaniel Vetter2016-06-011-8/+0
* | drm/omap: include linux/seq_file.h where neededArnd Bergmann2016-05-311-0/+2
|/
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-1/+1
* drm/omap: check if rotation is supported before commitTomi Valkeinen2016-03-031-0/+8
* drm/omap: verify that fb plane pitches are the sameTomi Valkeinen2016-03-031-0/+8
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-241-2/+2
* drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASKJoonas Lahtinen2015-10-051-2/+2