aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: dsi: do ULPS in host driverSebastian Reichel2020-12-153-279/+60
* drm/omap: dsi: untangle ulps ops from enable/disableSebastian Reichel2020-12-153-20/+46
* drm/omap: dsi: do bus locking in host driverSebastian Reichel2020-12-153-60/+28
* drm/omap: dsi: drop custom enable_te() APISebastian Reichel2020-12-153-14/+25
* drm/omap: dsi: move TE GPIO handling into coreSebastian Reichel2020-12-152-109/+140
* drm/omap: dsi: lp/hs switching support for transfer()Sebastian Reichel2020-12-153-7/+10
* drm/omap: panel-dsi-cm: use bulk regulator APISebastian Reichel2020-12-151-44/+21
* drm/omap: dsi: use pixel-format and mode from attachSebastian Reichel2020-12-152-14/+19
* drm/omap: dsi: drop useless sync()Sebastian Reichel2020-12-153-22/+0
* drm/omap: dsi: drop unused enable_te()Sebastian Reichel2020-12-152-41/+0
* drm/omap: dsi: drop unused get_te()Sebastian Reichel2020-12-152-14/+0
* drm/omap: dsi: drop unused memory_read()Sebastian Reichel2020-12-152-97/+0
* drm/omap: panel-dsi-cm: use common MIPI DCS 1.3 definesSebastian Reichel2020-12-151-5/+4
* drm/omap: panel-dsi-cm: drop hardcoded VCSebastian Reichel2020-12-151-13/+7
* drm/omap: dsi: request VC via mipi_dsi_attachSebastian Reichel2020-12-153-47/+41
* drm/omap: panel-dsi-cm: use DSI helpersSebastian Reichel2020-12-151-107/+18
* drm/omap: dsi: introduce mipi_dsi_hostSebastian Reichel2020-12-153-76/+102
* drm/omap: dsi: switch dsi_vc_send_long/short to mipi_dsi_msgSebastian Reichel2020-12-151-49/+39
* drm/omap: dsi: simplify read functionsSebastian Reichel2020-12-151-76/+34
* drm/omap: dsi: simplify write functionSebastian Reichel2020-12-152-113/+34
* drm/omap: dsi: drop virtual channel logicSebastian Reichel2020-12-153-49/+12
* drm/omap: dsi: unexport specific data transfer functionsSebastian Reichel2020-12-152-32/+0
* drm/omap: panel-dsi-cm: convert to transfer APISebastian Reichel2020-12-151-37/+95
* drm/omap: dsi: add generic transfer functionSebastian Reichel2020-12-152-0/+57
* drm/omap: constify write buffersSebastian Reichel2020-12-152-17/+17
* drm/omap: dsi: use MIPI_DSI_FMT_* instead of OMAP_DSS_DSI_FMT_*Sebastian Reichel2020-12-153-41/+26
* drm/omap: drop unused dsi.configure_pinsSebastian Reichel2020-12-153-14/+0
* Revert "drm/omap: dss: Remove unused omap_dss_device operations"Sebastian Reichel2020-12-153-5/+71
* drm/omap: Enable COLOR_ENCODING and COLOR_RANGE properties for planesJyri Sarha2020-12-153-42/+93
* drm/omap: rearrange includes in omapdss.hTomi Valkeinen2020-12-151-4/+4
* drm/omap: Implement CTM property for CRTC using OVL managers CPR matrixJyri Sarha2020-12-151-2/+37
* drm/omap: use degamma property for gamma tableTomi Valkeinen2020-12-151-6/+6
* drm: add legacy support for using degamma for gammaTomi Valkeinen2020-12-152-4/+23
* drm: automatic legacy gamma supportTomi Valkeinen2020-12-1518-97/+102
* drm/hisilicon: Fix use-after-freeTian Tao2020-12-151-1/+0
* drm/vc4: kms: Convert to atomic helpersMaxime Ripard2020-12-151-107/+3
* drm/vc4: kms: Remove async modeset semaphoreMaxime Ripard2020-12-153-37/+2
* drm/vc4: kms: Remove unassigned_channels from the HVS stateMaxime Ripard2020-12-151-7/+7
* drm/vc4: kms: Wait on previous FIFO users before a commitMaxime Ripard2020-12-151-1/+122
* drm/vc4: Simplify a bit the global atomic_checkMaxime Ripard2020-12-151-7/+6
* drm: Introduce an atomic_commit_setup functionMaxime Ripard2020-12-151-0/+9
* Merge drm/drm-next into drm-misc-nextMaarten Lankhorst2020-12-15574-7061/+90742
|\
| * Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter2020-12-1548-397/+1301
| |\
| * \ Merge tag 'drm-next-2020-12-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-12-141190-18065/+394818
| |\ \
| | * \ Merge tag 'amd-drm-next-5.11-2020-12-09' of git://people.freedesktop.org/~agd...Dave Airlie2020-12-10355-3354/+84426
| | |\ \
| | | * | drm/amdgpu: Initialise drm_gem_object_funcs for imported BOsAndrey Grodzovsky2020-12-092-20/+29
| | | * | drm/amdgpu: fix size calculation with stolen vga memoryAlex Deucher2020-12-081-0/+3
| | | * | drm/amdgpu: remove amdgpu_ttm_late_init and amdgpu_bo_late_initAlex Deucher2020-12-089-36/+0
| | | * | drm/amdgpu: free the pre-OS console framebuffer after the first modesetAlex Deucher2020-12-082-6/+7
| | | * | drm/amdgpu: enable runtime pm using BACO on CI dGPUsAlex Deucher2020-12-081-5/+1