aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/dma-buf/sync_file.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-28drm/vblank: Add helper to get next vblank timeRob Clark2-9/+45
2023-03-28drm/scheduler: Add fence deadline supportRob Clark3-1/+64
2023-03-28dma-buf/sync_file: Surface sync-file uABIRob Clark2-24/+23
2023-03-28dma-buf/dma-resv: Add a way to set fence deadlineRob Clark2-0/+24
2023-03-28dma-buf/fence-chain: Add fence deadline supportRob Clark1-0/+12
2023-03-28drm: bridge: samsung-dsim: Add i.MX8M Plus supportMarek Vasut2-0/+24
2023-03-28dt-bindings: display: exynos: dsim: Add NXP i.MX8M Plus supportJagan Teki1-0/+1
2023-03-28drm: bridge: samsung-dsim: Add i.MX8M Mini/Nano supportJagan Teki1-0/+44
2023-03-28dt-bindings: display: exynos: dsim: Add NXP i.MX8M Mini/Nano supportJagan Teki1-0/+1
2023-03-28drm: bridge: Generalize Exynos-DSI driver into a Samsung DSIM bridgeJagan Teki7-2000/+2083
2023-03-28drm: exynos: dsi: Add host helper for te_irq_handlerJagan Teki1-4/+16
2023-03-28drm: exynos: dsi: Consolidate component and bridgeJagan Teki1-23/+115
2023-03-28drm: exynos: dsi: Add atomic_get_input_bus_fmtsJagan Teki1-0/+62
2023-03-28drm: exynos: dsi: Add input_bus_flagsJagan Teki1-0/+8
2023-03-28drm: exynos: dsi: Add atomic checkJagan Teki1-0/+28
2023-03-28drm: exynos: dsi: Handle proper host initializationMarek Szyprowski1-6/+21
2023-03-28drm: exynos: dsi: Introduce hw_type platform dataJagan Teki1-15/+68
2023-03-28drm: exynos: dsi: Add platform PLL_P (PMS_P) offsetJagan Teki1-2/+9
2023-03-28drm: exynos: dsi: Mark PHY as optionalJagan Teki1-1/+1
2023-03-28drm: exynos: dsi: Lookup OF-graph or Child node devicesJagan Teki1-2/+36
2023-03-28drm: exynos: dsi: Drop explicit call to bridge detachJagan Teki1-2/+0
2023-03-25drm: rcar-du: Fix a NULL vs IS_ERR() bugDan Carpenter1-2/+2
2023-03-25drm: rcar-du: Write correct values in DORCR reserved fieldsLaurent Pinchart1-1/+9
2023-03-25drm: rcar-du: Rename DORCR fields to make them 0-basedLaurent Pinchart2-17/+17
2023-03-25drm: rcar-du: Disable alpha blending for DU planes used with VSPLaurent Pinchart1-1/+1
2023-03-25drm: rcar-du: Don't write unimplemented ESCR and OTAR registers on Gen3Laurent Pinchart1-2/+15
2023-03-25drm: rcar-du: lvds: Fix LVDS PLL disable on D3/E3Laurent Pinchart3-59/+88
2023-03-25drm: rcar-du: lvds: Move LVDS enable code to separate code sectionLaurent Pinchart1-47/+50
2023-03-25drm: rcar-du: lvds: Call function directly instead of through pointerLaurent Pinchart1-2/+1
2023-03-25dma-buf/fence-array: Add fence deadline supportRob Clark1-0/+11
2023-03-25dma-buf/dma-fence: Add deadline awarenessRob Clark3-0/+87
2023-03-23drm/i915/mtl: Add HDCP GSC interfaceSuraj Kandpal3-8/+660
2023-03-23drm/i915/mtl: Add function to send command to GSC CSSuraj Kandpal6-0/+261
2023-03-23drm/i915/hdcp: Refactor HDCP API structuresSuraj Kandpal3-376/+377
2023-03-23drm/i915/hdcp: HDCP2.x Refactoring to agnostic hdcpSuraj Kandpal1-2/+2
2023-03-23drm/i915/hdcp: Use generic names for HDCP helpers and structsAnshuman Gupta5-145/+144
2023-03-23drm/i915/gsc: Create GSC request submission mechanismSuraj Kandpal4-0/+142
2023-03-23drm/rockchip: vop2: Add error check to devm_regmap_init_mmioAlfredo Cruz1-0/+2
2023-03-23drm/rockchip: dw_hdmi: cleanup drm encoder during unbindToby Chen1-0/+1
2023-03-22drm/rockchip: vop2: fix uninitialized variable possible_crtcsTom Rix1-5/+4
2023-03-22drm/i915/tc: Check the PLL type used by an enabled TC portImre Deak1-20/+24
2023-03-22drm/i915/tc: Factor out a function querying active links on a TC portImre Deak3-16/+30
2023-03-22drm/i915: Add encoder hook to get the PLL type used by TC portsImre Deak3-2/+43
2023-03-22drm/i915/tc: Assume a TC port is legacy if VBT says the port has HDMIImre Deak1-0/+10
2023-03-22drm/i915/tc: Make the TC mode readout consistent in all PHY statesImre Deak1-10/+33
2023-03-22drm/i915/tc: Fix initial TC mode on disabled legacy portsImre Deak1-6/+61
2023-03-22drm/i915/tc: Fix TC mode for a legacy port if the PHY is not readyImre Deak1-1/+2
2023-03-22drm/i915/tc: Fix target TC mode for a disconnected legacy portImre Deak1-3/+11
2023-03-22drm/i915/tc: Factor out helpers converting HPD mask to TC modeImre Deak1-11/+33
2023-03-22drm/i915/tc: Wait for IOM/FW PHY initialization of legacy TC portsImre Deak1-0/+17