dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-14 10:12:03 to 2021-07-15 11:13:00 UTC [more...]

[PATCH v6 RESEND 1/3] gpu: drm: separate panel orientation property creating and value setting
 2021-07-15 11:12 UTC  (3+ messages)
` [PATCH v6 RESEND 3/3] arm64: dts: mt8183: Add panel rotation

[PATCH 0/4] Some DG1 uAPI cleanup
 2021-07-15 11:09 UTC  (8+ messages)
` [PATCH 1/4] drm/i915/uapi: reject caching ioctls for discrete
` [PATCH 2/4] drm/i915/uapi: convert drm_i915_gem_userptr to kernel doc
` [PATCH 3/4] drm/i915/userptr: Probe existence of backing struct pages upon creation
    ` [Intel-gfx] "
` [PATCH 4/4] drm/i915/uapi: reject set_domain for discrete

[PATCH v6 RESEND 1/3] gpu: drm: separate panel orientation property creating and value setting
 2021-07-15 11:09 UTC  (4+ messages)
` [PATCH v6 RESEND 2/3] drm/mediatek: init panel orientation property

[PATCH -next v2] drm/bochs: Fix missing pci_disable_device() on error in bochs_pci_probe()
 2021-07-15 11:03 UTC  (3+ messages)

[PATCH v2] drm/ingenic: Convert to Linux IRQ interfaces
 2021-07-15 10:59 UTC  (2+ messages)

[PATCH v2] drm/shmobile: Convert to Linux IRQ interfaces
 2021-07-15 10:34 UTC  (3+ messages)

[PATCH] drm/of: free the iterator object on failure
 2021-07-15 10:32 UTC  (4+ messages)
` [PATCH v2] "

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

[PATCH v4 00/18] drm/sched dependency tracking and dma-resv fixes
 2021-07-15 10:16 UTC  (10+ messages)
` [PATCH v4 02/18] drm/sched: Barriers are needed for entity->last_scheduled

Questions over DSI within DRM
 2021-07-15  9:50 UTC  (6+ messages)

[PATCH 00/47] GuC submission support
 2021-07-15  9:36 UTC  (26+ messages)
` [PATCH 19/47] drm/i915/guc: Ensure request ordering via completion fences
` [PATCH 20/47] drm/i915/guc: Disable semaphores when using GuC scheduling
` [PATCH 21/47] drm/i915/guc: Ensure G2H response has space in buffer
` [PATCH 23/47] drm/i915/guc: Update GuC debugfs to support new GuC
` [PATCH 26/47] drm/i915/guc: GuC virtual engines
` [PATCH 31/47] drm/i915/guc: Reset implementation for new GuC interface
  ` [Intel-gfx] "
` [PATCH 35/47] drm/i915/guc: Handle context reset notification
` [PATCH 42/47] drm/i915/guc: Fix for error capture after full GPU reset with GuC
  ` [Intel-gfx] "
` [PATCH 47/47] drm/i915/guc: Unblock GuC submission on Gen11+
  ` [Intel-gfx] "

[PATCH 0/2] Add "BACKGROUND_COLOR" drm property
 2021-07-15  9:34 UTC  (11+ messages)
` [PATCH 1/2] drm: add crtc background color property

[PATCH] drm/panel-sony-acx424akp: Modernize backlight handling
 2021-07-15  9:28 UTC 

[RFC 0/8] Per client GPU stats
 2021-07-15  9:18 UTC  (9+ messages)
` [RFC 1/8] drm/i915: Explicitly track DRM clients
` [RFC 2/8] drm/i915: Make GEM contexts "
` [RFC 3/8] drm/i915: Track runtime spent in closed and unreachable GEM contexts
` [RFC 4/8] drm/i915: Track all user contexts per client
` [RFC 5/8] drm/i915: Track context current active time
` [RFC 6/8] drm: Document fdinfo format specification
` [RFC 7/8] drm/i915: Expose client engine utilisation via fdinfo
` [RFC 8/8] drm/amdgpu: Convert to common fdinfo format

[PATCH v4 00/17] New uAPI drm properties for color management
 2021-07-15  9:10 UTC  (23+ messages)
` [PATCH v4 03/17] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property
` [PATCH v4 12/17] drm/uAPI: Add "preferred color format" drm property as setting for userspace

[PATCH] drm/vc4: hdmi: Remove drm_encoder->crtc usage
 2021-07-15  9:09 UTC  (3+ messages)

[PATCH] drm/panel: Document internal backlight handling
 2021-07-15  8:52 UTC  (2+ messages)

[PATCH 0/3] drm/vc4: hdmi: Interrupt fixes
 2021-07-15  8:50 UTC  (3+ messages)

[PATCH] drm/omapdrm: Remove outdated comment
 2021-07-15  8:48 UTC  (3+ messages)

[PATCH] drm/ttm: add a check against null pointer dereference
 2021-07-14 15:06 UTC  (2+ messages)

[PATCH v6 00/11] Clean up "mediatek,larb"
 2021-07-14 11:23 UTC  (12+ messages)
` [PATCH v6 03/11] iommu/mediatek: Add device_link between the consumer and the larb devices
` [PATCH v6 06/11] drm/mediatek: Add pm runtime support for ovl and rdma
` Aw: [PATCH v6 00/11] Clean up "mediatek,larb"
    ` Aw: "

[PATCH] drivers/gpu/drm/i915/display: remove boilerplate code using LOCK_ALL macros
 2021-07-14 20:33 UTC 

[PATCH] drm/msm: mdp4: drop vblank get/put from prepare/complete_commit
 2021-07-15  6:09 UTC 

[PATCH 00/13] Provide core infrastructure for managing open/release
 2021-07-15  3:49 UTC  (15+ messages)
` [PATCH 01/13] vfio/samples: Remove module get/put
` [PATCH 02/13] vfio: Introduce a vfio_uninit_group_dev() API call
` [PATCH 03/13] vfio: Provide better generic support for open/release vfio_device_ops
` [PATCH 04/13] vfio/samples: Delete useless open/close
` [PATCH 05/13] vfio/fsl: Move to the device set infrastructure
` [PATCH 06/13] vfio/platform: Use open_device() instead of open coding a refcnt scheme
` [PATCH 07/13] vfio/pci: Move to the device set infrastructure
` [PATCH 08/13] vfio/pci: Change vfio_pci_try_bus_reset() to use the dev_set
` [PATCH 09/13] vfio/pci: Reorganize VFIO_DEVICE_PCI_HOT_RESET to use the device set
` [PATCH 10/13] vfio/mbochs: Fix close when multiple device FDs are open
` [PATCH 11/13] vfio/ap, ccw: Fix open/close "
` [PATCH 12/13] vfio/gvt: "
` [PATCH 13/13] vfio: Remove struct vfio_device_ops open/release

[PULL] drm-misc-fixes
 2021-07-15  8:32 UTC 

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

[PATCH 1/2 v4] drm/panel: Add DT bindings for Samsung LMS380KF01
 2021-07-15  7:55 UTC  (4+ messages)
` [PATCH 2/2 v4] drm/panel: ws2401: Add driver for WideChips WS2401

[PATCH resend 0/5] video: fbdev: ssd1307fb: Optimizations and improvements
 2021-07-15  6:54 UTC  (8+ messages)
` [PATCH resend 1/5] video: fbdev: ssd1307fb: Propagate errors via ssd1307fb_update_display()
` [PATCH resend 2/5] video: fbdev: ssd1307fb: Simplify ssd1307fb_update_display()
` [PATCH resend 3/5] video: fbdev: ssd1307fb: Extract ssd1307fb_set_address_range()
` [PATCH resend 4/5] video: fbdev: ssd1307fb: Optimize screen updates
` [PATCH resend 5/5] video: fbdev: ssd1307fb: Cache address ranges

[PATCH 00/11] drm/msm: Add Display Stream Compression Support
 2021-07-15  6:52 UTC  (12+ messages)
` [PATCH 01/11] drm/msm/dsi: add support for dsc data
` [PATCH 02/11] drm/msm/disp/dpu1: Add support for DSC
` [PATCH 03/11] drm/msm/disp/dpu1: Add support for DSC in pingpong block
` [PATCH 04/11] drm/msm/disp/dpu1: Add DSC support in RM
` [PATCH 05/11] drm/msm/disp/dpu1: Add DSC for SDM845 to hw_catalog
` [PATCH 06/11] drm/msm/disp/dpu1: Add DSC support in hw_ctl
` [PATCH 07/11] drm/msm/disp/dpu1: Don't use DSC with mode_3d
` [PATCH 08/11] drm/msm/disp/dpu1: Add support for DSC in encoder
` [PATCH 09/11] drm/msm/disp/dpu1: Add support for DSC in topology
` [PATCH 10/11] drm/msm/dsi: Add support for DSC configuration
` [PATCH 11/11] drm/msm/dsi: Pass DSC params to drm_panel

[PATCH] dma-heap: Let dma heap use dma_map_attrs to map & unmap iova
 2021-07-15  6:24 UTC  (2+ messages)

[PATCH] dma-buf: add kernel count for dma_buf
 2021-07-15  6:06 UTC  (5+ messages)

[PATCH 1/2] drm/i915/gem: Correct the locking and pin pattern for dma-buf (v5)
 2021-07-15  5:57 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/gem: Migrate to system at dma-buf attach time (v5)

[pull] amdgpu, amdkfd drm-fixes-5.14
 2021-07-15  4:52 UTC  (2+ messages)

[tegra-drm:drm/tegra/for-next 9/14] drivers/gpu/drm/tegra/uapi.c:278:5: warning: no previous prototype for function 'tegra_drm_ioctl_gem_create'
 2021-07-15  4:28 UTC 

linux-next: Signed-off-by missing for commit in the drm-intel tree
 2021-07-15  4:18 UTC 

[tegra-drm:drm/tegra/for-next 1/14] drivers/gpu/host1x/fence.c:168:5: warning: no previous prototype for function 'host1x_fence_create_fd'
 2021-07-15  3:21 UTC 

[PATCH 00/16] Enable GuC based power management features
 2021-07-15  1:58 UTC  (4+ messages)
` [PATCH 07/16] drm/i915/guc/slpc: Enable slpc and add related H2G events
  ` [Intel-gfx] "

[RFC PATCH 00/17] drm: bridge: Samsung MIPI DSIM bridge
 2021-07-14 22:59 UTC  (3+ messages)
` [RFC PATCH 12/17] dt-bindings: display: bridge: samsung, mipi-dsim: Add i.MX8MM support
  ` [RFC PATCH 12/17] dt-bindings: display: bridge: samsung,mipi-dsim: "

[PATCH] drm/msm/dp: Initialize dp->aux->drm_dev before registration
 2021-07-14 22:40 UTC  (2+ messages)
` [Freedreno] "

[tegra-drm:drm/tegra/for-next 9/14] drivers/gpu/drm/tegra/uapi.c:278:5: warning: no previous prototype for 'tegra_drm_ioctl_gem_create'
 2021-07-14 21:53 UTC 

[PATCH] drm/msm/dp: Remove unused variable
 2021-07-14 21:39 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: display/panel: Add Innolux EJ030NA
 2021-07-14 20:51 UTC  (11+ messages)
` [PATCH 2/2] drm/panel: Add Innolux EJ030NA 3.0" 320x480 panel

[PATCH] drm/i915: Check object_can_migrate from object_migrate
 2021-07-14 20:44 UTC 

Help needed for EVoC/GSoC/Outreachy
 2021-07-14 20:32 UTC 

[tegra-drm:drm/tegra/for-next 1/14] drivers/gpu/host1x/fence.c:168:5: warning: no previous prototype for 'host1x_fence_create_fd'
 2021-07-14 19:44 UTC 

[PATCH 0/5] drm/i915: Get rid of fence error propagation (v4)
 2021-07-14 19:34 UTC  (6+ messages)
` [PATCH 1/5] drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"
` [PATCH 2/5] Revert "drm/i915: Propagate errors on awaiting already signaled fences"
` [PATCH 3/5] drm/i915: Remove allow_alloc from i915_gem_object_get_sg*
` [PATCH 4/5] drm/i915: Drop error handling from dma_fence_work
` [PATCH 5/5] Revert "drm/i915: Skip over MI_NOOP when parsing"

[PATCH] drm/panel-simple: Power the panel when probing DP AUX backlight
 2021-07-14 18:48 UTC  (2+ messages)

[PATCH] drm/dp: For drm_panel_dp_aux_backlight(), init backlight as disabled
 2021-07-14 18:47 UTC  (3+ messages)

[Bug 209457] New: AMDGPU resume fail with RX 580 GPU
 2021-07-14 18:43 UTC  (6+ messages)
` [Bug 209457] "

[PATCH v5 00/17] New uAPI drm properties for color management
 2021-07-14 18:20 UTC  (3+ messages)
` [PATCH v5 17/17] drm/amd/display: Add handling for new "Broadcast RGB" property

[PATCH v3 0/5] drm: use dyndbg in drm_print
 2021-07-14 17:51 UTC  (6+ messages)
` [PATCH v3 1/5] drm/print: fixup spelling in a comment
` [PATCH v3 2/5] drm_print.h: rewrap __DRM_DEFINE_DBG_RATELIMITED macro
` [PATCH v3 3/5] drm/print: RFC add choice to use dynamic debug in drm-debug
` [PATCH v3 4/5] drm/print: move conditional deref into macro defn
` [PATCH v3 5/5] i915: map gvt pr_debug categories to bits in parameters/debug_gvt

[v2 0/3] drm/msm/dsi: Add display DSI support for SC7280 target
 2021-07-14 17:51 UTC  (3+ messages)
` [v2 1/3] dt-bindings: msm/dsi: Add sc7280 7nm dsi phy

[PATCH -next] drm: nouveau: fix disp.c build when NOUVEAU_BACKLIGHT is not enabled
 2021-07-14 17:15 UTC 

[PATCH] drm/amd/powerplay: remove redundant assignment to usTMax
 2021-07-14 17:08 UTC 

[PATCH AUTOSEL 4.4 08/31] drm/virtio: Fixes a potential NULL pointer dereference on probe failure
 2021-07-14 16:49 UTC  (3+ messages)

[PATCH AUTOSEL 5.13 001/189] drm/etnaviv: fix NULL check before some freeing functions is not needed
 2021-07-14 16:45 UTC  (4+ messages)

[PATCH v2 0/4] Mainline imx6 based SKOV boards
 2021-07-14 16:37 UTC  (7+ messages)
` [PATCH v2 1/4] dt-bindings: display: simple: add some Logic Technologies and Multi-Inno panels
` [PATCH v2 2/4] dt-bindings: vendor-prefixes: Add an entry for SKOV A/S
` [PATCH v2 3/4] dt-bindings: arm: fsl: add SKOV imx6q and imx6dl based boards

[PATCH v4 0/4] shmem helpers for vgem
 2021-07-14 16:16 UTC  (6+ messages)
` [PATCH v4 3/4] drm/shmem-helpers: Allocate wc pages on x86

[PATCH v3 1/1] drm/ttm: Fix COW check
 2021-07-14 16:11 UTC  (7+ messages)

[PATCH v8 00/14] drm/tegra: Introduce a modern UABI
 2021-07-14 15:26 UTC  (5+ messages)

nouveau: failed to initialise sync
 2021-07-14 15:02 UTC  (6+ messages)

[PATCH resend v2] dt-bindings: display: ssd1307fb: Convert to json-schema
 2021-07-14 14:51 UTC 

[PATCH] drm: mxsfb: Clear FIFO_CLEAR bit
 2021-07-14 14:28 UTC  (12+ messages)

[PATCH v2 01/13] drm/mgag200: Select clock in PLL update functions
 2021-07-14 14:22 UTC 

[PATCH v2 0/4] drm/amd/display: Base changes for isolating FPU operation in a single place
 2021-07-14 13:31 UTC  (9+ messages)
` [PATCH v2 1/4] drm/amd/display: Introduce FPU directory inside DC
` [PATCH v2 2/4] drm/amd/display: Add FPU event trace
` [PATCH v2 3/4] drm/amd/display: Add control mechanism for FPU utilization
` [PATCH v2 4/4] drm/amd/display: Add DC_FP helper to check FPU state

[PATCH] dma-buf: fix and rework dma_buf_poll v6
 2021-07-14 13:21 UTC  (2+ messages)

[PATCH 1/5] drm/i915: document caching related bits
 2021-07-14 12:57 UTC  (12+ messages)
` [PATCH 5/5] drm/i915/ehl: unconditionally flush the pages on acquire
` [Intel-gfx] [PATCH 1/5] drm/i915: document caching related bits

[PATCH v4 4/4] drm/vgem: use shmem helpers
 2021-07-14 12:45 UTC  (2+ messages)
` [PATCH] "

[PATCH] dma-buf: support users to change dma_buf.name
 2021-07-14 12:32 UTC  (2+ messages)

[PATCH v2 resent] drm/i915: Add TTM offset argument to mmap
 2021-07-14 12:28 UTC 

[PATCH v2 0/2] Add support of HDMI for rk3568
 2021-07-14 12:02 UTC  (6+ messages)
` [PATCH v2 1/2] dt-bindings: display: rockchip: Add compatible for rk3568 HDMI

[PATCH] drm/bridge: anx7625: Use pm_runtime_force_{suspend,resume}
 2021-07-14 10:32 UTC  (2+ messages)

[PATCH v2] dt-bindings: display: renesas, du: Make resets optional on R-Car H1
 2021-07-14 10:19 UTC 

[PATCH v2 0/7] Add support to the mmsys driver to be a reset controller
 2021-07-14 10:11 UTC  (2+ messages)
` [PATCH v2 7/7] drm/mediatek: mtk_dsi: Reset the dsi0 hardware


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