dri-devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 04:12:15 to 2021-07-17 17:08:21 UTC [more...]

[PATCH v1 00/10] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-07-17  9:04 UTC  (11+ messages)
` [PATCH v1 01/10] dt-bindings: mediatek: add pseudo-ovl definition "
` [PATCH v1 02/10] dt-bindings: mediatek: add ethdr "
` [PATCH v1 03/10] arm64: dts: mt8195: add display node for vdosys1
` [PATCH v1 04/10] soc: mediatek: add mtk-mmsys support for mt8195 vdosys1
` [PATCH v1 05/10] soc: mediatek: add mtk-mutex "
` [PATCH v1 06/10] drm/mediatek: add ETHDR support for MT8195
` [PATCH v1 07/10] drm/mediatek: add pseudo ovl "
` [PATCH v1 08/10] drm/mediatek: add merge vblank "
` [PATCH v1 09/10] soc: mediatek: mmsys: add new mtk_mmsys struct member to store drm data
` [PATCH v1 10/10] drm/mediatek: add mediatek-drm of vdosys1 support for MT8195

[PATCH] drm/lima: Convert to clk_bulk API
 2021-07-17 14:52 UTC  (5+ messages)

[PATCH v4 0/7] drm/msm/dpu: add support for independent DSI config
 2021-07-17 12:40 UTC  (8+ messages)
` [PATCH v4 1/7] drm/msm/dsi: rename dual DSI to bonded DSI
` [PATCH v4 2/7] drm/msm/dsi: add three helper functions
` [PATCH v4 3/7] drm/msm/dpu: support setting up two independent DSI connectors
` [PATCH v4 4/7] drm/msm/mdp5: move mdp5_encoder_set_intf_mode after msm_dsi_modeset_init
` [PATCH v4 5/7] drm/msm/dp: stop calling set_encoder_mode callback
` [PATCH v4 6/7] drm/msm/dsi: "
` [PATCH v4 7/7] drm/msm/kms: drop "

[PATCH v3 0/7] drm/msm/dpu: add support for independent DSI config
 2021-07-17 12:35 UTC  (4+ messages)
` [PATCH v3 3/7] drm/msm/dpu: support setting up two independent DSI connectors

[Bug 213569] New: Amdgpu temperature reaching dangerous levels
 2021-07-17 11:44 UTC  (2+ messages)
` [Bug 213569] "

[PATCH] drm/i915/gvt: Convert from atomic_t to refcount_t on intel_vgpu_ppgtt_spt->refcount
 2021-07-16 10:41 UTC 

[PATCH] drm/ast: Return value when do not get edid
 2021-07-17  1:14 UTC  (3+ messages)

[PATCH] drm/ast: Zero is missing in detect function
 2021-07-16  9:45 UTC  (3+ messages)

[PATCH] drm: Return -ENOTTY for non-drm ioctls
 2021-07-16 16:43 UTC 

[PATCH v7] drm/bridge: add it6505 driver
 2021-07-16  7:27 UTC 

[PATCH 00/47] GuC submission support
 2021-07-17  4:09 UTC  (5+ messages)
` [PATCH 22/47] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC

[PATCH] drm/mipi: set fwnode when a mipi_dsi_device is registered
 2021-07-17  0:03 UTC 

[PATCH 00/51] GuC submission support
 2021-07-16 23:57 UTC  (57+ messages)
` [PATCH 01/51] drm/i915/guc: Add new GuC interface defines and structures
` [PATCH 02/51] drm/i915/guc: Remove GuC stage descriptor, add LRC descriptor
` [PATCH 03/51] drm/i915/guc: Add LRC descriptor context lookup array
` [PATCH 04/51] drm/i915/guc: Implement GuC submission tasklet
` [PATCH 05/51] drm/i915/guc: Add bypass tasklet submission path to GuC
` [PATCH 06/51] drm/i915/guc: Implement GuC context operations for new inteface
` [PATCH 07/51] drm/i915/guc: Insert fence on context when deregistering
` [PATCH 08/51] drm/i915/guc: Defer context unpin until scheduling is disabled
` [PATCH 09/51] drm/i915/guc: Disable engine barriers with GuC during unpin
` [PATCH 10/51] drm/i915/guc: Extend deregistration fence to schedule disable
` [PATCH 11/51] drm/i915: Disable preempt busywait when using GuC scheduling
` [PATCH 12/51] drm/i915/guc: Ensure request ordering via completion fences
` [PATCH 13/51] drm/i915/guc: Disable semaphores when using GuC scheduling
` [PATCH 14/51] drm/i915/guc: Ensure G2H response has space in buffer
` [PATCH 15/51] drm/i915/guc: Update intel_gt_wait_for_idle to work with GuC
` [PATCH 16/51] drm/i915/guc: Update GuC debugfs to support new GuC
` [PATCH 17/51] drm/i915/guc: Add several request trace points
` [PATCH 18/51] drm/i915: Add intel_context tracing
` [PATCH 19/51] drm/i915/guc: GuC virtual engines
` [PATCH 20/51] drm/i915: Track 'serial' counts for "
` [PATCH 21/51] drm/i915: Hold reference to intel_context over life of i915_request
` [PATCH 22/51] drm/i915/guc: Disable bonding extension with GuC submission
` [PATCH 23/51] drm/i915/guc: Direct all breadcrumbs for a class to single breadcrumbs
` [PATCH 24/51] drm/i915: Add i915_sched_engine destroy vfunc
` [PATCH 25/51] drm/i915: Move active request tracking to a vfunc
` [PATCH 26/51] drm/i915/guc: Reset implementation for new GuC interface
` [PATCH 27/51] drm/i915: Reset GPU immediately if submission is disabled
` [PATCH 28/51] drm/i915/guc: Add disable interrupts to guc sanitize
` [PATCH 29/51] drm/i915/guc: Suspend/resume implementation for new interface
` [PATCH 30/51] drm/i915/guc: Handle context reset notification
` [PATCH 31/51] drm/i915/guc: Handle engine reset failure notification
` [PATCH 32/51] drm/i915/guc: Enable the timer expired interrupt for GuC
` [PATCH 33/51] drm/i915/guc: Provide mmio list to be saved/restored on engine reset
` [PATCH 34/51] drm/i915/guc: Don't complain about reset races
` [PATCH 35/51] drm/i915/guc: Enable GuC engine reset
` [PATCH 36/51] drm/i915/guc: Capture error state on context reset
` [PATCH 37/51] drm/i915/guc: Fix for error capture after full GPU reset with GuC
` [PATCH 38/51] drm/i915/guc: Hook GuC scheduling policies up
` [PATCH 39/51] drm/i915/guc: Connect reset modparam updates to GuC policy flags
` [PATCH 40/51] drm/i915/guc: Include scheduling policies in the debugfs state dump
` [PATCH 41/51] drm/i915/guc: Add golden context to GuC ADS
` [PATCH 42/51] drm/i915/guc: Implement banned contexts for GuC submission
` [PATCH 43/51] drm/i915/guc: Support request cancellation
` [PATCH 44/51] drm/i915/selftest: Better error reporting from hangcheck selftest
  ` [Intel-gfx] "
` [PATCH 45/51] drm/i915/selftest: Fix workarounds selftest for GuC submission
` [PATCH 46/51] drm/i915/selftest: Fix MOCS "
` [PATCH 47/51] drm/i915/selftest: Increase some timeouts in live_requests
` [PATCH 48/51] drm/i915/selftest: Fix hangcheck self test for GuC submission
` [PATCH 49/51] drm/i915/selftest: Bump selftest timeouts for hangcheck
` [PATCH 50/51] drm/i915/guc: Implement GuC priority management
` [PATCH 51/51] drm/i915/guc: Unblock GuC submission on Gen11+

[PATCH] drm/tegra: Fix compilation of variadic macro
 2021-07-16 23:22 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Call i915_globals_exit() after i915_pmu_exit()
 2021-07-16 22:47 UTC  (2+ messages)
` [PATCH 2/2] drm/i915: Tear down properly on early i915_init exit

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-16 22:14 UTC  (5+ messages)

[PATCH 0/7] drm/i915: Migrate memory to SMEM when imported cross-device
 2021-07-16 19:49 UTC  (18+ messages)
` [PATCH 2/7] drm/i915/gem: Refactor placement setup for i915_gem_object_create*
  ` [Intel-gfx] "
` [PATCH 3/7] drm/i915/gem: Unify user object creation
` [PATCH 4/7] drm/i915/gem/ttm: Place new BOs in the requested region
` [PATCH 5/7] drm/i915/gem/ttm: Respect the objection region in placement_from_obj

[git pull] drm fixes for 5.14-rc2
 2021-07-16 19:28 UTC  (2+ messages)

[PATCH 0/7] drm/i915: Migrate memory to SMEM when imported cross-device (v7)
 2021-07-16 19:23 UTC  (12+ messages)
` [PATCH 1/7] drm/i915/gem: Check object_can_migrate from object_migrate
` [PATCH 2/7] drm/i915/gem: Refactor placement setup for i915_gem_object_create* (v2)
` [PATCH 3/7] drm/i915/gem: Call i915_gem_flush_free_objects() in i915_gem_dumb_create()
` [PATCH 4/7] drm/i915/gem: Unify user object creation (v2)
  ` [Intel-gfx] "
` [PATCH 5/7] drm/i915/gem/ttm: Respect the objection region in placement_from_obj
  ` [Intel-gfx] "
` [PATCH 6/7] drm/i915/gem: Correct the locking and pin pattern for dma-buf (v6)
` [PATCH 7/7] drm/i915/gem: Migrate to system at dma-buf attach time (v6)

[PATCH 0/7] drm: Provide framebuffer dma-buf helpers
 2021-07-16 17:50 UTC  (9+ messages)
` [PATCH 1/7] drm/gem: Provide drm_gem_fb_{begin, end}_cpu_access() helpers
` [PATCH 2/7] drm/udl: Use framebuffer dma-buf helpers
` [PATCH 3/7] drm/mipi-dbi: "
` [PATCH 4/7] drm/gud: "
` [PATCH 5/7] drm/gm12u320: "
` [PATCH 6/7] drm/repaper: "
` [PATCH 7/7] drm/st7586: "

[PATCH v2] dt-bindings: display: renesas, du: Make resets optional on R-Car H1
 2021-07-16 18:00 UTC  (2+ messages)
` [PATCH v2] dt-bindings: display: renesas,du: "

[PATCH 00/16] Enable GuC based power management features
 2021-07-16 18:00 UTC  (4+ messages)
` [PATCH 08/16] drm/i915/guc/slpc: Add methods to set min/max frequency

[PATCH] drm/mipi: set fwnode when a mipi_dsi_device registers itself
 2021-07-16 17:56 UTC  (2+ messages)

[PATCH v2 0/7] Add support to the mmsys driver to be a reset controller
 2021-07-16 17:55 UTC  (3+ messages)
` [PATCH v2 3/7] dt-bindings: display: mediatek: add dsi reset optional property

[PATCH] drm/amd/display: Fix identical code for different branches
 2021-07-16 17:10 UTC  (3+ messages)

[PATCH] drm/amd/display: Fix 10bit 4K display on CIK GPUs
 2021-07-16 16:45 UTC  (5+ messages)

[PATCHi v1] add instruction time-out interrupt support
 2021-07-16 16:42 UTC  (4+ messages)
` [PATCH v1] mailbox: cmdq: "

[PATCH RFC] drm/vc4: hdmi: Fix connector detect logic
 2021-07-16 15:49 UTC  (8+ messages)

[PATCH 0/4] Some DG1 uAPI cleanup
 2021-07-16 15:23 UTC  (11+ messages)
` [PATCH 3/4] drm/i915/userptr: Probe existence of backing struct pages upon creation
` [PATCH 4/4] drm/i915/uapi: reject set_domain for discrete

[PATCH] drm/ttm: revert "Fix COW check"
 2021-07-16 13:14 UTC  (2+ messages)

[PATCH v5 00/15] drm/i915: Introduce Intel PXP
 2021-07-16 11:42 UTC  (16+ messages)
` [PATCH v5 02/15] mei: pxp: export pavp client to me client bus
` [PATCH v5 03/15] drm/i915/pxp: define PXP device flag and kconfig
` [PATCH v5 04/15] drm/i915/pxp: allocate a vcs context for pxp usage
` [PATCH v5 05/15] drm/i915/pxp: Implement funcs to create the TEE channel
` [PATCH v5 06/15] drm/i915/pxp: set KCR reg init
` [PATCH v5 07/15] drm/i915/pxp: Create the arbitrary session after boot
` [PATCH v5 08/15] drm/i915/pxp: Implement arb session teardown
` [PATCH v5 09/15] drm/i915/pxp: Implement PXP irq handler
` [PATCH v5 10/15] drm/i915/pxp: interfaces for using protected objects
` [PATCH v5 11/15] drm/i915/pxp: start the arb session on demand
` [PATCH v5 12/15] drm/i915/pxp: Enable PXP power management
` [PATCH v5 13/15] drm/i915/pxp: Add plane decryption support
` [PATCH v5 14/15] drm/i915/pxp: black pixels on pxp disabled
` [PATCH v5 15/15] drm/i915/pxp: enable PXP for integrated Gen12

[PATCH 1/7] vgaarb: remove VGA_DEFAULT_DEVICE
 2021-07-16 11:40 UTC  (2+ messages)
` misc vgaarb cleanups

[PULL] drm-misc-next
 2021-07-16 11:07 UTC 

[PATCH 0/2] Add ilitek ili9341 panel driver
 2021-07-16 10:20 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: display: panel: Add ilitek ili9341 panel bindings
` [PATCH 2/2] drm/panel: Add ilitek ili9341 panel driver

[PATCH] drm/bridge: anx7625: Use pm_runtime_force_{suspend,resume}
 2021-07-16  9:15 UTC  (4+ messages)
  ` [PATCH] drm/bridge: anx7625: Use pm_runtime_force_{suspend, resume}

[PATCH 1/5] drm: Define DRM_FORMAT_MAX_PLANES
 2021-07-16  9:03 UTC 

[PATCH 0/5] drm: Provide framebuffer vmap helpers
 2021-07-16  8:50 UTC  (4+ messages)
` [PATCH 1/5] drm: Define DRM_FORMAT_MAX_PLANES

[PATCH 1/1] drm/amdgpu: workaround failed COW checks for Thunk VMAs
 2021-07-16  7:46 UTC  (2+ messages)

[PATCH 1/3] drm/dp_mst: Do not set proposed vcpi directly
 2021-07-16  7:42 UTC  (2+ messages)
` [PATCH 3/3] drm/dp_mst: Add missing drm parameters to recently added call to drm_dbg_kms()

[PATCH 1/3] drm/dp_mst: Do not set proposed vcpi directly
 2021-07-16  7:38 UTC  (2+ messages)
` [PATCH 3/3] drm/dp_mst: Add missing drm parameters to recently added call to drm_dbg_kms()

[PATCH 1/3] drm/dp_mst: Do not set proposed vcpi directly
 2021-07-16  7:34 UTC  (2+ messages)
` [PATCH 3/3] drm/dp_mst: Add missing drm parameters to recently added call to drm_dbg_kms()

[PATCH 00/13] Provide core infrastructure for managing open/release
 2021-07-16  6:50 UTC  (3+ messages)
` [PATCH 12/13] vfio/gvt: Fix open/close when multiple device FDs are open

[PATCH v3, 0/3] drm/mediatek: Separate aal module
 2021-07-16  6:42 UTC  (5+ messages)
` [PATCH v3, 1/3] "
` [PATCH v3, 2/3] drm/mediatek: add mt8183 aal support
` [PATCH v3, 3/3] arm64: dts: mt8183: refine aal compatible name

[PATCH v9 0/4] Add MIPI rx DPI support
 2021-07-16  6:13 UTC  (8+ messages)
` [PATCH v9 1/4] dt-bindings:drm/bridge:anx7625:add vendor define flags

[PATCH] drm/mediatek: mtk-dpi: Set out_fmt from config if not the last bridge
 2021-07-16  5:46 UTC  (2+ messages)

[PATCH v2, 0/3] drm/mediatek: Separate aal module
 2021-07-16  5:41 UTC  (3+ messages)
` [PATCH v2, 1/3] "

[PATCH] drm/mediatek: dpi: fix NULL dereference in mtk_dpi_bridge_atomic_check
 2021-07-16  5:15 UTC  (2+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).