dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-07-10 19:12:37 to 2022-07-11 17:39:55 UTC [more...]

[PATCH v5 00/69] drm/vc4: Fix hotplug for vc4
 2022-07-11 17:38 UTC  (4+ messages)
` [PATCH v5 01/69] drm/mipi-dsi: Detach devices when removing the host
` [PATCH v5 02/69] drm/crtc: Introduce drmm_crtc_init_with_planes
` [PATCH v5 03/69] drm/encoder: Introduce drmm_encoder_init

[PATCH] drm/amd/display: Only use depth 36 bpp linebuffers on DCN display engines
 2022-07-11 17:39 UTC 

[RFC PATCH v3 0/2] drm/bridge: ti-sn65dsi86: support DRM_BRIDGE_ATTACH_NO_CONNECTOR
 2022-07-11 17:23 UTC  (5+ messages)
` [RFC PATCH v3 1/2] drm/bridge: ti-sn65dsi86: fetch bpc using drm_atomic_state
` [RFC PATCH v3 2/2] drm/bridge: ti-sn65dsi86: support DRM_BRIDGE_ATTACH_NO_CONNECTOR

[PATCH v5 0/9] drm: selftest: Convert to KUnit
 2022-07-11 16:56 UTC  (2+ messages)

[PATCH libdrm] util: Remove unused definitions of RED, GREEN, and BLUE
 2022-07-11 16:35 UTC  (2+ messages)

[PATCH 0/3] drm: Endianness fixes
 2022-07-11 16:28 UTC  (5+ messages)
` [PATCH 1/3] drm/fourcc: Add missing big-endian XRGB1555 and RGB565 formats

[PATCH libdrm] util: Fix grey in YUV SMPTE patterns
 2022-07-11 16:25 UTC  (2+ messages)

[PATCH 00/14] drm/mgag200: Move model-specific code into separate functions
 2022-07-11 16:20 UTC  (7+ messages)
` [PATCH 02/14] drm/mgag200: Move DAC-register setup into model-specific code

[PATCH libdrm] modetest: Fix mode_vrefresh() for interlace/dblscan/vscan
 2022-07-11 15:55 UTC 

[PATCH 00/10] video: fbdev: atari: Miscellaneous fixes and cleanups
 2022-07-11 15:50 UTC  (11+ messages)
` [PATCH 01/10] video: fbdev: atari: Simplify atafb_pan_display()
` [PATCH 02/10] video: fbdev: atari: Remove bogus FB_VMODE_YWRAP flags
` [PATCH 03/10] video: fbdev: atari: Fix inverse handling
` [PATCH 04/10] video: fbdev: atari: Fix ext_setcolreg()
` [PATCH 05/10] video: fbdev: atari: Remove unneeded casts from void *
` [PATCH 06/10] video: fbdev: atari: Remove unneeded casts to "
` [PATCH 07/10] video: fbdev: atari: Fix TT High video mode vertical refresh
` [PATCH 08/10] video: fbdev: atari: Fix VGA modes
` [PATCH 09/10] video: fbdev: atari: Remove unused definitions and variables
` [PATCH 10/10] [RFC] video: fbdev: atari: Remove backward bug-compatibility

[PATCH] video: fbdev: Make *fb_setup() and *fb_init() static
 2022-07-11 15:41 UTC 

[PATCH] video: fbdev: cirrusfb: Make cirrusfb_zorro_unregister() static
 2022-07-11 15:39 UTC 

[PATCH] video: fbdev: sa1100fb: Remove unused sa1100fb_setup()
 2022-07-11 15:37 UTC 

[PATCH] video: fbdev: amiga: Simplify amifb_pan_display()
 2022-07-11 15:35 UTC 

[PATCH] drm/doc/rfc: VM_BIND fix a few grammatical slip-ups and typos
 2022-07-11 14:23 UTC 

[PATCH v6 00/10] Add PSR support for eDP
 2022-07-11 14:21 UTC  (16+ messages)
` [PATCH v6 01/10] drm/msm/disp/dpu: clear dpu_assign_crtc and get crtc from connector state instead of dpu_enc
` [PATCH v6 02/10] drm: add helper functions to retrieve old and new crtc
` [PATCH v6 03/10] drm/msm/dp: use atomic callbacks for DP bridge ops
` [PATCH v6 04/10] drm/msm/dp: Add basic PSR support for eDP
` [PATCH v6 05/10] drm/msm/dp: use the eDP bridge ops to validate eDP modes
` [PATCH v6 06/10] drm/bridge: use atomic enable/disable callbacks for panel bridge
` [PATCH v6 07/10] drm/bridge: add psr support for panel bridge callbacks
` [PATCH v6 08/10] drm/msm/disp/dpu: use atomic enable/disable callbacks for encoder functions
` [PATCH v6 09/10] drm/msm/disp/dpu: add PSR support for eDP interface in dpu driver
` [PATCH v6 10/10] drm/msm/disp/dpu: check for crtc enable rather than crtc active to release shared resources

[PATCH v8 00/15] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-11 14:00 UTC  (11+ messages)
` [PATCH v8 02/15] mm: move page zone helpers into new header-specific file
` [PATCH v8 06/15] mm: remove the vma check in migrate_vma_setup()
` [PATCH v8 07/15] mm/gup: migrate device coherent pages when pinning instead of failing

[PATCH] drm:pl111: Add of_node_put() when breaking out of for_each_available_child_of_node()
 2022-07-11 13:15 UTC 

[PATCH 1/9] drm/panel/panel-sitronix-st7701: Make DSI mode flags common to ST7701
 2022-07-11 13:17 UTC  (10+ messages)
` [PATCH 2/9] drm/panel/panel-sitronix-st7701: Enable DSI burst mode, LPM, non-continuous clock
` [PATCH 3/9] drm/panel/panel-sitronix-st7701: Make voltage supplies common to ST7701
` [PATCH 4/9] drm/panel/panel-sitronix-st7701: Make gamma correction TFT specific
` [PATCH 5/9] drm/panel/panel-sitronix-st7701: Infer vertical line count from TFT mode
` [PATCH 6/9] drm/panel/panel-sitronix-st7701: Adjust porch control bitfield name
` [PATCH 7/9] drm/panel/panel-sitronix-st7701: Infer horizontal pixel count from TFT mode
` [PATCH 8/9] drm/panel/panel-sitronix-st7701: Parametrize voltage and timing
` [PATCH 9/9] drm/panel/panel-sitronix-st7701: Split GIP and init sequences

[PATCH 1/5] dma-buf: cleanup dma_fence_unwrap selftest v2
 2022-07-11 12:41 UTC  (7+ messages)
` [PATCH 3/5] dma-buf: return only unsignaled fences in dma_fence_unwrap_for_each v3

[PATCH v3 0/4] drm: rename CMA helpers to DMA helpers
 2022-07-11 12:36 UTC  (3+ messages)

[PATCH libdrm v2 00/10] Big-endian fixes
 2022-07-11 12:34 UTC  (4+ messages)
` [PATCH libdrm v2 04/10] util: Add missing big-endian RGB16 frame buffer formats

[PATCH 0/5] drm/modes: Command line mode selection fixes and improvements
 2022-07-11 12:08 UTC  (12+ messages)
` [PATCH 4/5] drm/modes: Add support for driver-specific named modes

[PATCH v2 00/11] dt-bindings: display/msm: rework MDSS and DPU bindings
 2022-07-11 11:37 UTC  (9+ messages)
` [PATCH v2 01/11] arm64: dts: qcom: sdm845: rename DPU device node
` [PATCH v2 02/11] arm64: dts: qcom: sc7180: "
` [PATCH v2 03/11] arm64: dts: qcom: sm8250: "
` [PATCH v2 04/11] dt-bindings: display/msm: split qcom, mdss bindings

[PATCH v11 00/24] drm/rockchip: RK356x VOP2 support
 2022-07-11 11:34 UTC  (19+ messages)
` [PATCH v11 20/24] arm64: dts: rockchip: enable vop2 and hdmi tx on rock-3a

[PATCH 00/11] fbdev: Maintain device ownership with aperture helpers
 2022-07-11 11:33 UTC  (27+ messages)
` [PATCH 02/11] fbdev/vga16fb: Create EGA/VGA devices in sysfb code
` [PATCH 03/11] fbdev/vga16fb: Auto-generate module init/exit code
` [PATCH 04/11] fbdev/core: Remove remove_conflicting_pci_framebuffers()
` [PATCH 05/11] fbdev: Convert drivers to aperture helpers
` [PATCH 06/11] fbdev: Remove conflicting devices on PCI bus
` [PATCH 07/11] video/aperture: Disable and unregister sysfb devices via aperture helpers
` [PATCH 08/11] video: Provide constants for VGA I/O range
` [PATCH 09/11] video/aperture: Remove conflicting VGA devices, if any
` [PATCH 10/11] fbdev: Acquire framebuffer apertures for firmware devices
` [PATCH 11/11] fbdev: Remove conflict-handling code

[PATCH v24 0/7] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2022-07-11 10:43 UTC  (8+ messages)
` [PATCH v24 1/7] dt-bindings: mediatek: add ethdr definition "
` [PATCH v24 2/7] drm/mediatek: add ETHDR support for MT8195
` [PATCH v24 3/7] drm/mediatek: add ovl_adaptor "
` [PATCH v24 4/7] drm/mediatek: add dma dev get function
` [PATCH v24 5/7] drm/mediatek: modify mediatek-drm for mt8195 multi mmsys support
` [PATCH v24 6/7] drm/mediatek: add drm ovl_adaptor sub driver for MT8195
` [PATCH v24 7/7] drm/mediatek: add mediatek-drm of vdosys1 support "

[PATCH 1/2] drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXC
 2022-07-11 10:36 UTC  (4+ messages)
` [PATCH 2/2] drm: mxsfb: DRM_IMX_LCDIF should depend on ARCH_MXC

[PATCH v5 00/10] Add PSR support for eDP
 2022-07-11 10:24 UTC  (16+ messages)
` [PATCH v5 01/10] drm/msm/disp/dpu1: clear dpu_assign_crtc and get crtc from connector state instead of dpu_enc
` [PATCH v5 02/10] drm: add helper functions to retrieve old and new crtc
` [PATCH v5 03/10] drm/msm/dp: use atomic callbacks for DP bridge ops
` [PATCH v5 04/10] drm/msm/dp: add basic PSR support for eDP
` [PATCH v5 04/10] drm/msm/dp: Add "
` [PATCH v5 05/10] drm/msm/dp: use the eDP bridge ops to validate eDP modes
` [PATCH v5 06/10] drm/bridge: use atomic enable/disable callbacks for panel bridge
` [PATCH v5 07/10] drm/bridge: add psr support for panel bridge callbacks
` [PATCH v5 08/10] drm/msm/disp/dpu1: use atomic enable/disable callbacks for encoder functions
` [PATCH v5 09/10] drm/msm/disp/dpu1: add PSR support for eDP interface in dpu driver
` [PATCH v5 10/10] drm/msm/disp/dpu1: check for crtc enable rather than crtc active to release shared resources

[PATCH 1/3] drm/komeda - Add legacy FB support so VT's work as expected
 2022-07-11 10:13 UTC  (5+ messages)
` [PATCH 3/3] drm/komeda - Fix handling of pending crtc state commit to avoid lock-up

[PATCH 0/2] drm/msm: remove struct msm_display_dsc_config
 2022-07-11 10:04 UTC  (3+ messages)
` [PATCH 1/2] drm/msm/dpu: use drm_dsc_config instead of msm_display_dsc_config
` [PATCH 2/2] drm/msm/dsi: "

[PATCH v3 0/2] Add R16 Vista E board from RenewWorldOutreach
 2022-07-11  9:57 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: arm: sunxi: Add binding for RenewWorldOutReach R16-Vista-E board
` [PATCH v3 2/2] ARM: dts: sun8i: Add R16 Vista E board from RenewWorldOutreach

[PATCH v3] drm/i915/ttm: fix sg_table construction
 2022-07-11  9:53 UTC  (2+ messages)

[PATCH v2 0/4] drm/msm/dsi: stop using drm_panel directly
 2022-07-11  9:43 UTC  (5+ messages)
` [PATCH v2 1/4] drm/mipi-dsi: pass DSC data through the struct mipi_dsi_device
` [PATCH v2 2/4] drm/msm/dsi: fetch DSC pps payload from "
` [PATCH v2 3/4] drm/panel: drop DSC pps pointer
` [PATCH v2 4/4] drm/msm/dsi: switch to DRM_PANEL_BRIDGE

[PATCH] drm/mgag200: Don't read-back PCI option register before writing
 2022-07-11  9:33 UTC  (2+ messages)

[RFC PATCH v2 0/2] drm/bridge: ti-sn65dsi86: support DRM_BRIDGE_ATTACH_NO_CONNECTOR
 2022-07-11  9:19 UTC  (5+ messages)
` [RFC PATCH v2 1/2] drm/bridge: ti-sn65dsi86: fetch bpc using drm_atomic_state
` [RFC PATCH v2 2/2] drm/bridge: ti-sn65dsi86: support DRM_BRIDGE_ATTACH_NO_CONNECTOR

[PATCH v3 00/10] drm: Add support for low-color frame buffer formats
 2022-07-11  9:12 UTC  (6+ messages)
` [PATCH v3 06/10] drm/fb-helper: Add support for DRM_FORMAT_C[124]

[PATCH v1 0/11] drm/via: Make via a single file driver
 2022-07-11  9:08 UTC  (4+ messages)

[PATCH] drm/mipi-dsi: Fix device_node's refcount bugs
 2022-07-11  8:45 UTC 

[PATCH 0/9] dt-bindings: msm/dp: cleanup Qualcomm DP and eDP bidndings
 2022-07-11  8:40 UTC  (8+ messages)
` [PATCH 1/9] dt-bindings: msm/dp: drop extra p1 region

[syzbot] BUG: unable to handle kernel paging request in bitfill_aligned (3)
 2022-07-11  7:58 UTC 

linux-next: manual merge of the drm tree with the drm-misc-fixes tree
 2022-07-11  8:05 UTC  (2+ messages)

[PATCH v25 00/10] Add MediaTek SoC(vdosys1) support for mt8195
 2022-07-11  7:52 UTC  (11+ messages)
` [PATCH v25 01/10] dt-bindings: reset: mt8195: add vdosys1 reset control bit
` [PATCH v25 02/10] soc: mediatek: add mtk-mmsys ethdr and mdp_rdma components
` [PATCH v25 03/10] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v25 04/10] soc: mediatek: add mtk_mmsys_update_bits API
` [PATCH v25 05/10] soc: mediatek: add mtk-mmsys config API for mt8195 vdosys1
` [PATCH v25 06/10] soc: mediatek: add cmdq support of "
` [PATCH v25 07/10] soc: mediatek: mmsys: add mmsys for support 64 reset bits
` [PATCH v25 08/10] soc: mediatek: mmsys: add reset control for MT8195 vdosys1
` [PATCH v25 09/10] soc: mediatek: add mtk-mutex component - dp_intf1
` [PATCH v25 10/10] soc: mediatek: add mtk-mutex support for mt8195 vdosys1

[PATCH] drm/panel-edp: add AUO B133UAN02.1 panel entry
 2022-07-11  7:52 UTC 

[RFC PATCH 0/3] drm/bridge: ti-sn65dsi86: support DRM_BRIDGE_ATTACH_NO_CONNECTOR
 2022-07-11  7:31 UTC  (11+ messages)
` [RFC PATCH 1/3] drm/bridge: ti-sn65dsi86: switch to atomic ops
` [RFC PATCH 2/3] drm/bridge: ti-sn65dsi86: fetch bpc using drm_atomic_state
` [RFC PATCH 3/3] drm/bridge: ti-sn65dsi86: support DRM_BRIDGE_ATTACH_NO_CONNECTOR

drm-tip amdgpu not compiling, possible fix attached
 2022-07-11  7:07 UTC  (2+ messages)

[PATCH v4 0/2] Fix TLB invalidate issues with Broadwell
 2022-07-11  6:50 UTC  (3+ messages)
` [PATCH v4 1/2] drm/i915/gt: Serialize GRDOM access between multiple engine resets
` [PATCH v4 2/2] drm/i915/gt: Serialize TLB invalidates with GT resets

[PATCH v24 00/10] Add MediaTek SoC(vdosys1) support for mt8195
 2022-07-11  6:01 UTC  (7+ messages)
` [PATCH v24 04/10] soc: mediatek: add mtk_mmsys_update_bits API
` [PATCH v24 07/10] soc: mediatek: mmsys: add mmsys for support 64 reset bits

[PATCH v2 0/2] Add R16 Vista E board from RenewWorldOutreach
 2022-07-11  6:01 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: arm: sunxi: Add binding for RenewWorldOutReach R16-Vista-E board
  ` [PATCH v2 2/2] ARM: dts: sun8i: Add R16 Vista E board from RenewWorldOutreach

[PATCH] drm/i915/gvt: Fix kernel-doc
 2022-07-11  4:29 UTC  (2+ messages)

[PATCH 2/2] drm/i915/gvt: Fix kernel-doc
 2022-07-11  4:28 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH] drm/i915/gvt: fix typo in comment
 2022-07-11  4:24 UTC  (2+ messages)

[PATCH v5 00/13] Canaan devicetree fixes
 2022-07-10 23:21 UTC  (4+ messages)
` [PATCH v5 04/13] dt-bindings: memory-controllers: add canaan k210 sram controller


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox