dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-11 16:37:30 to 2022-04-12 06:00:22 UTC [more...]

[RFC] drm/kms: control display brightness through drm_connector properties
 2022-04-11 13:11 UTC  (12+ messages)

[PATCH] drm/bridge: cdns-dsi: Add support for pre_enable and post_enable control functions
 2022-04-11 14:06 UTC 

[PATCH] video: fbdev: sh_mobile_lcdcfb: Remove sh_mobile_lcdc_check_var() declaration
 2022-04-12  5:56 UTC  (2+ messages)

[PATCH v9 0/3] Refactor GVT-g MMIO tracking table and handlers
 2022-04-12  5:42 UTC  (5+ messages)
` [PATCH v9 1/3] i915/gvt: Separate the MMIO tracking table from GVT-g

[PATCH v4] drm/hyperv: Add error message for fb size greater than allocated
 2022-04-12  5:06 UTC  (2+ messages)

[PATCH 0/6] drm/sun4i: HDMI PHY cleanup/refactoring
 2022-04-12  4:35 UTC  (7+ messages)
` [PATCH 1/6] drm/sun4i: sun8i-hdmi-phy: Use of_device_get_match_data
` [PATCH 2/6] drm/sun4i: sun8i-hdmi-phy: Use devm_platform_ioremap_resource
` [PATCH 3/6] drm/sun4i: sun8i-hdmi-phy: Used device-managed clocks/resets
` [PATCH 4/6] drm/sun4i: sun8i-hdmi-phy: Support multiple custom PHY ops
` [PATCH 5/6] drm/sun4i: sun8i-hdmi-phy: Separate A83T and H3 "
` [PATCH 6/6] drm/sun4i: sun8i-hdmi-phy: Group PHY ops functions by generation

[PATCH v2 00/14] drm/sun4i: Allwinner D1 Display Engine 2.0 Support
 2022-04-12  4:28 UTC  (15+ messages)
` [PATCH v2 01/14] dt-bindings: display: Separate clock item lists by compatible
` [PATCH v2 02/14] dt-bindings: display: Add D1 display engine compatibles
` [PATCH v2 03/14] drm/sun4i: Remove obsolete references to PHYS_OFFSET
` [PATCH v2 04/14] drm/sun4i: hdmi: Use more portable I/O helpers
` [PATCH v2 05/14] drm/sun4i: Allow building the driver on RISC-V
` [PATCH v2 06/14] sun4i/drm: engine: Add mode_set callback
` [PATCH v2 07/14] sun4i/drm: backend: use mode_set engine callback
` [PATCH v2 08/14] sun4i/drm: sun8i: "
` [PATCH v2 09/14] drm/sun4i: Allow VI layers to be primary planes
` [PATCH v2 10/14] drm/sun4i: csc: Add support for the new MMIO layout
` [PATCH v2 11/14] drm/sun4i: Add support for D1 mixers
` [PATCH v2 12/14] drm/sun4i: Add support for D1 TCON TOP
` [PATCH v2 13/14] drm/sun4i: Add support for D1 TCONs
` [PATCH v2 14/14] drm/sun4i: Add compatible for D1 display engine

[PATCH v2] drm/msm/dp: add fail safe mode outside of event_mutex context
 2022-04-12  4:24 UTC  (2+ messages)

[PATCH] drm/msm/dp: stop event kernel thread when DP unbind
 2022-04-12  4:22 UTC  (5+ messages)

[PATCH] drm/exynos: fix IS_ERR() vs NULL check in probe
 2022-04-12  4:19 UTC  (3+ messages)

[PATCH v3] drm/hyperv: Added error message for fb size greater than allocated
 2022-04-12  4:07 UTC  (5+ messages)

[V2 0/3] Expose max and current bpc via debugfs
 2022-04-12  4:03 UTC  (6+ messages)
` [V2 1/3] drm/debug: Expose connector's max supported "
  ` [Intel-gfx] "
` [V2 2/3] drm/i915/display/debug: Expose crtc current "
  ` [Intel-gfx] "

[PATCH v3 00/15] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2022-04-12  3:35 UTC  (17+ messages)
` [PATCH v3 01/15] drm/virtio: Correct drm_gem_shmem_get_sg_table() error handling
` [PATCH v3 02/15] drm/virtio: Check whether transferred 2D BO is shmem
` [PATCH v3 03/15] drm/virtio: Unlock GEM reservations on virtio_gpu_object_shmem_init() error
` [PATCH v3 04/15] drm/virtio: Unlock reservations on dma_resv_reserve_fences() error
` [PATCH v3 05/15] drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb()
` [PATCH v3 06/15] drm/virtio: Simplify error handling of virtio_gpu_object_create()
` [PATCH v3 07/15] drm/virtio: Improve DMA API usage for shmem BOs
` [PATCH v3 08/15] drm/virtio: Use dev_is_pci()
` [PATCH v3 09/15] drm/shmem-helper: Correct doc-comment of drm_gem_shmem_get_sg_table()
` [PATCH v3 10/15] drm/shmem-helper: Take reservation lock instead of drm_gem_shmem locks
` [PATCH v3 11/15] drm/shmem-helper: Add generic memory shrinker
` [PATCH v3 12/15] drm/virtio: Support memory shrinking
` [PATCH v3 13/15] drm/panfrost: Switch to generic memory shrinker
` [PATCH v3 14/15] drm/shmem-helper: Make drm_gem_shmem_get_pages() private
` [PATCH v3 15/15] drm/shmem-helper: Remove drm_gem_shmem_purge()

[PATCH v2 0/5] drm/ttm: Introduce TTM res manager debugfs helpers
 2022-04-12  3:35 UTC  (6+ messages)
` [PATCH v2 1/5] drm/ttm: Add common debugfs code for resource managers
` [PATCH v2 2/5] drm/vmwgfx: Add debugfs entries for various ttm "
` [PATCH v2 3/5] drm/amdgpu: Use TTM builtin resource manager debugfs code
` [PATCH v2 4/5] drm/qxl: "
` [PATCH v2 5/5] drm/radeon: "

[PATCH 00/10] drm/sun4i: Allwinner D1 Display Engine 2.0 Support
 2022-04-12  2:56 UTC  (4+ messages)
` [PATCH 03/10] drm/sun4i: Remove obsolete references to PHYS_OFFSET

[PATCH 0/1] drm/vkms: check plane_composer->map[0] before using it
 2022-04-11 23:38 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH v5 00/10] drm/hdcp: Pull HDCP auth/exchange/check into helpers
 2022-04-12  1:52 UTC  (13+ messages)
` [PATCH v5 01/10] drm/hdcp: Add drm_hdcp_atomic_check()
` [PATCH v5 02/10] drm/hdcp: Avoid changing crtc state in hdcp atomic check
` [PATCH v5 03/10] drm/hdcp: Update property value on content type and user changes
` [PATCH v5 04/10] drm/hdcp: Expand HDCP helper library for enable/disable/check
  ` [Intel-gfx] "
` [PATCH v5 05/10] drm/i915/hdcp: Consolidate HDCP setup/state cache
` [PATCH v5 06/10] drm/i915/hdcp: Retain hdcp_capable return codes
` [PATCH v5 07/10] drm/i915/hdcp: Use HDCP helpers for i915
` [PATCH v5 08/10] dt-bindings: msm/dp: Add bindings for HDCP registers
` [PATCH v5 09/10] arm64: dts: qcom: sc7180: Add support for HDCP in dp-controller
` [PATCH v5 10/10] drm/msm: Implement HDCP 1.x using the new drm HDCP helpers

[PATCH v3] drm/gma500: depend on framebuffer
 2022-04-12  1:47 UTC  (7+ messages)

[PATCH] drm/gma500: add comments to register definitions
 2022-04-12  1:42 UTC 

[PATCH v2 0/7] drm/i915: Use the memcpy_from_wc function from drm
 2022-04-12  0:57 UTC  (4+ messages)
` [PATCH v2 4/7] drm/i915/guc: use the memcpy_from_wc call from the drm
    ` [Intel-gfx] "

[PATCH AUTOSEL 4.9 1/7] drm/amdkfd: Check for potential null return of kmalloc_array()
 2022-04-12  0:52 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 5/7] gpu: ipu-v3: Fix dev_dbg frequency output

[PATCH AUTOSEL 4.14 01/11] drm/amd: Add USBC connector ID
 2022-04-12  0:52 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 02/11] drm/amdkfd: Check for potential null return of kmalloc_array()
` [PATCH AUTOSEL 4.14 08/11] gpu: ipu-v3: Fix dev_dbg frequency output

[PATCH AUTOSEL 4.19 01/12] drm/amd: Add USBC connector ID
 2022-04-12  0:51 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 02/12] drm/amdkfd: Check for potential null return of kmalloc_array()
` [PATCH AUTOSEL 4.19 08/12] gpu: ipu-v3: Fix dev_dbg frequency output
` [PATCH AUTOSEL 4.19 10/12] drm/amd/display: Fix allocate_mst_payload assert on resume

[PATCH AUTOSEL 5.4 01/21] drm/amd: Add USBC connector ID
 2022-04-12  0:50 UTC  (7+ messages)
` [PATCH AUTOSEL 5.4 02/21] drm/amd/display: fix audio format not updated after edid updated
` [PATCH AUTOSEL 5.4 03/21] drm/amd/display: Update VTEM Infopacket definition
` [PATCH AUTOSEL 5.4 04/21] drm/amdkfd: Fix Incorrect VMIDs passed to HWS
` [PATCH AUTOSEL 5.4 05/21] drm/amdkfd: Check for potential null return of kmalloc_array()
` [PATCH AUTOSEL 5.4 11/21] gpu: ipu-v3: Fix dev_dbg frequency output
` [PATCH AUTOSEL 5.4 16/21] drm/amd/display: Fix allocate_mst_payload assert on resume

[PATCH AUTOSEL 5.10 01/30] drm/amd: Add USBC connector ID
 2022-04-12  0:48 UTC  (10+ messages)
` [PATCH AUTOSEL 5.10 04/30] drm/amd/display: fix audio format not updated after edid updated
` [PATCH AUTOSEL 5.10 05/30] drm/amd/display: FEC check in timing validation
` [PATCH AUTOSEL 5.10 06/30] drm/amd/display: Update VTEM Infopacket definition
` [PATCH AUTOSEL 5.10 07/30] drm/amdkfd: Fix Incorrect VMIDs passed to HWS
` [PATCH AUTOSEL 5.10 08/30] drm/amdgpu/vcn: improve vcn dpg stop procedure
` [PATCH AUTOSEL 5.10 09/30] drm/amdkfd: Check for potential null return of kmalloc_array()
` [PATCH AUTOSEL 5.10 16/30] gpu: ipu-v3: Fix dev_dbg frequency output
` [PATCH AUTOSEL 5.10 23/30] drm/amd/display: Revert FEC check in validation
` [PATCH AUTOSEL 5.10 24/30] drm/amd/display: Fix allocate_mst_payload assert on resume

[PATCH AUTOSEL 5.15 01/41] drm/amd: Add USBC connector ID
 2022-04-12  0:46 UTC  (13+ messages)
` [PATCH AUTOSEL 5.15 04/41] drm/amdgpu: conduct a proper cleanup of PDB bo
` [PATCH AUTOSEL 5.15 05/41] drm/amdgpu/gmc: use PCI BARs for APUs in passthrough
` [PATCH AUTOSEL 5.15 06/41] drm/amd/display: fix audio format not updated after edid updated
` [PATCH AUTOSEL 5.15 07/41] drm/amd/display: FEC check in timing validation
` [PATCH AUTOSEL 5.15 08/41] drm/amd/display: Update VTEM Infopacket definition
` [PATCH AUTOSEL 5.15 09/41] drm/amdkfd: Fix Incorrect VMIDs passed to HWS
` [PATCH AUTOSEL 5.15 10/41] drm/amdgpu/vcn: improve vcn dpg stop procedure
` [PATCH AUTOSEL 5.15 11/41] drm/amdkfd: Check for potential null return of kmalloc_array()
` [PATCH AUTOSEL 5.15 20/41] gpu: ipu-v3: Fix dev_dbg frequency output
` [PATCH AUTOSEL 5.15 29/41] drm/amd/display: Enable power gating before init_pipes
` [PATCH AUTOSEL 5.15 30/41] drm/amd/display: Revert FEC check in validation
` [PATCH AUTOSEL 5.15 31/41] drm/amd/display: Fix allocate_mst_payload assert on resume

[PATCH AUTOSEL 5.17 02/49] drm/amd: Add USBC connector ID
 2022-04-12  0:43 UTC  (14+ messages)
` [PATCH AUTOSEL 5.17 05/49] drm/amdgpu: conduct a proper cleanup of PDB bo
` [PATCH AUTOSEL 5.17 06/49] drm/amdgpu/gmc: use PCI BARs for APUs in passthrough
` [PATCH AUTOSEL 5.17 07/49] drm/amd/display: fix audio format not updated after edid updated
` [PATCH AUTOSEL 5.17 08/49] drm/amd/display: FEC check in timing validation
` [PATCH AUTOSEL 5.17 09/49] drm/amd/display: Update VTEM Infopacket definition
` [PATCH AUTOSEL 5.17 10/49] drm/amdkfd: Fix Incorrect VMIDs passed to HWS
` [PATCH AUTOSEL 5.17 11/49] drm/amdgpu/vcn: improve vcn dpg stop procedure
` [PATCH AUTOSEL 5.17 12/49] drm/amdkfd: Check for potential null return of kmalloc_array()
` [PATCH AUTOSEL 5.17 24/49] gpu: ipu-v3: Fix dev_dbg frequency output
` [PATCH AUTOSEL 5.17 35/49] drm/amd/display: Correct Slice reset calculation
` [PATCH AUTOSEL 5.17 36/49] drm/amd/display: Enable power gating before init_pipes
` [PATCH AUTOSEL 5.17 37/49] drm/amd/display: Revert FEC check in validation
` [PATCH AUTOSEL 5.17 38/49] drm/amd/display: Fix allocate_mst_payload assert on resume

[PATCH 0/3] Update to GuC v70
 2022-04-12  0:36 UTC  (7+ messages)
` [PATCH 1/3] drm/i915/guc: Update context registration to new GuC API
` [PATCH 2/3] drm/i915/guc: Update scheduling policies "
  ` [Intel-gfx] "
` [PATCH 3/3] drm/i915/guc: Update to GuC version 70.1.1
  ` [Intel-gfx] "

[PATCH v2] drm/msm: properly add and remove internal bridges
 2022-04-12  0:18 UTC  (2+ messages)

[PATCH v4 RFC] drm/i915/uapi: Add DRM_I915_QUERY_GEOMETRY_SUBSLICES
 2022-04-12  0:13 UTC  (4+ messages)

[PATCHv2] drm/amdgpu: disable ASPM on Intel AlderLake based systems
 2022-04-11 22:57 UTC  (2+ messages)

[PATCH 0/4] i915: Add DRM_I915_QUERY_GEOMETRY_SUBSLICES uapi
 2022-04-11 22:43 UTC  (5+ messages)
` [PATCH 1/4] drm/i915/doc: Convert drm_i915_query_topology_info comment to kerneldoc
` [PATCH 2/4] drm/i915/doc: Convert perf UAPI comments "
` [PATCH 3/4] drm/i915/doc: Link query items to their uapi structs
` [PATCH 4/4] drm/i915/uapi: Add DRM_I915_QUERY_GEOMETRY_SUBSLICES

[PATCH v3 00/17] fbcon cleanups
 2022-04-11 22:27 UTC  (3+ messages)
` [PATCH v3 14/17] fbcon: Move console_lock for register/unlink/unregister

[PATCH v1] drm/scheduler: Don't kill jobs in interrupt context
 2022-04-11 22:15 UTC 

[PATCH v1] drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error
 2022-04-11 22:09 UTC 

[PATCH v4 00/10] drm/msm: Userspace allocated GPU addresses
 2022-04-11 21:58 UTC  (11+ messages)
` [PATCH v4 01/10] drm/msm/gem: Move prototypes
` [PATCH v4 02/10] drm/msm/gpu: Drop duplicate fence counter
` [PATCH v4 03/10] drm/msm/gem: Convert some missed GEM_WARN_ON()s
` [PATCH v4 04/10] drm/msm/gem: Split out inuse helper
` [PATCH v4 05/10] drm/msm/gem: Drop PAGE_SHIFT for address space mm
` [PATCH v4 06/10] drm/msm: Drop msm_gem_iova()
` [PATCH v4 07/10] drm/msm/gem: Rework vma lookup and pin
` [PATCH v4 08/10] drm/msm/gem: Split "
` [PATCH v4 09/10] drm/msm/gem: Add fenced vma unpin
` [PATCH v4 10/10] drm/msm: Add a way for userspace to allocate GPU iova

[PATCH 04/10] drm/sun4i: Allow building the driver on RISC-V
 2022-04-11 21:15 UTC  (2+ messages)

[PATCH v2 0/5] drm/solomon: Add SSD130x OLED displays SPI support
 2022-04-11 21:12 UTC  (6+ messages)
` [PATCH v2 1/5] dt-bindings: display: ssd1307fb: Deprecate "-i2c" compatible strings
` [PATCH v2 2/5] dt-bindings: display: ssd1307fb: Extend schema for SPI controllers
` [PATCH v2 3/5] drm/solomon: Add ssd130x new compatible strings and deprecate old ones
` [PATCH v2 4/5] drm/solomon: Move device info from ssd130x-i2c to the core driver
` [PATCH v2 5/5] drm/solomon: Add SSD130x OLED displays SPI support

[PATCH v2] drm: mxsfb: Implement LCDIF scanout CRC32 support
 2022-04-11 20:35 UTC 

[PATCH 00/11] drm: bridge: Add Samsung MIPI DSIM bridge
 2022-04-11 20:26 UTC  (5+ messages)

[PATCH] drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanup
 2022-04-11 20:05 UTC  (2+ messages)

[PATCH v2] drm: tegra: Include DMA API header where used
 2022-04-11 19:49 UTC 

[PATCH 0/5] drm/i915: ttm for stolen region
 2022-04-11 19:24 UTC  (6+ messages)
` [PATCH 1/5] drm/i915: instantiate ttm ranger manager for stolen memory
` [PATCH 2/5] drm/i915: sanitize mem_flags for stolen buffers
` [PATCH 3/5] drm/i915: ttm move/clear logic fix
` [PATCH 4/5] drm/i915: ttm backend dont provide mmap_offset for kernel buffers
` [PATCH 5/5] drm/i915: stolen memory use ttm backend

[igt-dev] [PATCH i-g-t v2] tests/drm_buddy: Add drm buddy test cases
 2022-04-11 18:50 UTC 

[PATCH 21/34] drm/i915/gvt: devirtualize ->dma_{,un}map_guest_page
 2022-04-11 18:43 UTC  (10+ messages)
  ` [PATCH 22/34] drm/i915/gvt: devirtualize dma_pin_guest_page
  ` [PATCH 23/34] drm/i915/gvt: remove struct intel_gvt_mpt
  ` [PATCH 24/34] drm/i915/gvt: remove the extra vfio_device refcounting for dmabufs
  ` [PATCH 28/34] drm/i915/gvt: convert to use vfio_register_emulated_iommu_dev
  ` [PATCH 25/34] drm/i915/gvt: streamline intel_vgpu_create
  ` [PATCH 26/34] drm/i915/gvt: pass a struct intel_vgpu to the vfio read/write helpers
  ` [PATCH 27/34] drm/i915/gvt: remove kvmgt_guest_{init,exit}
  ` [PATCH 29/34] drm/i915/gvt: merge gvt.c into kvmgvt.c
  ` [PATCH 06/34] drm/i915/gvt: move the gvt code into kvmgt.ko

AMDGPU: regression on 5.17.1
 2022-04-11 18:34 UTC  (6+ messages)

[PATCH] drm/msm/gpu: Avoid -Wunused-function with !CONFIG_PM_SLEEP
 2022-04-11 18:15 UTC  (3+ messages)

[PATCH v2] drm/msm/gpu: Avoid -Wunused-function with !CONFIG_PM_SLEEP
 2022-04-11 18:12 UTC 

[PATCH] drm/arm/malidp: Stop using iommu_present()
 2022-04-11 17:34 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION d12d7e1cfe38e0c36d28c7a9fbbc436ad0d17c14
 2022-04-11 17:15 UTC 

[PATCH v10 00/24] drm/rockchip: RK356x VOP2 support
 2022-04-11 17:00 UTC  (5+ messages)
` [PATCH v10 12/24] drm/rockchip: dw_hdmi: drop mode_valid hook

[PATCH] drm/radeon: remove r600_blit_shaders.[c|h]
 2022-04-11 16:56 UTC  (2+ messages)

[PATCH 1/2] drm/modes: Make width-mm/height-mm check in of_get_drm_panel_display_mode() mandatory
 2022-04-11 16:42 UTC  (4+ messages)
` [PATCH 2/2] drm/panel: lvds: Drop now redundant width-mm and height-mm check

[PATCH v8 0/2] Add inline rotation support for sc7280
 2022-04-11 16:37 UTC  (2+ messages)
` [PATCH v8 2/2] drm/msm/disp/dpu1: add "


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