dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-18 13:22:30 to 2023-01-19 08:21:09 UTC [more...]

[PATCH v6 1/2] dt-bindings: leds: backlight: Add Kinetic KTZ8866 backlight
 2023-01-18 13:40 UTC  (4+ messages)
` [PATCH v6 2/2] backlight: ktz8866: Add support for "

[PULL] drm-misc-fixes
 2023-01-19  8:20 UTC 

[PATCH V11 0/4] drm/panel: Add Magnachip D53E6EA8966 Panel Controller
 2023-01-19  8:15 UTC  (6+ messages)
` [PATCH V11 1/4] drm: of: Add drm_of_get_dsi_bus helper function
` [PATCH V11 2/4] dt-bindings: display: panel: Add Samsung AMS495QA01
` [PATCH V11 3/4] drm/panel: Add Magnachip D53E6EA8966 Panel Driver
` [PATCH V11 4/4] arm64: dts: rockchip: add display to RG503

[PATCH v3 0/6] dt-bindings: Add macros for video interface bus types
 2023-01-19  7:59 UTC  (4+ messages)
` [PATCH v3 4/6] ARM: dts: omap: Use new media bus type macros

[PATCH v2 0/3] drm: Generic fbdev and vga-switcheroo
 2023-01-19  8:06 UTC  (4+ messages)
` [PATCH v2 2/3] drm/fb-helper: Set framebuffer for vga-switcheroo clients
  ` [Intel-gfx] "

[PATCH] drm: bridge: Use devm_platform_get_and_ioremap_resource()
 2023-01-19  7:59 UTC 

[PATCH v2] drm/radeon: Do not use deprecated drm log API
 2023-01-19  7:56 UTC  (2+ messages)

[PATCH 1/1] drm: bridge: ldb: Warn if LDB clock does not match requested link frequency
 2023-01-19  7:53 UTC  (4+ messages)

[PATCH v6 00/10] drm/hdcp: Pull HDCP auth/exchange/check into helpers
 2023-01-19  7:48 UTC  (14+ messages)
` [PATCH v6 01/10] drm/hdcp: Add drm_hdcp_atomic_check()
` [PATCH v6 02/10] drm/hdcp: Avoid changing crtc state in hdcp atomic check
` [PATCH v6 03/10] drm/hdcp: Update property value on content type and user changes
` [PATCH v6 04/10] drm/hdcp: Expand HDCP helper library for enable/disable/check
` [PATCH v6 05/10] drm/i915/hdcp: Consolidate HDCP setup/state cache
` [PATCH v6 06/10] drm/i915/hdcp: Retain hdcp_capable return codes
` [PATCH v6 07/10] drm/i915/hdcp: Use HDCP helpers for i915
` [PATCH v6 08/10] dt-bindings: msm/dp: Add bindings for HDCP registers
` [PATCH v6 09/10] arm64: dts: qcom: sc7180: Add support for HDCP in dp-controller
` [PATCH v6 10/10] drm/msm: Implement HDCP 1.x using the new drm HDCP helpers

[PATCH v2] drm/bridge: tc358767: Use devm_clk_get_enabled() helper
 2023-01-19  7:46 UTC  (2+ messages)

[PATCH] dt-bindings: display: bridge: renesas, rzg2l-mipi-dsi: Document RZ/V2L support
 2023-01-19  7:44 UTC  (2+ messages)
` [PATCH] dt-bindings: display: bridge: renesas,rzg2l-mipi-dsi: "

[PATCH 1/1] drm/bridge: sii902x: Use dev_err_probe
 2023-01-19  7:43 UTC  (2+ messages)

[PATCH drm-next 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-01-19  7:32 UTC  (22+ messages)
` [PATCH drm-next 02/14] drm/exec: fix memory leak in drm_exec_prepare_obj()
` [PATCH drm-next 03/14] drm: manager to keep track of GPUs VA mappings
` [PATCH drm-next 13/14] drm/nouveau: implement new VM_BIND UAPI

[PATCH] drm/bridge: sii902x: Allow reset line to be tied to a sleepy GPIO controller
 2023-01-19  7:41 UTC  (2+ messages)

[RFC PATCH v3 0/3] drm/mipi-dsi: 16-bit Brightness Endianness Fix
 2023-01-19  7:24 UTC  (4+ messages)

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-19  7:06 UTC  (3+ messages)

[PATCH v3 0/6] Allow error capture without a request & fix locking issues
 2023-01-19  6:50 UTC  (7+ messages)
` [PATCH v3 1/6] drm/i915: Fix request locking during error capture & debugfs dump
` [PATCH v3 2/6] drm/i915: Fix up locking around dumping requests lists
` [PATCH v3 3/6] drm/i915: Allow error capture without a request
` [PATCH v3 4/6] drm/i915: Allow error capture of a pending request
` [PATCH v3 5/6] drm/i915/guc: Look for a guilty context when an engine reset fails
` [PATCH v3 6/6] drm/i915/guc: Add a debug print on GuC triggered reset

[PATCH 1/2] drm: Add SDP Error Detection Configuration Register
 2023-01-19  6:19 UTC  (4+ messages)
` [PATCH 2/2] i915/display/dp: SDP CRC16 for 128b132b link layer

[PATCH v2 00/10] Let iommufd charge IOPTE allocations to the memory cgroup
 2023-01-19  3:52 UTC  (19+ messages)
` [PATCH v2 01/10] iommu: Add a gfp parameter to iommu_map()
` [PATCH v2 02/10] iommu: Remove iommu_map_atomic()
` [PATCH v2 03/10] iommu: Add a gfp parameter to iommu_map_sg()
` [PATCH v2 04/10] iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()
` [PATCH v2 05/10] iommufd: Use GFP_KERNEL_ACCOUNT for iommu_map()
` [PATCH v2 06/10] iommu/intel: Add a gfp parameter to alloc_pgtable_page()
` [PATCH v2 07/10] iommu/intel: Support the gfp argument to the map_pages op
` [PATCH v2 08/10] iommu/intel: Use GFP_KERNEL in sleepable contexts
` [PATCH v2 09/10] iommu/s390: Push the gfp parameter to the kmem_cache_alloc()'s
` [PATCH v2 10/10] iommu/s390: Use GFP_KERNEL in sleepable contexts

[PATCH] drm/amd/display: remove duplicate included header files
 2023-01-19  3:28 UTC  (2+ messages)

[PATCH] drm/bridge: Remove compilation error
 2023-01-19  3:15 UTC 

[PATCH v3] drm/msm/dpu: add the regdma entries to .dma_cfg of these chipsets
 2023-01-19  3:01 UTC 

[PATCH v2 0/9] drm/i915/pxp: Add MTL PXP Support
 2023-01-19  2:17 UTC  (17+ messages)
` [PATCH v2 1/9] drm/i915/pxp: Add MTL PXP GSC-CS back-end skeleton
` [PATCH v2 2/9] drm/i915/pxp: Add GSC-CS back-end resource init and cleanup
` [PATCH v2 3/9] drm/i915/pxp: Add MTL hw-plumbing enabling for KCR operation
` [PATCH v2 4/9] drm/i915/pxp: Add MTL helpers to submit Heci-Cmd-Packet to GSC
` [PATCH v2 5/9] drm/i915/pxp: Add GSC-CS backend to send GSC fw messages
` [PATCH v2 6/9] drm/i915/pxp: Add ARB session creation with new PXP API Ver4.3
` [PATCH v2 7/9] drm/i915/pxp: MTL-KCR interrupt ctrl's are in GT-0
` [PATCH v2 8/9] drm/i915/pxp: On MTL, KCR enabling doesn't wait on tee component

[PATCH v5 0/4] dt-bindings: display/msm: convert MDP5 schema to YAML format
 2023-01-19  2:16 UTC  (2+ messages)
` (subset) "

[PATCH 0/6] dt-bindings: display/msm: rename mdss and mdp nodes
 2023-01-19  2:16 UTC  (2+ messages)
` (subset) "

linux-next: build failure after merge of the drm tree
 2023-01-19  2:12 UTC 

[PATCH v13 0/6] drm/imx: Introduce i.MX8qm/qxp DPU DRM
 2023-01-19  2:04 UTC  (4+ messages)
` [PATCH v13 5/6] "

[PATCH] drm/i915/gvt: Remove extra semicolon
 2023-01-19  1:28 UTC  (2+ messages)

[PATCH 0/2] drm/i915/gvt: Avoid full proxy f_ops debug attributes
 2023-01-19  1:26 UTC  (8+ messages)
` [PATCH 2/2] drm/i915/gvt: Avoid full proxy f_ops for vgpu_status "
      ` [Intel-gfx] "

[PATCH v3] drm/msm/dpu: Reapply CTM if modeset is needed
 2023-01-19  1:35 UTC  (2+ messages)

linux-next: manual merge of the drm-misc tree with Linus' tree
 2023-01-19  1:13 UTC 

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-19  0:58 UTC  (2+ messages)

[PATCH v1 0/1] Add sync object UAPI support to VirtIO-GPU driver
 2023-01-19  0:41 UTC  (2+ messages)
` [PATCH v1 1/1] drm/virtio: Support sync objects

[PATCH v2] drm/msm/dpu: Reapply CTM if modeset is needed
 2023-01-18 23:30 UTC  (3+ messages)

[RFC PATCH v3 0/3] Support for Solid Fill Planes
 2023-01-18 22:53 UTC  (4+ messages)
` [RFC PATCH v3 1/3] drm: Introduce solid fill property for drm plane

[drm-misc:for-linux-next-fixes 1/2] drivers/gpu/drm/i915/i915_driver.c:1072:34: error: unused variable 'i915'
 2023-01-18 22:41 UTC 

[PATCH v6 0/2] do not complete dp_aux_cmd_fifo_tx() if irq is not for aux transfer
 2023-01-18 22:34 UTC  (4+ messages)
` [PATCH v6 2/2] drm/msm/dp: enhance dp controller isr

[PATCH 1/2] drm/drm_vma_manager: Add drm_vma_node_allow_once()
 2023-01-18 22:27 UTC  (8+ messages)
` [PATCH 2/2] drm/i915: Fix a memory leak with reused mmap_offset
      ` [Intel-gfx] "

[PATCH 0/6] drm: rcar-du: Misc patches
 2023-01-18 21:54 UTC  (13+ messages)
` [PATCH 1/6] drm: rcar-du: dsi: add 'select RESET_CONTROLLER'
` [PATCH 2/6] drm: rcar-du: lvds: Add reset control
` [PATCH 3/6] drm: rcar-du: Fix LVDS stop sequence
` [PATCH 4/6] drm: rcar-du: Add quirk for H3 ES1 pclk WA
` [PATCH 5/6] drm: rcar-du: Fix setting a reserved bit in DPLLCR
` [PATCH 6/6] drm: rcar-du: Stop accessing non-existant registers on gen4

[PATCH] drm/panel: boe-tv101wum-nl6: Ensure DSI writes succeed during disable
 2023-01-18 21:34 UTC  (7+ messages)

[RESEND][PATCH] drm/nouveau/fb/ga102: Replace zero-length array of trailing structs with flex-array
 2023-01-18 21:15 UTC  (3+ messages)

[Bug 216950] New: DisplayPort USB-C hub issue
 2023-01-18 21:14 UTC 

linux-next: duplicate patch in the kspp tree
 2023-01-18 20:38 UTC  (4+ messages)

[PATCH v10 00/23] drm/i915/vm_bind: Add VM_BIND functionality
 2023-01-18 20:27 UTC  (5+ messages)
` [PATCH v10 23/23] drm/i915/vm_bind: Support capture of persistent mappings
  ` [Intel-gfx] "

[PATCH v2] drm/i915/gvt: Avoid full proxy f_ops for debugfs attributes
 2023-01-18 20:23 UTC 

[PATCH v2] drm: rcar-du: depend on DRM_RCAR_DU for components on that SoC
 2023-01-18 19:29 UTC  (3+ messages)

[PATCH] drm/i915: Move/adjust register definitions related to Wa_22011450934
 2023-01-18 19:27 UTC  (2+ messages)
` [Intel-gfx] "

[RFC PATCH] drm/simpledrm: Allow physical width and height configuration via DT
 2023-01-18 18:48 UTC 

[RFC PATCH] drm/msm/dpu: enable DPU_MDP_AUDIO_SELECT for sc8180x
 2023-01-18 18:48 UTC  (2+ messages)

[PATCH v3 0/3] drm/rockchip: dw_hdmi: Add 4k@30 support
 2023-01-18 18:42 UTC  (7+ messages)
` [PATCH v3 1/3] drm/rockchip: dw_hdmi: relax mode_valid hook
` [PATCH v3 2/3] drm/rockchip: dw_hdmi: Add support for 4k@30 resolution
` [PATCH v3 3/3] drm/rockchip: dw_hdmi: discard modes with unachievable pixelclocks

[Intel-gfx] [PATCH] drm/i915: Remove unused variable
 2023-01-18 18:39 UTC 

[PATCH v2 0/5] Allow error capture without a request / on reset failure
 2023-01-18 18:18 UTC  (14+ messages)
` [PATCH v2 1/5] drm/i915: Fix request locking during error capture & debugfs dump
` [PATCH v2 2/5] drm/i915: Allow error capture without a request
  ` [Intel-gfx] "
` [PATCH v2 3/5] drm/i915: Allow error capture of a pending request
  ` [Intel-gfx] "
` [PATCH v2 4/5] drm/i915/guc: Look for a guilty context when an engine reset fails
  ` [Intel-gfx] "

[PATCH v9 0/2] mdss-dsi-ctrl binding and dts fixes
 2023-01-18 17:16 UTC  (3+ messages)
` [PATCH v9 1/2] dt-bindings: msm: dsi-controller-main: Add compatible strings for every current SoC
` [PATCH v9 2/2] dt-bindings: msm: dsi-controller-main: Document clocks on a per compatible basis

[PATCH v7 00/11] dt-bindings: display/msm: rework MDP5 and MDSS schema
 2023-01-18 16:43 UTC  (5+ messages)
` [PATCH v7 03/11] dt-bindings: display/msm: add core clock to the mdss bindings
` [PATCH v7 04/11] dt-bindings: display/msm: rename mdss nodes to display-subsystem

[PATCH] drm/i915/display: Convert i9xx_pipe_crc_auto_source to void
 2023-01-18 16:42 UTC  (4+ messages)

[PATCH 0/4] dt-bindings: display/msm: more dsi-controller fixes
 2023-01-18 16:42 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: display/msm: dsi-controller-main: remove #address/#size-cells
` [PATCH 2/4] dt-bindings: display/msm: dsi-controller-main: account for apq8064
` [PATCH 3/4] dt-bindings: display/msm: dsi-controller-main: allow using fewer lanes
` [PATCH 4/4] dt-binbings: display/msm: dsi-controller-main: add missing supplies

[PATCH] drm/msm/dpu: Reapply CTM if modeset is needed
 2023-01-18 16:42 UTC  (3+ messages)

[PATCH 1/4] dt-bindings: display/msm: add qcom, sc8280xp-edp to list of eDP devices
 2023-01-18 16:39 UTC  (4+ messages)
` [PATCH 2/4] dt-bindings: display/msm: qcom, sc8280xp-mdss: add DP / eDP child nodes
` [PATCH 1/4] dt-bindings: display/msm: add qcom,sc8280xp-edp to list of eDP devices

[PATCH] drm/amd/display: fix hdmi_encoded_link_bw definition
 2023-01-18 16:32 UTC  (2+ messages)

[PATCH] drm/amd/display: fix dp_retrieve_lttpr_cap() return value
 2023-01-18 16:27 UTC  (2+ messages)

[PATCH v2 0/9] Add and update some driver nodes for MT8186 SoC
 2023-01-18 16:20 UTC  (3+ messages)
` [PATCH v2 2/9] dt-bindings: spmi: spmi-mtk-pmif: Document mediatek, mt8195-spmi as fallback of mediatek, mt8186-spmi
  ` [PATCH v2 2/9] dt-bindings: spmi: spmi-mtk-pmif: Document mediatek,mt8195-spmi as fallback of mediatek,mt8186-spmi

[PATCH v7 00/22] drm/edid: info & modes parsing and drm_edid refactors
 2023-01-18 16:15 UTC  (31+ messages)
` [PATCH v7 01/22] drm/edid: fix AVI infoframe aspect ratio handling
` [PATCH v7 02/22] drm/edid: fix parsing of 3D modes from HDMI VSDB
` [PATCH v7 03/22] drm/edid: parse VICs from CTA VDB early
` [PATCH v7 04/22] drm/edid: Use the pre-parsed VICs
` [PATCH v7 05/22] drm/edid: use VIC in AVI infoframe if sink lists it in CTA VDB
` [PATCH v7 06/22] drm/edid: rename struct drm_display_info *display to *info
` [PATCH v7 07/22] drm/edid: refactor CTA Y420CMDB parsing
` [PATCH v7 08/22] drm/edid: split CTA Y420VDB info and mode parsing
` [PATCH v7 09/22] drm/edid: fix and clarify HDMI VSDB audio latency parsing
` [PATCH v7 10/22] drm/edid: add helper for HDMI VSDB audio latency field length
` [PATCH v7 11/22] drm/edid: split HDMI VSDB info and mode parsing
` [PATCH v7 12/22] drm/edid: store quirks in display info
` [PATCH v7 13/22] drm/edid: stop passing quirks around
` [PATCH v7 14/22] drm/edid: merge ELD handling to update_display_info()
` [PATCH v7 15/22] drm/edid: move EDID BPC quirk application "

[PATCH] drm/msm/gpu: Add proper DEVFREQ_GOV_SIMPLE_ONDEMAND dependency
 2023-01-18 15:58 UTC 

[PATCH drm-next 04/14] drm: debugfs: provide infrastructure to dump a DRM GPU VA space
 2023-01-18 15:47 UTC  (3+ messages)

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2023-01-18 15:44 UTC  (8+ messages)
` [PATCH v5 1/7] arch: rename all internal names __xchg to __arch_xchg
  ` [PATCH v5 2/7] linux/include: add non-atomic version of xchg
  ` [PATCH v5 3/7] arch/*/uprobes: simplify arch_uretprobe_hijack_return_addr
  ` [PATCH v5 4/7] llist: simplify __llist_del_all
  ` [PATCH v5 5/7] io_uring: use __xchg if possible
  ` [PATCH v5 6/7] qed: "
  ` [PATCH v5 7/7] drm/i915/gt: use __xchg instead of internal helper

[PATCH 0/8] Let iommufd charge IOPTE allocations to the memory cgroup
 2023-01-18 15:15 UTC  (6+ messages)
` [PATCH 6/8] iommu/intel: Add a gfp parameter to alloc_pgtable_page()

[PATCH] amd/dcn20: Fix high mem clock with multiple displays
 2023-01-18 14:46 UTC  (2+ messages)

[PATCH 00/13] drm/bridge: lt9611: several fixes and improvements
 2023-01-18 14:29 UTC  (2+ messages)

[PATCH] drm/msm/dsi: correct byte intf clock rate for 14nm DSI PHY
 2023-01-18 14:15 UTC  (2+ messages)
`  "

[PATCH] arm64: dts: qcom: sm8350: use qcom, sm8350-dsi-ctrl compatibles
 2023-01-18 13:28 UTC  (2+ messages)
` [PATCH] arm64: dts: qcom: sm8350: use qcom,sm8350-dsi-ctrl compatibles


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).