aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-15drm/omap: remove global dss_device variableSebastian Reichel4-29/+9
2020-12-15drm/omap: panel-dsi-cm: fix remove()Sebastian Reichel1-3/+0
2020-12-15drm/omap: panel-dsi-cm: support unbindingSebastian Reichel1-3/+2
2020-12-15drm/omap: panel-dsi-cm: use DEVICE_ATTR_ROSebastian Reichel1-4/+4
2020-12-15drm/omap: dsi: implement check timingsSebastian Reichel1-26/+44
2020-12-15drm/omap: drop omapdss-boot-initSebastian Reichel3-234/+0
2020-12-15drm/omap: dsi: convert to drm_panelSebastian Reichel4-158/+182
2020-12-15drm/omap: dsi: drop custom panel capability supportSebastian Reichel4-19/+17
2020-12-15drm/omap: dsi: Reverse direction of the DSS device enable/disable operationsSebastian Reichel2-57/+45
2020-12-15drm/omap: dsi: move panel refresh function to hostSebastian Reichel4-95/+88
2020-12-15drm/omap: dsi: do ULPS in host driverSebastian Reichel3-279/+60
2020-12-15drm/omap: dsi: untangle ulps ops from enable/disableSebastian Reichel3-20/+46
2020-12-15drm/omap: dsi: do bus locking in host driverSebastian Reichel3-60/+28
2020-12-15drm/omap: dsi: drop custom enable_te() APISebastian Reichel3-14/+25
2020-12-15drm/omap: dsi: move TE GPIO handling into coreSebastian Reichel2-109/+140
2020-12-15drm/omap: dsi: lp/hs switching support for transfer()Sebastian Reichel3-7/+10
2020-12-15drm/omap: panel-dsi-cm: use bulk regulator APISebastian Reichel1-44/+21
2020-12-15drm/omap: dsi: use pixel-format and mode from attachSebastian Reichel2-14/+19
2020-12-15drm/omap: dsi: drop useless sync()Sebastian Reichel3-22/+0
2020-12-15drm/omap: dsi: drop unused enable_te()Sebastian Reichel2-41/+0
2020-12-15drm/omap: dsi: drop unused get_te()Sebastian Reichel2-14/+0
2020-12-15drm/omap: dsi: drop unused memory_read()Sebastian Reichel2-97/+0
2020-12-15drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 definesSebastian Reichel1-5/+4
2020-12-15drm/omap: panel-dsi-cm: drop hardcoded VCSebastian Reichel1-13/+7
2020-12-15drm/omap: dsi: request VC via mipi_dsi_attachSebastian Reichel3-47/+41
2020-12-15drm/omap: panel-dsi-cm: use DSI helpersSebastian Reichel1-107/+18
2020-12-15drm/omap: dsi: introduce mipi_dsi_hostSebastian Reichel3-76/+102
2020-12-15drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msgSebastian Reichel1-49/+39
2020-12-15drm/omap: dsi: simplify read functionsSebastian Reichel1-76/+34
2020-12-15drm/omap: dsi: simplify write functionSebastian Reichel2-113/+34
2020-12-15drm/omap: dsi: drop virtual channel logicSebastian Reichel3-49/+12
2020-12-15drm/omap: dsi: unexport specific data transfer functionsSebastian Reichel2-32/+0
2020-12-15drm/omap: panel-dsi-cm: convert to transfer APISebastian Reichel1-37/+95
2020-12-15drm/omap: dsi: add generic transfer functionSebastian Reichel2-0/+57
2020-12-15drm/omap: constify write buffersSebastian Reichel2-17/+17
2020-12-15drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*Sebastian Reichel3-41/+26
2020-12-15drm/omap: drop unused dsi.configure_pinsSebastian Reichel3-14/+0
2020-12-15Revert "drm/omap: dss: Remove unused omap_dss_device operations"Sebastian Reichel3-5/+71
2020-12-15drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planesJyri Sarha3-42/+93
2020-12-15drm/omap: rearrange includes in omapdss.hTomi Valkeinen1-4/+4
2020-12-15drm/omap: Implement CTM property for CRTC using OVL managers CPR matrixJyri Sarha1-2/+37
2020-12-15drm/omap: use degamma property for gamma tableTomi Valkeinen1-6/+6
2020-12-15drm: add legacy support for using degamma for gammaTomi Valkeinen2-4/+23
2020-12-15drm: automatic legacy gamma supportTomi Valkeinen19-101/+102
2020-12-15udlfb: Fix memory leak in dlfb_usb_probeZqiang1-0/+1
2020-12-15drm/hisilicon: Fix use-after-freeTian Tao1-1/+0
2020-12-15drm/vc4: kms: Convert to atomic helpersMaxime Ripard1-107/+3
2020-12-15drm/vc4: kms: Remove async modeset semaphoreMaxime Ripard3-37/+2
2020-12-15drm/vc4: kms: Remove unassigned_channels from the HVS stateMaxime Ripard1-7/+7
2020-12-15drm/vc4: kms: Wait on previous FIFO users before a commitMaxime Ripard1-1/+122