summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm
AgeCommit message (Expand)Author
2017-08-15drm: omapdrm: dss: Select features based on compatible stringLaurent Pinchart
2017-08-15drm: omapdrm: dpi: Replace OMAP SoC model checks with DSS modelLaurent Pinchart
2017-08-15drm: omapdrm: dispc: Select features based on compatible stringLaurent Pinchart
2017-08-15drm: omapdrm: Don't forward set_min_bus_tput() to no-op platform codeLaurent Pinchart
2017-08-15drm: omapdrm: dsi: Handle pin muxing internallyLaurent Pinchart
2017-08-15drm: omapdrm: dsi: Store DSI model and PLL hardware data in OF dataLaurent Pinchart
2017-08-15drm: omapdrm: dss: Split operations out of dss_features structureLaurent Pinchart
2017-08-15drm: omapdrm: hdmi: Store PHY features in PHY data structureLaurent Pinchart
2017-08-15drm: omapdrm: venc: Don't export omap_dss_pal_vm and omap_dss_ntsc_vmLaurent Pinchart
2017-08-15drm: omapdrm: dpi: Remove unneeded regulator checkLaurent Pinchart
2017-08-15drm: omapdrm: panel-dpi: Remove unneeded check for OF nodeLaurent Pinchart
2017-08-15drm: omapdrm: connector-analog-tv: Remove unneeded check for OF nodeLaurent Pinchart
2017-08-15drm: omapdrm: acx565akm: Remove unneeded check for OF nodeLaurent Pinchart
2017-08-15drm/omap: panel-dsi-cm: constify attribute_group structures.Arvind Yadav
2017-08-15drm/omap: panel-sony-acx565akm: constify attribute_group structures.Arvind Yadav
2017-08-15drm/omap: constify attribute_group structures.Arvind Yadav
2017-08-15drm/omap: dma-buf: Constify dma_buf_ops structures.Arvind Yadav
2017-08-15drm/omap: omap_display_timings: constify videomode structuresJulia Lawall
2017-08-15drm/omap: displays: encoder-tpd12s015: Support for hot plug detectionPeter Ujfalusi
2017-08-15drm/omap: displays: connector-hdmi: Support for hot plug detectionPeter Ujfalusi
2017-08-15drm/omap: Support for HDMI hot plug detectionPeter Ujfalusi
2017-08-15drm/omap: fix memory leak when FB init failsTomi Valkeinen
2017-08-08drm: Nuke drm_atomic_helper_connector_dpmsDaniel Vetter
2017-08-08drm: Nuke drm_atomic_helper_plane_set_propertyDaniel Vetter
2017-08-08drm: Nuke drm_atomic_helper_crtc_set_propertyDaniel Vetter
2017-08-08drm/omap: Rework the rotation-on-crtc hackMaarten Lankhorst
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-08-01drm/omapdrm: Fix omap_atomic_wait_for_completionMaarten Lankhorst
2017-07-29drm/omapdrm: Use the drm_driver.dumb_destroy defaultNoralf Trønnes
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter
2017-07-14drm: handle HDMI 2.0 VICs in AVI info-framesShashank Sharma
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart
2017-06-02drm/omap: fix tiled buffer stride calculationsTomi Valkeinen
2017-06-02drm/omap: fix YUV422 90/270 rotation with mirroringTomi Valkeinen
2017-06-02drm/omap: fix YUV422 rotation with TILERTomi Valkeinen
2017-06-02drm/omap: pass rotation to dispcTomi Valkeinen
2017-06-02drm/omap: DRM_MODE_REFLECT_* instead of mirror booleanTomi Valkeinen
2017-06-02drm/omap: use DRM_MODE_ROTATE_* instead of OMAP_DSS_ROT_*Tomi 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 unneeded prototypesTomi Valkeinen
2017-06-02drm/omap: add format_is_yuv() helperTomi Valkeinen
2017-06-02drm/omap: cleanup offset calculationTomi Valkeinen