dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-13 23:37:43 to 2021-10-14 19:59:54 UTC [more...]

[PATCH 0/3] drm/panel: Proper cleanup after mipi_dsi_attach()
 2021-10-14 19:59 UTC  (2+ messages)

[RFC v2 00/22] Add Support for Plane Color Lut and CSC features
 2021-10-14 19:46 UTC  (11+ messages)
` [RFC v2 01/22] drm: RFC for Plane Color Hardware Pipeline

[PATCH] drm: fix null-ptr-deref in drm_dev_init_release()
 2021-10-14 19:40 UTC  (2+ messages)

[PATCH] drm/bridge: Ignore -EPROBE_DEFER when bridge attach fails
 2021-10-14 19:35 UTC  (4+ messages)

[PATCH v1 0/2] mm: remove extra ZONE_DEVICE struct page refcount
 2021-10-14 19:01 UTC  (11+ messages)
` [PATCH v1 1/2] ext4/xfs: add page refcount helper
` [PATCH v1 2/2] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH 00/25] Parallel submission aka multi-bb execbuf
 2021-10-14 18:55 UTC  (32+ messages)
` [PATCH 01/25] drm/i915/guc: Move GuC guc_id allocation under submission state sub-struct
` [PATCH 02/25] drm/i915/guc: Take GT PM ref when deregistering context
` [PATCH 03/25] drm/i915/guc: Take engine PM when a context is pinned with GuC submission
` [PATCH 04/25] drm/i915/guc: Don't call switch_to_kernel_context "
` [PATCH 05/25] drm/i915: Add logical engine mapping
` [PATCH 06/25] drm/i915: Expose logical engine instance to user
` [PATCH 07/25] drm/i915/guc: Introduce context parent-child relationship
` [PATCH 08/25] drm/i915/guc: Add multi-lrc context registration
` [PATCH 09/25] drm/i915/guc: Ensure GuC schedule operations do not operate on child contexts
` [PATCH 10/25] drm/i915/guc: Assign contexts in parent-child relationship consecutive guc_ids
` [PATCH 11/25] drm/i915/guc: Implement parallel context pin / unpin functions
` [PATCH 12/25] drm/i915/guc: Implement multi-lrc submission
` [PATCH 13/25] drm/i915/guc: Insert submit fences between requests in parent-child relationship
` [PATCH 14/25] drm/i915/guc: Implement multi-lrc reset
` [PATCH 15/25] drm/i915/guc: Update debugfs for GuC multi-lrc
` [PATCH 16/25] drm/i915/guc: Connect UAPI to GuC multi-lrc interface
` [PATCH 17/25] drm/i915/doc: Update parallel submit doc to point to i915_drm.h
` [PATCH 18/25] drm/i915/guc: Add basic GuC multi-lrc selftest
` [PATCH 19/25] drm/i915/guc: Implement no mid batch preemption for multi-lrc
` [PATCH 20/25] drm/i915: Multi-BB execbuf
` [PATCH 21/25] drm/i915/guc: Handle errors in multi-lrc requests
` [PATCH 22/25] drm/i915: Make request conflict tracking understand parallel submits
` [PATCH 23/25] drm/i915: Update I915_GEM_BUSY IOCTL to understand composite fences
` [PATCH 24/25] drm/i915: Enable multi-bb execbuf
` [PATCH 25/25] drm/i915/execlists: Weak parallel submission support for execlists

[PATCH] drm/bridge: display-connector: fix an uninitialized pointer in probe()
 2021-10-14 18:54 UTC  (2+ messages)

[PATCH v3] drm: of: Add drm_of_lvds_get_data_mapping
 2021-10-14 18:53 UTC  (2+ messages)

[PATCH] drm/panel-simple: Add Vivax TPC-9150 panel v6
 2021-10-14 18:52 UTC  (2+ messages)

[PATCH v3 1/7] drm/kmb: Work around for higher system clock
 2021-10-14 18:44 UTC  (15+ messages)
` [PATCH v3 2/7] drm/kmb: Limit supported mode to 1080p
` [PATCH v3 3/7] drm/kmb: Remove clearing DPHY regs
` [PATCH v3 4/7] drm/kmb: Disable change of plane parameters
` [PATCH v3 5/7] drm/kmb: Corrected typo in handle_lcd_irq
` [PATCH v3 6/7] drm/kmb: Enable ADV bridge after modeset
` [PATCH v3 7/7] drm/kmb: Enable support for framebuffer console

Revert "arm64: dts: qcom: sm8250: remove bus clock from the mdss node for sm8250 target"
 2021-10-14 16:54 UTC  (4+ messages)

[PATCH v2 1/2] dt-bindings: display: simple: add Innolux G070Y2-T02 panel
 2021-10-14 18:31 UTC  (3+ messages)
` [PATCH v2 2/2] drm: panel-simple: Add support for the "

[PATCH] video: omapfb: Fix fall-through warning for Clang
 2021-10-14 18:34 UTC  (3+ messages)

[PATCH 0/7] drm/meson: rework encoders to pass ATTACH_NO_CONNECTOR
 2021-10-14 18:19 UTC  (15+ messages)
` [PATCH 1/7] drm/bridge: display-connector: implement bus fmts callbacks
` [PATCH 2/7] drm/meson: remove useless recursive components matching
` [PATCH 3/7] drm/meson: split out encoder from meson_dw_hdmi
` [PATCH 4/7] drm/bridge: synopsys: dw-hdmi: also allow interlace on bridge
` [PATCH 5/7] drm/meson: encoder_hdmi: switch to bridge DRM_BRIDGE_ATTACH_NO_CONNECTOR
` [PATCH 6/7] drm/meson: rename venc_cvbs to encoder_cvbs
` [PATCH 7/7] drm/meson: encoder_cvbs: switch to bridge with ATTACH_NO_CONNECTOR

[PATCH 00/25] Parallel submission aka multi-bb execbuf
 2021-10-14 17:15 UTC  (32+ messages)
` [PATCH 01/25] drm/i915/guc: Move GuC guc_id allocation under submission state sub-struct
` [PATCH 02/25] drm/i915/guc: Take GT PM ref when deregistering context
` [PATCH 03/25] drm/i915/guc: Take engine PM when a context is pinned with GuC submission
` [PATCH 08/25] drm/i915/guc: Add multi-lrc context registration
` [PATCH 11/25] drm/i915/guc: Implement parallel context pin / unpin functions
` [PATCH 12/25] drm/i915/guc: Implement multi-lrc submission
` [PATCH 14/25] drm/i915/guc: Implement multi-lrc reset
` [PATCH 16/25] drm/i915/guc: Connect UAPI to GuC multi-lrc interface
` [PATCH 19/25] drm/i915/guc: Implement no mid batch preemption for multi-lrc
` [PATCH 20/25] drm/i915: Multi-BB execbuf
` [PATCH 21/25] drm/i915/guc: Handle errors in multi-lrc requests
` [PATCH 22/25] drm/i915: Make request conflict tracking understand parallel submits

[PATCH v3 0/6] drm/mediatek: Add mt8195 DisplayPort driver
 2021-10-14 16:04 UTC  (3+ messages)
` [PATCH v3 5/6] drm/mediatek: dpi: Add dpintf support

[PATCH 1/3] drm/dp: add helpers to read link training delays
 2021-10-14 15:43 UTC  (4+ messages)
` [PATCH 2/3] drm/dp: reuse the 8b/10b link training delay helpers
` [PATCH 3/3] drm/i915/dp: use new "

[PATCH v6 00/16] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-10-14 15:01 UTC  (7+ messages)
` [PATCH v6 06/16] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v6 09/16] soc: mediatek: mmsys: modify reset controller for MT8195 vdosys1
` [PATCH v6 10/16] soc: mediatek: add mtk-mutex support for mt8195 vdosys1

[PATCH v2 00/11] drm/msm: Add Display Stream Compression Support
 2021-10-14 14:40 UTC  (16+ messages)
` [PATCH v2 02/11] drm/msm/disp/dpu1: Add support for DSC
` [PATCH v2 03/11] drm/msm/disp/dpu1: Add support for DSC in pingpong block
` [PATCH v2 04/11] drm/msm/disp/dpu1: Add DSC support in RM
` [PATCH v2 05/11] drm/msm/disp/dpu1: Add DSC for SDM845 to hw_catalog
` [PATCH v2 06/11] drm/msm/disp/dpu1: Don't use DSC with mode_3d
` [PATCH v2 07/11] drm/msm/disp/dpu1: Add DSC support in hw_ctl
` [PATCH v2 09/11] drm/msm/disp/dpu1: Add support for DSC in topology

[PULL] drm-misc-next
 2021-10-14 14:30 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH v11 00/16] Add Mediatek Soc DRM (vdosys0) support for mt8195
 2021-10-14 14:27 UTC  (5+ messages)
` [PATCH v11 09/16] soc: mediatek: add mtk-mmsys support for mt8195 vdosys0
` [PATCH v11 15/16] drm/mediatek: add MERGE support for mediatek-drm

[PATCH 00/14] drm/i915/dg2: Enabling 64k page size and flat ccs
 2021-10-14 14:21 UTC  (6+ messages)
` [PATCH 03/14] drm/i915/xehpsdv: enforce min GTT alignment

[PULL] drm-intel-fixes
 2021-10-14 14:14 UTC 

[PATCH] video: smscufx: Fix null-ptr-deref in ufx_usb_probe()
 2021-10-14 13:58 UTC  (2+ messages)

[PATCH] drm/i915: Use dma_resv_iter for waiting in i915_gem_object_wait_reservation
 2021-10-14 13:56 UTC  (6+ messages)
` [Intel-gfx] "

[RFC PATCH] drm: Increase DRM_OBJECT_MAX_PROPERTY by 18
 2021-10-14 13:47 UTC  (7+ messages)

[PATCH v7, 00/15] Support multi hardware decode using of_platform_populate
 2021-10-14 13:44 UTC  (28+ messages)
` [PATCH v7, 02/15] media: mtk-vcodec: Align vcodec wake up interrupt interface
` [PATCH v7, 03/15] media: mtk-vcodec: Refactor vcodec pm interface
` [PATCH v7, 04/15] media: mtk-vcodec: Manage multi hardware information
` [PATCH v7, 06/15] media: mtk-vcodec: Use pure single core for MT8183
` [PATCH v7, 07/15] media: mtk-vcodec: Add irq interface for multi hardware
` [PATCH v7, 08/15] media: mtk-vcodec: Add msg queue feature for lat and core architecture
` [PATCH v7, 09/15] media: mtk-vcodec: Generalize power and clock on/off interfaces
` [PATCH v7, 10/15] media: mtk-vcodec: Add new interface to lock different hardware
` [PATCH v7, 11/15] media: mtk-vcodec: Add core thread
` [PATCH v7, 12/15] media: mtk-vcodec: Support 34bits dma address for vdec
` [PATCH v7, 14/15] media: mtk-vcodec: Add core dec and dec end ipi msg
` [PATCH v7, 15/15] media: mtk-vcodec: Use codec type to separate different hardware

[PATCH v2 00/34] component: Make into an aggregate bus
 2021-10-14 13:27 UTC  (5+ messages)
` [PATCH v2 02/34] component: Introduce the aggregate bus_type

[PATCH 0/4] drm: Make modeset locking easier
 2021-10-14 13:23 UTC  (8+ messages)
` [PATCH 1/4] drm: Introduce drm_modeset_lock_ctx_retry()

[pull] amdgpu, amdkfd drm-next-5.16
 2021-10-14 13:20 UTC 

DSI Bridge switching
 2021-10-14 13:15 UTC  (4+ messages)

Regression with mainline kernel on rpi4
 2021-10-14 13:15 UTC  (11+ messages)

[PATCH v6, 00/15] Using component framework to support multi hardware decode
 2021-10-14 12:38 UTC  (8+ messages)

[PULL] drm-misc-fixes
 2021-10-14 12:19 UTC 

Deploying new iterator interface for dma-buf
 2021-10-14 12:04 UTC  (3+ messages)
` [PATCH 20/28] drm/i915: use new iterator in i915_gem_object_wait_reservation

[PATCH v2] dma-buf: remove restriction of IOCTL:DMA_BUF_SET_NAME
 2021-10-14 10:35 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/2] drm/msm: fix build error
 2021-10-14  8:51 UTC  (3+ messages)
` [PATCH 1/2] drm/msm: Fix missing include files in msm_gem.c
` [PATCH 2/2] drm/msm: Fix missing include files in msm_gem_shrinker.c

[PATCH v2] lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
 2021-10-14 10:16 UTC  (4+ messages)
` [lib/stackdepot] 1cd8ce52c5: BUG:unable_to_handle_page_fault_for_address

[RFC v1 0/6] drm: Add support for DRM_CAP_RELEASE_FENCE capability
 2021-10-14  9:44 UTC  (3+ messages)
` [RFC v1 3/6] drm: Add a capability flag to support additional flip completion signalling

[PATCH 0/4] drm/i915: Make the driver not oops on load on old machines
 2021-10-14  9:42 UTC  (12+ messages)
` [PATCH 1/4] drm/i915: Replace the unconditional clflush with drm_clflush_virt_range()
` [PATCH 2/4] drm/i915: Convert unconditional clflush to drm_clflush_virt_range()
` [PATCH 3/4] drm/i915: Catch yet another unconditioal clflush
` [PATCH 4/4] drm/i915: Fix oops on platforms w/o hpd support

[PATCH 1/2] drm/dp: add helpers to read link training delays
 2021-10-14  8:51 UTC  (3+ messages)

[PATCH RFC] virtio: wrap config->reset calls
 2021-10-14  8:36 UTC  (3+ messages)

[PATCH 1/2] drm/i915/pmu: Add a name to the execlists stats
 2021-10-14  8:21 UTC  (3+ messages)
` [PATCH 2/2] drm/i915/pmu: Connect engine busyness stats from GuC to pmu

linux-next: build failure after merge of the drm-misc tree
 2021-10-14  5:42 UTC  (3+ messages)
`  "

[PATCH] fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TODO list)
 2021-10-14  7:55 UTC  (5+ messages)

[PATCH v2 0/4] ti-sn65dsi83 patches
 2021-10-14  7:41 UTC  (5+ messages)
` [PATCH v2 3/4] dt-bindings: drm/bridge: ti-sn65dsi83: Add vcc supply bindings

[PATCH] drm/i915: Use dma_resv_iter for waiting in i915_gem_object_wait_reservation
 2021-10-14  7:30 UTC  (6+ messages)
  ` [Intel-gfx] "

[PATCH 0/6] drm/i915: Failsafe migration blits
 2021-10-14  7:29 UTC  (3+ messages)

[PATCH] drm/mcde: dsi: Add of_node_put() before return
 2021-10-14  7:00 UTC 

[PATCH] drm/i915/gt: make a gt sysfs group and move power management files
 2021-10-14  0:08 UTC 

[PATCH v10] drm/bridge: add it6505 driver
 2021-10-14  3:30 UTC 

[PATCH v4 00/24] drm/bridge: Make panel and bridge probe order consistent
 2021-10-14  0:16 UTC  (9+ messages)
                ` [Freedreno] "

[PATCH v5] drm/i915/gt: move remaining debugfs interfaces into gt
 2021-10-14  0:11 UTC  (3+ messages)
` [Intel-gfx] "

[GIT PULL] mediatek drm fixes for 5.15
 2021-10-13 23:50 UTC 


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).