aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-22drm/hisilicon: Use pcim_enable_device()Tian Tao1-4/+2
2020-12-22drm/virtio: align blob resources to page sizesChia-I Wu1-0/+2
2020-12-22drm/qxl: use flexible-array member instead of zero-length arrayTian Tao1-8/+8
2020-12-22drivers: gpu: drm: virtio: fix dependency of DRM_VIRTIO_GPU on VIRTIOEnrico Weigelt, metux IT consult1-1/+2
2020-12-22drm/fb-helper: Add a FIXME that generic_setup is very confusingDaniel Vetter1-0/+5
2020-12-17drm: require each CRTC to have a unique primary planeSimon Ser2-0/+26
2020-12-17drm/doc: fix reference to drm_format_modifier_blobSimon Ser1-3/+3
2020-12-17drm/doc: introduce new section for standard plane propertiesSimon Ser2-6/+12
2020-12-16dma-buf: doc polish for pin/unpinDaniel Vetter1-3/+16
2020-12-16dma-buf: begin/end_cpu might lock the dma_resv lockDaniel Vetter1-0/+4
2020-12-16dma-buf: some kerneldoc formatting fixesDaniel Vetter1-13/+18
2020-12-16dma-buf: Remove kmap kerneldoc vestigesDaniel Vetter1-6/+14
2020-12-16drm/vc4: hdmi: Enable 10/12 bpc outputMaxime Ripard3-1/+79
2020-12-16drm/vc4: hdmi: Limit the BCM2711 to the max without scramblingMaxime Ripard1-2/+4
2020-12-16drm/vc4: hdmi: Use the connector state pixel rate for the PHYMaxime Ripard3-10/+11
2020-12-16drm/vc4: hdmi: Store pixel frequency in the connector stateMaxime Ripard2-1/+26
2020-12-16drm/vc4: hdmi: Create a custom connector stateMaxime Ripard2-3/+40
2020-12-16drm/vc4: hdmi: Don't access the connector state in reset if kmalloc failsMaxime Ripard1-1/+3
2020-12-16drm/vc4: hdmi: Take into account the clock doubling flag in atomic_checkMaxime Ripard1-0/+3
2020-12-16drm/vc4: Pass the atomic state to encoder hooksMaxime Ripard3-18/+25
2020-12-16drm/vc4: hvs: Align the HVS atomic hooks to the new APIMaxime Ripard4-24/+19
2020-12-16drm/hisilicon: Fix rmmod hibmc_drm failedTian Tao1-1/+5
2020-12-15drm/ttm: cleanup LRU handling furtherChristian König4-39/+31
2020-12-15drm/ttm: use pin_count more extensivelyChristian König1-2/+1
2020-12-15drm: require a non_NULL drm_crtc.primarySimon Ser2-1/+4
2020-12-15drm: validate possible_crtcs for primary and cursor planesSimon Ser1-0/+16
2020-12-15drm: rework description of primary and cursor planesSimon Ser2-7/+12
2020-12-15drm/omap: Delete useless kfree codeZheng Yongjun1-1/+0
2020-12-15drm/omap: dsi: allow DSI commands to be sent earlyTomi Valkeinen2-5/+48
2020-12-15drm/omap: dsi: fix DCS_CMD_ENABLETomi Valkeinen1-1/+2
2020-12-15drm/omap: dsi: remove ulps supportTomi Valkeinen2-293/+8
2020-12-15drm/omap: dsi: fix and cleanup ddr_clk_always_onTomi Valkeinen2-9/+5
2020-12-15drm/omap: dsi: split video mode enable/disable into separate funcTomi Valkeinen1-44/+57
2020-12-15drm/omap: dsi: cleanup initial vc setupTomi Valkeinen1-54/+31
2020-12-15drm/omap: dsi: rename dsi_display_* functionsTomi Valkeinen1-18/+18
2020-12-15drm/omap: dsi: display_disable cleanupTomi Valkeinen1-16/+3
2020-12-15drm/omap: dsi: display_enable cleanupTomi Valkeinen1-13/+3
2020-12-15drm/omap: dsi: move enable/disable to bridge enable/disableTomi Valkeinen1-33/+22
2020-12-15drm/omap: dsi: move structs & defines to dsi.hTomi Valkeinen3-447/+460
2020-12-15drm/panel: panel-dsi-cm: drop unneeded includesTomi Valkeinen1-2/+0
2020-12-15drm/panel: panel-dsi-cm: add panel database to driverTomi Valkeinen1-38/+66
2020-12-15drm/panel: panel-dsi-cm: remove extra 'if'Tomi Valkeinen1-5/+3
2020-12-15drm/omap: dsi: use separate VCs for cmd and videoTomi Valkeinen1-5/+7
2020-12-15drm/omap: dsi: enable HS before sending the frameTomi Valkeinen1-0/+2
2020-12-15drm/omap: dsi: skip dsi_vc_enable_hs when already in correct modeTomi Valkeinen1-6/+4
2020-12-15drm/omap: dsi: untangle vc & channelTomi Valkeinen1-23/+22
2020-12-15drm/omap: dsi: pass vc and channel to various functionsTomi Valkeinen1-26/+28
2020-12-15drm/omap: dsi: rename 'channel' to 'vc'Tomi Valkeinen1-110/+110
2020-12-15drm/omap: dsi: cleanup dispc channel usageTomi Valkeinen1-8/+8
2020-12-15drm/omap: dsi: drop useless channel checksTomi Valkeinen1-11/+0