summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
AgeCommit message (Expand)AuthorFilesLines
2017-06-02drm: omapdrm: Infer the OMAP version from the SoC familyLaurent Pinchart2-3/+13
2017-06-02drm: omapdrm: Remove unused default display name supportLaurent Pinchart2-19/+0
2017-06-02drm: omapdrm: Remove unused dss_get_core_pdev() functionLaurent Pinchart2-6/+0
2017-06-02drm: omapdrm: Drop support for non-DT devicesLaurent Pinchart5-109/+35
2017-06-02drm: omapdrm: Remove duplicate error messages when mapping memoryLaurent Pinchart11-121/+30
2017-06-02drm: omapdrm: Take GEM object reference when exporting dmabufLaurent Pinchart1-12/+2
2017-06-02drm: omapdrm: Map pages for DMA in DMA_TO_DEVICE directionLaurent Pinchart2-8/+7
2017-06-02drm: omapdrm: DMA-unmap pages for all buffer types when freeing buffersLaurent Pinchart1-11/+6
2017-06-02drm: omapdrm: Fix incorrect usage of the term 'cache coherency'Laurent Pinchart1-7/+15
2017-06-02drm: omapdrm: Rename GEM DMA sync functionsLaurent Pinchart4-9/+9
2017-06-02drm: omapdrm: Rename the omap_gem_object addrs field to dma_addrsLaurent Pinchart1-11/+11
2017-06-02drm: omapdrm: Lower indentation level in omap_gem_dma_sync_buffer()Laurent Pinchart1-22/+21
2017-06-02drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()Laurent Pinchart5-24/+39
2017-06-02drm: omapdrm: Rename occurrences of paddr to dma_addrLaurent Pinchart5-56/+57
2017-06-02drm: omapdrm: Remove remap argument to omap_gem_get_paddr()Laurent Pinchart5-11/+8
2017-06-02drm: omapdrm: Add zpos propertyLaurent Pinchart2-1/+5
2017-06-02drm: omapdrm: Remove custom plane stateLaurent Pinchart1-52/+6
2017-06-02drm: omapdrm: Store the Z order in the plane state zpos fieldLaurent Pinchart1-14/+7
2017-06-02drm: omapdrm: Remove legacy buffer synchronization supportLaurent Pinchart3-268/+4
2017-06-02drm: omapdrm: Use DRM core's atomic commit helperLaurent Pinchart2-106/+15
2017-06-02drm: omapdrm: Handle events when enabling/disabling CRTCsLaurent Pinchart1-8/+22
2017-05-22drm: Add DRM_MODE_ROTATE_ and DRM_MODE_REFLECT_ to UAPIRobert Foss3-19/+19
2017-05-18drm/omap: remove unneeded -Iinclude/drm compiler flagMasahiro Yamada1-1/+0
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-4/+4
2017-04-06drm: omap: use common OF graph helpersRob Herring9-164/+26
2017-04-03drm/omap: Major omap_modeset_init() cleanupJyri Sarha4-139/+86
2017-04-03drm/omap: Remove the obsolete #define omap_plane _omap_plane hackJyri Sarha1-7/+1
2017-04-03drm/omap: Fix one ugly indentation style break left by coccinelleJyri Sarha1-3/+2
2017-04-03drm/omap: Rename enum omap_plane to enum omap_plane_idJyri Sarha6-103/+117
2017-04-03drm/omap: Get rid of DRM_OMAP_NUM_CRTCS config optionJyri Sarha2-52/+16
2017-04-03drm/omap: fix crash on module unloadTomi Valkeinen1-14/+0
2017-04-03drm/omap: use drm_atomic_helper_shutdown()Tomi Valkeinen1-0/+2
2017-04-03drm/omap: fix display SYNC/DE flagsTomi Valkeinen2-5/+43
2017-04-03drm/omap: dispc: improve debug print of display flagsTomi Valkeinen1-5/+15
2017-04-03drm/omap: displays: panel-dpi: Support for handling backlight devicesPeter Ujfalusi1-2/+35
2017-04-03drm/omap: poll only connectors where the connect/disconnect can be checkedPeter Ujfalusi1-6/+4
2017-04-03drm/omap: display: Add displays in sorted order to the panel_listPeter Ujfalusi1-1/+9
2017-04-03drm/omap: Use omapdss_stack_is_ready() to check that the display stack is upPeter Ujfalusi1-6/+3
2017-04-03drm/omap: dss: Support for detecting display stack readinessPeter Ujfalusi3-0/+111
2017-04-03drm/omap: dss: Functions to check components in the display/output listPeter Ujfalusi3-0/+34
2017-04-03drm/omap: fix replication logicTomi Valkeinen3-6/+6
2017-04-03drm/omap: remove unused dispc_wb_enable & dispc_wb_is_enabledTomi Valkeinen2-12/+0
2017-04-03drm/omap: remove all EXPORT_SYMBOLs from dispc.cTomi Valkeinen3-96/+33
2017-04-03drm/omap: use dispc_opsTomi Valkeinen5-39/+57
2017-04-03drm/omap: fill dispc_opsTomi Valkeinen1-0/+40
2017-04-03drm/omap: add dispc_opsTomi Valkeinen2-0/+63
2017-04-03drm/omap: move dispc related dss-feat funcs to dispcTomi Valkeinen7-7/+31
2017-04-03drm/omap: move display, dss-of, output to omapdss-baseTomi Valkeinen6-11/+8
2017-04-03drm/omap: display: don't use dsi_get_pixel_size()Tomi Valkeinen3-12/+4
2017-04-03drm/omap: output: use dev_err instead of DSSERRTomi Valkeinen1-5/+8