dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 14:14:36 to 2021-07-19 09:10:25 UTC [more...]

[PATCH 0/4] Some DG1 uAPI cleanup
 2021-07-19  9:09 UTC  (12+ 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/i915: Check for nomodeset in i915_init() first
 2021-07-19  9:09 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 00/51] GuC submission support
 2021-07-19  9:06 UTC  (58+ 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+
` [Intel-gfx] [PATCH 00/51] GuC submission support

[PATCH libdrm] headers: drm: Sync core files with drm-next
 2021-07-19  8:59 UTC 

[PATCH 1/2] drm/i915: Call i915_globals_exit() after i915_pmu_exit()
 2021-07-19  8:55 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Tear down properly on early i915_init exit
` [Intel-gfx] [PATCH 1/2] drm/i915: Call i915_globals_exit() after i915_pmu_exit()

[PATCH 08/11] drm/msm/disp/dpu1: Add support for DSC in encoder
 2021-07-19  8:54 UTC  (2+ messages)

[PATCH 00/11] drm/msm: drm scheduler conversion and cleanups
 2021-07-19  8:40 UTC  (13+ messages)
` [PATCH 01/11] drm/msm: Docs and misc cleanup
` [PATCH 02/11] drm/msm: Small submitqueue creation cleanup
` [PATCH 03/11] drm/msm: drop drm_gem_object_put_locked()
` [PATCH 04/11] drm: Drop drm_gem_object_put_locked()
` [PATCH 05/11] drm/msm/submit: Simplify out-fence-fd handling
` [PATCH 06/11] drm/msm: Consolidate submit bo state
` [PATCH 07/11] drm/msm: Track "seqno" fences by idr
` [PATCH 08/11] drm/msm: Return ERR_PTR() from submit_create()
` [PATCH 09/11] drm/msm: Conversion to drm scheduler
` [PATCH 10/11] drm/msm: Drop struct_mutex in submit path
` [PATCH 11/11] drm/msm: Utilize gpu scheduler priorities
` [Linaro-mm-sig] [PATCH 00/11] drm/msm: drm scheduler conversion and cleanups

[PATCH 02/11] drm/msm/disp/dpu1: Add support for DSC
 2021-07-19  8:28 UTC  (2+ messages)

[PATCH v2] drm/mediatek: add dither 6 setting
 2021-07-19  8:24 UTC  (2+ messages)

[PATCH 0/7] drm/i915: Migrate memory to SMEM when imported cross-device (v7)
 2021-07-19  8:17 UTC  (14+ 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] fbdev: simplefb: limit its use to DRM_SIMPLEDRM=n
 2021-07-19  8:06 UTC  (2+ messages)

[PATCH] staging/fbtft: Remove all strcpy() uses
 2021-07-19  7:53 UTC  (3+ messages)

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

[PATCH v1] drm/mediatek: add dither 6 setting
 2021-07-19  7:52 UTC  (2+ messages)

[PATCH] fbmem: Convert from atomic_t to refcount_t on fb_info->count
 2021-07-19  5:59 UTC 

[PATCH] drm/exynos: Convert from atomic_t to refcount_t on g2d_cmdlist_userptr->refcount
 2021-07-19  5:58 UTC 

[PATCH v3 0/2] allow simple{fb, drm} drivers to be used on non-x86 EFI platforms
 2021-07-19  7:10 UTC  (5+ messages)

[git pull] drm fixes for 5.14-rc2
 2021-07-19  6:11 UTC  (4+ messages)

[PATCH] dma_buf: remove dmabuf sysfs teardown before release/detach
 2021-07-19  5:19 UTC 

[PATCH v1 00/10] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-07-18 23:56 UTC  (13+ 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

[Bug 213779] New: Screen stays blank on resume. from hibernate
 2021-07-18 23:20 UTC  (2+ messages)
` [Bug 213779] "

[PATCH] backlight: pwm_bl: Avoid backlight flicker if backlight control GPIO is input
 2021-07-18 21:14 UTC 

[PATCH v18 0/2] Add memory bandwidth management to NVIDIA Tegra DRM driver
 2021-07-18 20:59 UTC  (6+ messages)

[PATCH v2 0/4] Mainline imx6 based SKOV boards
 2021-07-18 20:22 UTC  (3+ messages)
` [PATCH v2 4/4] ARM: dts: add SKOV imx6q and imx6dl based boards

[PATCH 1/5] drm: Define DRM_FORMAT_MAX_PLANES
 2021-07-18 13:23 UTC  (2+ messages)

[PATCH rdma-next v2 0/2] SG fix together with update to RDMA umem
 2021-07-18 11:09 UTC  (3+ messages)
` [PATCH rdma-next v2 1/2] lib/scatterlist: Fix wrong update of orig_nents
` [PATCH rdma-next v2 2/2] RDMA: Use dma_map_sgtable for map umem pages

[PATCH 0/2] Add ilitek ili9341 panel driver
 2021-07-18  0:31 UTC  (5+ 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: dw-mipi-dsi: Find the possible DSI devices
 2021-07-17 23:47 UTC  (2+ messages)

[PATCH] drm/rockchip: Implement mmap as GEM object function
 2021-07-17 23:29 UTC  (2+ messages)

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-17 19:54 UTC  (6+ messages)

[PATCH 00/16] Enable GuC based power management features
 2021-07-17 19:30 UTC  (7+ messages)
` [PATCH 08/16] drm/i915/guc/slpc: Add methods to set min/max frequency
` [PATCH 12/16] drm/i915/guc/slpc: Cache platform frequency limits for slpc
  ` [Intel-gfx] "

[PATCH v4 00/13] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-07-17 19:21 UTC  (14+ messages)
` [PATCH v4 01/13] ext4/xfs: add page refcount helper
` [PATCH v4 02/13] mm: remove extra ZONE_DEVICE struct page refcount
` [PATCH v4 03/13] kernel: resource: lookup_resource as exported symbol
` [PATCH v4 04/13] drm/amdkfd: add SPM support for SVM
` [PATCH v4 05/13] drm/amdkfd: generic type as sys mem on migration to ram
` [PATCH v4 06/13] include/linux/mm.h: helpers to check zone device generic type
` [PATCH v4 07/13] mm: add generic type support to migrate_vma helpers
` [PATCH v4 08/13] mm: call pgmap->ops->page_free for DEVICE_GENERIC pages
` [PATCH v4 09/13] lib: test_hmm add ioctl to get zone device type
` [PATCH v4 10/13] lib: test_hmm add module param for "
` [PATCH v4 11/13] lib: add support for device generic type in test_hmm
` [PATCH v4 12/13] tools: update hmm-test to support device generic type
` [PATCH v4 13/13] tools: update test_hmm script to support SP config

[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] drm/tegra: Fix compilation of variadic macro
 2021-07-16 23:22 UTC  (2+ messages)

[PATCH 0/7] drm/i915: Migrate memory to SMEM when imported cross-device
 2021-07-16 19:49 UTC  (9+ messages)
` [PATCH 5/7] drm/i915/gem/ttm: Respect the objection region in placement_from_obj

[PATCH 0/7] drm: Provide framebuffer dma-buf helpers
 2021-07-16 17:50 UTC  (3+ messages)
` [PATCH 7/7] drm/st7586: Use "

[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] 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  (3+ messages)
` [PATCH v1] mailbox: cmdq: "

[PATCH RFC] drm/vc4: hdmi: Fix connector detect logic
 2021-07-16 15:49 UTC  (8+ 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 NNTP newsgroup(s).