summary refs log tree commit diff
AgeCommit message (Expand)Author
2020-12-22drm/fb-helper: Add a FIXME that generic_setup is very confusingDaniel Vetter
2020-12-17drm/doc: atomic implicitly enables other capsSimon Ser
2020-12-17drm: require each CRTC to have a unique primary planeSimon Ser
2020-12-17drm/doc: fix reference to drm_format_modifier_blobSimon Ser
2020-12-17drm/doc: introduce new section for standard plane propertiesSimon Ser
2020-12-17drm/doc: the KMS properties section is for user-space devsSimon Ser
2020-12-17drm/doc: move color management functions under CRTC sectionSimon Ser
2020-12-17drm/doc: move damage tracking functions to new sectionSimon Ser
2020-12-17drm/doc: move composition function docs to new sectionSimon Ser
2020-12-17drm/doc: rename FB_DAMAGE_CLIPS sectionSimon Ser
2020-12-17MAINTAINERS: Update addresses for TI display driversTomi Valkeinen
2020-12-16dma-buf: doc polish for pin/unpinDaniel Vetter
2020-12-16dma-buf: begin/end_cpu might lock the dma_resv lockDaniel Vetter
2020-12-16dma-buf: some kerneldoc formatting fixesDaniel Vetter
2020-12-16dma-buf: Remove kmap kerneldoc vestigesDaniel Vetter
2020-12-16drm/vc4: hdmi: Enable 10/12 bpc outputMaxime Ripard
2020-12-16drm/vc4: hdmi: Limit the BCM2711 to the max without scramblingMaxime Ripard
2020-12-16drm/vc4: hdmi: Use the connector state pixel rate for the PHYMaxime Ripard
2020-12-16drm/vc4: hdmi: Store pixel frequency in the connector stateMaxime Ripard
2020-12-16drm/vc4: hdmi: Create a custom connector stateMaxime Ripard
2020-12-16drm/vc4: hdmi: Don't access the connector state in reset if kmalloc failsMaxime Ripard
2020-12-16drm/vc4: hdmi: Take into account the clock doubling flag in atomic_checkMaxime Ripard
2020-12-16drm/vc4: Pass the atomic state to encoder hooksMaxime Ripard
2020-12-16drm/vc4: hvs: Align the HVS atomic hooks to the new APIMaxime Ripard
2020-12-16drm/hisilicon: Fix rmmod hibmc_drm failedTian Tao
2020-12-15drm/ttm: cleanup LRU handling furtherChristian König
2020-12-15drm/ttm: use pin_count more extensivelyChristian König
2020-12-15drm: require a non_NULL drm_crtc.primarySimon Ser
2020-12-15drm: validate possible_crtcs for primary and cursor planesSimon Ser
2020-12-15drm: rework description of primary and cursor planesSimon Ser
2020-12-15drm/omap: Delete useless kfree codeZheng Yongjun
2020-12-15drm/omap: dsi: allow DSI commands to be sent earlyTomi Valkeinen
2020-12-15drm/omap: dsi: fix DCS_CMD_ENABLETomi Valkeinen
2020-12-15drm/omap: dsi: remove ulps supportTomi Valkeinen
2020-12-15drm/omap: dsi: fix and cleanup ddr_clk_always_onTomi Valkeinen
2020-12-15drm/omap: dsi: split video mode enable/disable into separate funcTomi Valkeinen
2020-12-15drm/omap: dsi: cleanup initial vc setupTomi Valkeinen
2020-12-15drm/omap: dsi: rename dsi_display_* functionsTomi Valkeinen
2020-12-15drm/omap: dsi: display_disable cleanupTomi Valkeinen
2020-12-15drm/omap: dsi: display_enable cleanupTomi Valkeinen
2020-12-15drm/omap: dsi: move enable/disable to bridge enable/disableTomi Valkeinen
2020-12-15drm/omap: dsi: move structs & defines to dsi.hTomi Valkeinen
2020-12-15drm/panel: panel-dsi-cm: drop unneeded includesTomi Valkeinen
2020-12-15drm/panel: panel-dsi-cm: add panel database to driverTomi Valkeinen
2020-12-15drm/panel: panel-dsi-cm: remove extra 'if'Tomi Valkeinen
2020-12-15drm/omap: dsi: use separate VCs for cmd and videoTomi Valkeinen
2020-12-15drm/omap: dsi: enable HS before sending the frameTomi Valkeinen
2020-12-15drm/omap: dsi: skip dsi_vc_enable_hs when already in correct modeTomi Valkeinen
2020-12-15drm/omap: dsi: untangle vc & channelTomi Valkeinen
2020-12-15drm/omap: dsi: pass vc and channel to various functionsTomi Valkeinen