summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_fb.c
AgeCommit message (Expand)Author
2017-08-15drm/omap: fix memory leak when FB init failsTomi Valkeinen
2017-06-02drm/omap: fix YUV422 rotation with TILERTomi Valkeinen
2017-06-02drm/omap: pass rotation to dispcTomi Valkeinen
2017-06-02drm/omap: remove omap_drm_winTomi Valkeinen
2017-06-02drm/omap: add drm_rotation_to_tiler helper()Tomi Valkeinen
2017-06-02drm/omap: rename color_mode to fourccTomi Valkeinen
2017-06-02drm/omap: cleanup formats arrayTomi Valkeinen
2017-06-02drm/omap: remove omap_framebuffer_get_formats()Tomi Valkeinen
2017-06-02drm/omap: use DRM_FORMAT_* instead of OMAP_DSS_COLOR_*Tomi Valkeinen
2017-06-02drm/omap: use u32 instead of enum omap_color_modeTomi Valkeinen
2017-06-02drm/omap: change supported_modes to an arrayTomi Valkeinen
2017-06-02drm/omap: remove dma & vrfb rotationTomi Valkeinen
2017-06-02drm/omap: 64bit compile fixesTomi Valkeinen
2017-06-02drm: omapdrm: Rename GEM DMA sync functionsLaurent Pinchart
2017-06-02drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()Laurent Pinchart
2017-06-02drm: omapdrm: Rename occurrences of paddr to dma_addrLaurent Pinchart
2017-06-02drm: omapdrm: Remove remap argument to omap_gem_get_paddr()Laurent Pinchart
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss
2017-01-23Merge tag 'omapdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie
2016-12-19drm: omapdrm: fb: Turn framebuffer creation error messages into debugLaurent Pinchart
2016-12-19drm: omapdrm: fb: Simplify mode command checks when creating framebufferLaurent Pinchart
2016-12-19drm: omapdrm: fb: Simplify objects lookup when creating framebufferLaurent Pinchart
2016-12-19drm: omapdrm: fb: Use format information provided by the DRM coreLaurent Pinchart
2016-12-19drm: omapdrm: fb: Limit number of planes per framebuffer to twoLaurent Pinchart
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä
2016-08-08drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?Joonas Lahtinen
2016-07-22GPU-DRM-OMAP: Delete unnecessary checks before two function callsMarkus Elfring
2016-06-09Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...Dave Airlie
2016-06-09Merge tag 'topic/lockless-gem-bo-freeing-2016-06-01' of git://anongit.freedes...Dave Airlie
2016-06-06drm: omapdrm: Remove unused omap_framebuffer_bo functionLaurent Pinchart
2016-06-01drm/omapdrm: Nuke dummy fb->dirty callbackDaniel Vetter
2016-05-31drm/omap: include linux/seq_file.h where neededArnd Bergmann
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-03-03drm/omap: check if rotation is supported before commitTomi Valkeinen
2016-03-03drm/omap: verify that fb plane pitches are the sameTomi Valkeinen
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
2015-10-05drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASKJoonas Lahtinen
2015-07-02drm/omap: fix omap_framebuffer_unpin() error handlingTomi Valkeinen
2015-06-12drm: omapdrm: add lock for fb pinningTomi Valkeinen
2015-06-12drm: omapdrm: Clean up #include'sLaurent Pinchart
2015-03-24drm/omap: handle incompatible buffer stride and pixel sizeTomi Valkeinen
2015-03-24drm/omap: fix error handling in omap_framebuffer_create()Tomi Valkeinen
2015-03-24drm/omap: add pin refcounting to omap_framebufferTomi Valkeinen
2015-03-20drm: omapdrm: Remove manual update display supportLaurent Pinchart
2014-06-04drm: Split connection_mutex out of mode_config.mutex (v3)Daniel Vetter
2014-04-15drm/omap: print warning when rotating non-TILER fbTomi Valkeinen
2014-04-04Merge branch 'msm-next' of git://people.freedesktop.org/~robclark/linux into ...Dave Airlie
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper