dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-11 08:28:26 to 2022-04-11 21:58:33 UTC [more...]

[PATCH v4 00/10] drm/msm: Userspace allocated GPU addresses
 2022-04-11 21:58 UTC  (6+ 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 00/10] drm/sun4i: Allwinner D1 Display Engine 2.0 Support
 2022-04-11 21:15 UTC  (14+ messages)
` [PATCH 03/10] drm/sun4i: Remove obsolete references to PHYS_OFFSET
` [PATCH 04/10] drm/sun4i: Allow building the driver on RISC-V
` [PATCH 05/10] drm/sun4i: csc: Add support for the new MMIO layout
` [PATCH 06/10] drm/sun4i: Allow VI layers to be primary planes
` [PATCH 07/10] drm/sun4i: Add support for D1 mixers
` [PATCH 10/10] drm/sun4i: Add compatible for D1 display engine

[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 v5 00/10] drm/hdcp: Pull HDCP auth/exchange/check into helpers
 2022-04-11 20:47 UTC  (11+ 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
` [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 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  (9+ messages)
  ` [PATCH 04/11] drm: bridge: samsung-dsim: Add DSI init in bridge pre_enable()
  ` (EXT) [PATCH 00/11] drm: bridge: Add Samsung MIPI DSIM bridge

[PATCH] drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanup
 2022-04-11 20:05 UTC  (7+ 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

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

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

[PATCH 02/34] drm/i915/gvt: remove enum hypervisor_type
 2022-04-11 18:43 UTC  (30+ messages)
  ` [PATCH 03/34] drm/i915/gvt: rename intel_vgpu_ops to intel_vgpu_mdev_ops
  ` [PATCH 04/34] drm/i915/gvt: don't override the include path
  ` [PATCH 05/34] drm/i915/gvt: cleanup the Makefile
  ` [PATCH 07/34] drm/i915/gvt: remove intel_gvt_ops
  ` [PATCH 08/34] drm/i915/gvt: remove the map_gfn_to_mfn and set_trap_area ops
  ` [PATCH 09/34] drm/i915/gvt: remove the unused from_virt_to_mfn op
  ` [PATCH 10/34] drm/i915/gvt: merge struct kvmgt_vdev into struct intel_vgpu
  ` [PATCH 11/34] drm/i915/gvt: merge struct kvmgt_guest_info into strut intel_vgpu
  ` [PATCH 12/34] drm/i915/gvt: remove vgpu->handle
  ` [PATCH 13/34] drm/i915/gvt: devirtualize ->{read,write}_gpa
  ` [PATCH 14/34] drm/i915/gvt: devirtualize ->{get,put}_vfio_device
  ` [PATCH 15/34] drm/i915/gvt: devirtualize ->set_edid and ->set_opregion
  ` [PATCH 16/34] drm/i915/gvt: devirtualize ->detach_vgpu
  ` [PATCH 17/34] drm/i915/gvt: devirtualize ->inject_msi
  ` [PATCH 18/34] drm/i915/gvt: devirtualize ->is_valid_gfn
  ` [PATCH 19/34] drm/i915/gvt: devirtualize ->gfn_to_mfn
  ` [PATCH 20/34] drm/i915/gvt: devirtualize ->{enable,disable}_page_track
  ` [PATCH 21/34] drm/i915/gvt: devirtualize ->dma_{,un}map_guest_page
  ` [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  (3+ messages)
` [PATCH v8 1/2] drm/msm/disp/dpu1: add inline function to validate format support
` [PATCH v8 2/2] drm/msm/disp/dpu1: add inline rotation support for sc7280

[PATCH 0/2] Add DP MST DSC support to i915
 2022-04-11 16:25 UTC  (3+ messages)
` [PATCH 1/2] drm: Add missing DP DSC extended capability definitions
` [PATCH 2/2] drm/i915: Add DSC support to MST path

[PATCH] drm/msm: properly add and remove internal bridges
 2022-04-11 15:38 UTC  (2+ messages)

[PATCH 1/2] drm/sched: use DECLARE_EVENT_CLASS
 2022-04-11 15:38 UTC  (2+ messages)

[PATCH v18 0/3] MIPS: JZ4780 and CI20 HDMI
 2022-04-11 15:10 UTC  (4+ messages)
` [PATCH v18 3/3] drm/ingenic: Add dw-hdmi driver specialization for jz4780

[PATCH 0/5] drm/solomon: Add SSD130x OLED displays SPI support
 2022-04-11 14:48 UTC  (4+ messages)
` [PATCH 1/5] dt-bindings: display: ssd1307fb: Deprecate fbdev compatible strings

[PATCH v2 1/4] drm/fourcc: Introduce format modifiers for DG2 render and media compression
 2022-04-11 14:34 UTC  (2+ messages)
` [PATCH v2 3/4] drm/fourcc: Introduce format modifier for DG2 clear color

5.18 vmwgfx seems to break booting VirtualBox VMs
 2022-04-11 14:24 UTC  (2+ messages)

[PATCH v2 0/4] drm/ssd130x: Add support for SINO WEALTH SH1106
 2022-04-11 14:13 UTC  (4+ messages)
` [PATCH v2 2/4] dt-bindings: display: ssd1307fb: Add entry "

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

[PATCH v0 00/10] i.MX8MP HDMI support
 2022-04-11 14:07 UTC  (5+ messages)
` [PATCH v0 07/10] phy: freescale: add Samsung HDMI PHY

[CI v3 00/12] drm/edid: low level EDID block read refactoring etc
 2022-04-11 14:00 UTC  (13+ messages)
` [CI v3 01/12] drm/edid: convert edid_is_zero() to edid_block_is_zero() for blocks
` [CI v3 02/12] drm/edid: have edid_block_check() detect blocks that are all zero
` [CI v3 03/12] drm/edid: refactor EDID block status printing
` [CI v3 04/12] drm/edid: add a helper to log dump an EDID block
` [CI v3 05/12] drm/edid: pass struct edid to connector_bad_edid()
` [CI v3 06/12] drm/edid: add typedef for block read function
` [CI v3 07/12] drm/edid: abstract an EDID block read helper
` [CI v3 08/12] drm/edid: use EDID block read helper in drm_do_get_edid()
` [CI v3 09/12] drm/edid: convert extension block read to EDID block read helper
` [CI v3 10/12] drm/edid: drop extra local var
` [CI v3 11/12] drm/edid: add single point of return to drm_do_get_edid()
` [CI v3 12/12] drm/edid: add EDID block count and size helpers

[PATCH] drm/ttm: fix logic inversion in ttm_eu_reserve_buffers
 2022-04-11 13:58 UTC  (3+ messages)

[CI v2 00/12] drm/edid: low level EDID block read refactoring etc
 2022-04-11 13:57 UTC  (17+ messages)
` [CI v2 01/12] drm/edid: convert edid_is_zero() to edid_block_is_zero() for blocks
` [CI v2 02/12] drm/edid: have edid_block_check() detect blocks that are all zero
` [CI v2 03/12] drm/edid: refactor EDID block status printing
` [CI v2 04/12] drm/edid: add a helper to log dump an EDID block
` [CI v2 05/12] drm/edid: pass struct edid to connector_bad_edid()
` [CI v2 06/12] drm/edid: add typedef for block read function
` [CI v2 07/12] drm/edid: abstract an EDID block read helper
` [CI v2 08/12] drm/edid: use EDID block read helper in drm_do_get_edid()
` [CI v2 09/12] drm/edid: convert extension block read to EDID block read helper
` [CI v2 10/12] drm/edid: drop extra local var
` [CI v2 11/12] drm/edid: add single point of return to drm_do_get_edid()
` [CI v2 12/12] drm/edid: add EDID block count and size helpers
  ` [Intel-gfx] "

[PATCH -next] drm/solomon: Make DRM_SSD130X depends on MMU
 2022-04-11 13:49 UTC  (3+ messages)

[PATCH v2] drm/tegra: Stop using iommu_present()
 2022-04-11 13:46 UTC 

[PATCH v3] drm: add a check to verify the size alignment
 2022-04-11 13:49 UTC  (6+ messages)

[PATCH] dma-buf-map: remove renamed header file
 2022-04-11 13:44 UTC 

[RFC PATCH 0/6] drm/dp: Improvements for DP AUX channel
 2022-04-11 13:37 UTC  (4+ messages)
` [RFC PATCH 1/6] drm/dp: Helpers to make it easier for drivers to use DP AUX bus properly

[PATCH v2 1/2] drm/dp: Factor out a function to probe a DPCD address
 2022-04-11 13:25 UTC  (2+ messages)
` [PATCH v3 "

[PATCH] video: fbdev: sh_mobile_lcdcfb: Remove sh_mobile_lcdc_check_var() declaration
 2022-04-11 12:58 UTC 

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

[PATCH v9 00/23] drm/rockchip: RK356x VOP2 support
 2022-04-11 11:07 UTC  (10+ messages)

[Regression] No framebuffer console on Rpi since 5.14-rc1
 2022-04-11 11:00 UTC  (5+ messages)
` vc4: Couldn't stop firmware display driver during boot

[V2 0/3] Expose max and current bpc via debugfs
 2022-04-11  9:51 UTC  (4+ messages)
` [V2 1/3] drm/debug: Expose connector's max supported "
` [V2 2/3] drm/i915/display/debug: Expose crtc current "
` [V2 3/3] drm/amd/display: Move connector debugfs to drm

[PATCH 00/12] drm/edid: low level EDID block read refactoring etc
 2022-04-11  9:51 UTC  (9+ messages)
` [PATCH 03/12] drm/edid: refactor EDID block status printing
` [PATCH 06/12] drm/edid: add typedef for block read function

[PATCH 0/3] Expose max and current bpc via debugfs
 2022-04-11  9:48 UTC  (2+ messages)
` [V2 "

[V2 0/3] Expose max and current bpc via debugfs
 2022-04-11  9:47 UTC 

[PATCH v2 1/7] drm: mxsfb: Simplify LCDIF clock handling
 2022-04-11  9:46 UTC  (7+ messages)
` [PATCH v2 4/7] drm: mxsfb: Move mxsfb_get_fb_paddr() away from register IO functions

[PATCH] tests/drm_buddy: Add drm buddy test cases
 2022-04-11  9:38 UTC  (2+ messages)

[PATCH v3] drm/gma500: depend on framebuffer
 2022-04-11  9:27 UTC  (6+ messages)

Patch "drm/nouveau/pmu: Add missing callbacks for Tegra devices" has been added to the 5.17-stable tree
 2022-04-11  9:25 UTC 

Patch "drm/amdkfd: Create file descriptor after client is added to smi_clients list" has been added to the 5.17-stable tree
 2022-04-11  9:25 UTC 

Patch "drm/nouveau/pmu: Add missing callbacks for Tegra devices" has been added to the 5.16-stable tree
 2022-04-11  9:25 UTC 

Patch "drm/amdkfd: Create file descriptor after client is added to smi_clients list" has been added to the 5.16-stable tree
 2022-04-11  9:25 UTC 

Patch "drm/amdkfd: Create file descriptor after client is added to smi_clients list" has been added to the 5.15-stable tree
 2022-04-11  9:25 UTC 

Patch "drm/nouveau/pmu: Add missing callbacks for Tegra devices" has been added to the 5.15-stable tree
 2022-04-11  9:25 UTC 

Patch "drm/nouveau/pmu: Add missing callbacks for Tegra devices" has been added to the 5.10-stable tree
 2022-04-11  9:25 UTC 

Patch "drm/amdkfd: Create file descriptor after client is added to smi_clients list" has been added to the 5.10-stable tree
 2022-04-11  9:25 UTC 

[PATCH v2 0/5] DRM: Bridge: DW_HDMI: Add new features and bug fix
 2022-04-11  9:24 UTC  (7+ messages)
` [PATCH v2 3/5] drm: bridge: dw_hdmi: Enable GCP only for Deep Color
    ` [EXT] "
` [PATCH v2 5/5] drm: bridge: dw_hdmi: Audio: Add General Parallel Audio (GPA) driver
    ` [EXT] "

[PATCH v4, 0/4] Cooperate with DSI RX devices to modify dsi funcs and delay mipi high to cooperate with panel sequence
 2022-04-11  9:07 UTC  (7+ messages)
` [PATCH v4, 1/4] drm/mediatek: Adjust the timing of mipi signal from LP00 to LP11
` [PATCH v4, 2/4] drm/mediatek: Separate poweron/poweroff from enable/disable and define new funcs
` [PATCH v4, 3/4] drm/mediatek: keep dsi as LP00 before dcs cmds transfer

[PATCH] drm: mxsfb: Implement LCDIF scanout CRC32 support
 2022-04-11  8:42 UTC  (2+ messages)

Patch "fbdev: Fix unregistering of framebuffers without device" has been added to the 5.17-stable tree
 2022-04-11  8:27 UTC 

Patch "fbdev: Fix unregistering of framebuffers without device" has been added to the 5.16-stable tree
 2022-04-11  8:27 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).