summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/dss
AgeCommit message (Expand)Author
2018-09-03drm/omap: dss: Move common device operations to common structureLaurent Pinchart
2018-09-03drm/omap: dss: Allow looking up any device by portLaurent Pinchart
2018-09-03drm/omap: dss: Rework output lookup by port nodeLaurent Pinchart
2018-09-03drm/omap: dss: Create and use omapdss_device_is_registered()Laurent Pinchart
2018-09-03drm/omap: dss: Create global list of all omap_dss_device instancesLaurent Pinchart
2018-09-03drm/omap: dss: Rename omap_dss_device list field to output_listLaurent Pinchart
2018-09-03drm/omap: dss: Remove omap_dss_device panel fieldsLaurent Pinchart
2018-09-03drm/omap: displays: Remove videomode from omap_dss_device structureLaurent Pinchart
2018-09-03drm/omap: dss: Constify omap_dss_driver operations structureLaurent Pinchart
2018-09-03drm/omap: dss: Remove unused omapdss_default_get_timings()Laurent Pinchart
2018-09-03drm/omap: dss: Remove DSS encoders get_timings operationLaurent Pinchart
2018-09-03drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operationsLaurent Pinchart
2018-09-03drm/omap: dss: Handle DPI and SDI port initialization failuresLaurent Pinchart
2018-09-03drm/omap: dss: Move platform_device_register from core.c to dss.c probeJyri Sarha
2018-09-03drm/omap: dss: Gather OMAP DSS components at probe timeLaurent Pinchart
2018-09-03drm/omap: dss: Remove display ordering from dss/display.cPeter Ujfalusi
2018-09-03drm/omap: Do dss_device (display) ordering in omap_drv.cPeter Ujfalusi
2018-06-28drm/omap: fix email addressTomi Valkeinen
2018-06-28drm/omap: Implement workaround for DRA7 errata ID:i932Venkateswara Rao Mandela
2018-05-24drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen
2018-05-07drm/omap: add missing linefeeds to printsTomi Valkeinen
2018-05-07drm/omap: handle error if scale coefs are not foundTomi Valkeinen
2018-05-07drm/omap: check return value from soc_device_matchTomi Valkeinen
2018-05-07drm/omap: fix uninitialized ret variableTomi Valkeinen
2018-04-05drm/omap: fix crash if there's no video PLLTomi Valkeinen
2018-03-14drm/omap: fix compile error when DPI is disabledTomi Valkeinen
2018-03-14drm/omap: fix compile error when debugfs is disabledTomi Valkeinen
2018-03-01drm/omap: cleanup color space conversionTomi Valkeinen
2018-03-01drm/omap: Allow HDMI audio setup even if we do not have video configuredJyri Sarha
2018-03-01drm/omap: add writeback funcs to dispc_opsTomi Valkeinen
2018-03-01drm/omap: fix scaling limits for WBTomi Valkeinen
2018-03-01drm/omap: fix WB height with interlaceTomi Valkeinen
2018-03-01drm/omap: fix WBDELAYCOUNT with interlaceTomi Valkeinen
2018-03-01drm/omap: fix WBDELAYCOUNT for HDMITomi Valkeinen
2018-03-01drm/omap: set WB channel-in in wb_setup()Tomi Valkeinen
2018-03-01drm/omap: Add pclk setting case when channel is DSS_WBBenoit Parrot
2018-03-01drm/omap: dispc: disp_wb_setup to check return codeBenoit Parrot
2018-03-01drm/omap: remove leftover enumsTomi Valkeinen
2018-03-01drm/omap: reorganize locking in mgr_fld_writeTomi Valkeinen
2018-03-01drm: omapdrm: venc: Allocate the venc private data structure dynamicallyLaurent Pinchart
2018-03-01drm: omapdrm: sdi: Allocate the sdi private data structure dynamicallyLaurent Pinchart
2018-03-01drm: omapdrm: hdmi5: Allocate the omap_hdmi data structure dynamicallyLaurent Pinchart
2018-03-01drm: omapdrm: hdmi4: Allocate the omap_hdmi data structure dynamicallyLaurent Pinchart
2018-03-01drm: omapdrm: dispc: Allocate the dispc private data structure dynamicallyLaurent Pinchart
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to remaining dispc API functionsLaurent Pinchart
2018-03-01drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operationsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Store dispc ops in dss_device structureLaurent Pinchart
2018-03-01drm: omapdrm: dss: Store DSS device pointer in the omapdrm private dataLaurent Pinchart
2018-03-01drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_opsLaurent Pinchart
2018-03-01drm: omapdrm: dss: Pass omap_dss_device pointer to dss_mgr_*() functionsLaurent Pinchart