dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-13 21:33:38 to 2023-07-14 13:48:12 UTC [more...]

[PATCH v3 00/17] Imagination Technologies PowerVR DRM driver
 2023-07-14 13:47 UTC  (10+ messages)
` [PATCH v3 04/17] drm/imagination: Add skeleton PowerVR driver
` [PATCH v3 05/17] drm/imagination: Get GPU resources
` [PATCH v3 09/17] drm/imagination: Implement power management

[PATCH 0/8] drm: fb-helper/ssd130x: Add support for DRM_FORMAT_R1
 2023-07-14 13:08 UTC  (26+ messages)
` [PATCH 1/8] drm/ssd130x: Fix pitch calculation in ssd130x_fb_blit_rect()
` [PATCH 2/8] drm/dumb-buffers: Fix drm_mode_create_dumb() for bpp < 8
` [PATCH/RFC 3/8] drm/ssd130x: Bail out early if data_array is not yet available
` [PATCH 4/8] drm/ssd130x: Add support for DRM_FORMAT_R1
` [PATCH 5/8] drm/client: Convert drm_mode_create_dumb() to drm_mode_addfb2()
` [PATCH 6/8] drm/fb-helper: Pass buffer format via drm_fb_helper_surface_size
` [PATCH 7/8] drm/fb-helper: Add support for DRM_FORMAT_R1
` [PATCH 8/8] drm/ssd130x: Switch preferred_bpp/depth to 1

[PATCH v2 0/6] drm/amdgpu: Add new reset option and rework coredump
 2023-07-14 12:23 UTC  (12+ messages)
` [PATCH v2 2/6] drm/amdgpu: Allocate coredump memory in a nonblocking way
` [PATCH v2 3/6] drm/amdgpu: Rework coredump to use memory dynamically
` [PATCH v2 4/6] drm/amdgpu: Limit info in coredump for kernel threads
` [PATCH v2 5/6] drm/amdgpu: Log IBs and ring name at coredump
` [PATCH v2 6/6] drm/amdgpu: Create version number for coredumps

[PATCH 0/2] backlight: lp855x: Fixes after c1ff7da03e16
 2023-07-14 12:14 UTC  (3+ messages)
` [PATCH 1/2] backlight: lp855x: Initialize PWM state on first brightness change
` [PATCH 2/2] backlight: lp855x: Catch errors when changing brightness

[PATCH 1/3] drm/drv: use enum drm_minor_type when appropriate
 2023-07-14 12:14 UTC  (4+ messages)
` [PATCH 2/3] drm/file: use explicit values for enum drm_minor_type
` [RFC PATCH 3/3] drm/file: drop DRM_MINOR_CONTROL

[PATCH 0/3] DRM scheduler documentation & bug fixes
 2023-07-14 12:13 UTC  (18+ messages)
` [PATCH 1/3] drm/scheduler: Add more documentation
` [PATCH 2/3] drm/scheduler: Fix UAF in drm_sched_fence_get_timeline_name
` [PATCH 3/3] drm/scheduler: Clean up jobs when the scheduler is torn down

[PATCH 5/5 v4] accel/qaic: Fix a leak in map_user_pages()
 2023-07-14 11:47 UTC  (2+ messages)

[PATCH 4/5 v4] accel/qaic: move and expand integer overflow checks for map_user_pages()
 2023-07-14 11:46 UTC  (2+ messages)

[PATCH 3/5 v4] accel/qaic: Add consistent integer overflow checks
 2023-07-14 11:44 UTC  (2+ messages)

[PATCH 2/5 v4] accel/qaic: tighten bounds checking in decode_message()
 2023-07-14 11:42 UTC  (2+ messages)

[PATCH 1/5 v4] accel/qaic: tighten bounds checking in encode_message()
 2023-07-14 11:41 UTC  (2+ messages)

[PATCH v4] drm/syncobj: add IOCTL to register an eventfd
 2023-07-14 11:13 UTC 

[PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev
 2023-07-14  7:38 UTC  (10+ messages)
  ` [Freedreno] "

[PATCH] drm/radeon: ERROR: "foo* bar" should be "foo *bar"
 2023-07-14  8:06 UTC 

[PATCH 00/17] drm: rename various struct members "dev" -> "drm"
 2023-07-14 10:51 UTC  (8+ messages)

[PATCH] drm: support up to 128 drm devices
 2023-07-14 10:49 UTC  (3+ messages)

[PATCH v3 00/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT flags
 2023-07-14 10:47 UTC  (24+ messages)
` [PATCH v3 01/18] drm: Remove flag FBINFO_DEFAULT from fbdev emulation
` [PATCH v3 02/18] fbdev: Remove flag FBINFO_DEFAULT from fbdev drivers
` [PATCH v3 03/18] "
` [PATCH v3 04/18] "
` [PATCH v3 05/18] "
` [PATCH v3 06/18] fbdev/fsl-diu-fb: Remove flag FBINFO_DEFAULT
` [PATCH v3 07/18] vfio-mdev: Remove flag FBINFO_DEFAULT from fbdev sample driver
` [PATCH v3 08/18] sh: mach-sh7763rdp: Assign FB_MODE_IS_UNKNOWN to struct fb_videomode.flag
` [PATCH v3 09/18] auxdisplay: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v3 10/18] hid/picolcd: Remove flag FBINFO_FLAG_DEFAULT from fbdev driver
` [PATCH v3 11/18] media: Remove flag FBINFO_FLAG_DEFAULT from fbdev drivers
` [PATCH v3 12/18] staging: "
` [PATCH v3 13/18] fbdev: "
` [PATCH v3 14/18] "
` [PATCH v3 15/18] fbdev/atafb: Remove flag FBINFO_FLAG_DEFAULT
` [PATCH v3 16/18] fbdev/pxafb: "
` [PATCH v3 17/18] fbdev: Remove FBINFO_DEFAULT and FBINFO_FLAG_DEFAULT
` [PATCH v3 18/18] fbdev: Document that framebuffer_alloc() returns zero'ed data
  ` [v3,18/18] "

[PATCH 2/2] drm/amdgpu: Enabling FW workaround through shared memory for VCN 4
 2023-07-14 10:31 UTC 

[RFC 1/2] drm/i915: Refactor PAT/object cache handling
 2023-07-14 10:11 UTC  (6+ messages)
` [RFC 2/2] drm/i915: Remove PAT hack from i915_gem_object_can_bypass_llc

[PATCH 2/2] drm/amdgpu: Add FW shared flag for DRM KEY INJECT
 2023-07-14 10:02 UTC  (2+ messages)

[PATCH v4 0/4] Fix mediatek-drm coverity issues
 2023-07-14  9:49 UTC  (5+ messages)
` [PATCH v4 1/4] drm/mediatek: Remove freeing not dynamic allocated memory
` [PATCH v4 2/4] drm/mediatek: Add cnt checking for coverity issue
` [PATCH v4 3/4] drm/mediatek: Fix unintentional integer overflow in multiplying different types
` [PATCH v4 4/4] drm/mediatek: Fix dereference before null check

[PATCH 1/2] drm/amdgpu: allow secure submission on VCN4 ring
 2023-07-14  9:44 UTC 

[PATCH v2] drm/mediatek: fix uninitialized symbol
 2023-07-14  9:27 UTC  (2+ messages)

[PATCH v2 0/3] Galaxy S2 (i9100) panel updates v2
 2023-07-14  8:15 UTC  (2+ messages)

[PATCH] drm/ssd130x: Fix an oops when attempting to update a disabled plane
 2023-07-14  7:53 UTC  (3+ messages)

[PATCH v7 0/8] drm/tidss: Use new connector model for tidss
 2023-07-14  7:52 UTC  (5+ messages)
` [PATCH v7 5/8] drm/bridge: sii902x: Support format negotiation hooks

[PATCH] drm: adv7511: Fix low refresh rate register for ADV7533/5
 2023-07-14  7:51 UTC  (3+ messages)

[PATCH v3] misc: sram: Add DMA-BUF Heap exporting of SRAM areas
 2023-07-14  7:45 UTC  (3+ messages)
  ` [Linaro-mm-sig] "

[PATCH v2] drm/msm/dsi: Enable DATABUS_WIDEN for DSI command mode
 2023-07-14  7:41 UTC  (3+ messages)

[Bug 217664] New: Laptop doesnt wake up from suspend mode
 2023-07-14  7:28 UTC  (3+ messages)
` [Bug 217664] "

[PATCH] drm/radeon: ERROR: "(foo*)" should be "(foo *)"
 2023-07-14  7:21 UTC  (2+ messages)

[PATCH] drm/radeon: ERROR: open brace '{' following function definitions go on the next line
 2023-07-14  3:20 UTC 

[PATCH] drm/nouveau/fifo:Fix Nineteen occurrences of the gk104.c error: ERROR: space prohibited before that ':' (ctx:WxW) ERROR: trailing statements should be on next line ERROR: space prohibited before that ':' (ctx:WxW) ERROR: trailing statements should be on next line ERROR: space prohibited before that ':' (ctx:WxW) ERROR: trailing statements should be on next line ERROR: trailing statements should be on next line ERROR: space prohibited before that ':' (ctx:WxW) ERROR: trailing statements should be on next line ERROR: space prohibited before that ':' (ctx:WxW) ERROR: trailing statements should be on next line ERROR: space prohibited before that ':' (ctx:WxW) ERROR: trailing statements should be on next line ERROR: space prohibited before that ':' (ctx:WxW) ERROR: trailing statements should be on next line ERROR: space prohibited before that ':' (ctx:WxE) ERROR: space prohibited before that ':' (ctx:WxE) ERROR: trailing statements should be on next line ERROR: trailing s tatements should be on next line
 2023-07-14  6:58 UTC  (5+ messages)
` [PATCH] drm/nouveau/fifo:Fix Nineteen occurrences of the gk104.c error: ERROR: space prohibited before that ':' (ctx:WxW) ERROR: : trailing statements "
` [PATCH] drm/nouveau/fifo:Fix Nineteen occurrences of the gk104.c error: "

[PATCH] drm/radeon: ERROR: open brace '{' following struct go on the same line
 2023-07-14  5:24 UTC 

[PATCH] drm/radeon: ERROR: that open brace { should be on the previous line
 2023-07-14  3:54 UTC 

[PATCH] drm/radeon: ERROR: spaces required around that '+=' (ctx:VxV)
 2023-07-14  3:32 UTC 

[PATCH] drm/radeon: ERROR: space prohibited before that ', ' (ctx:WxV)
 2023-07-14  5:07 UTC 

[PATCH] drm/radeon/dpm: ERROR: open brace '{' following enum go on the same line
 2023-07-14  4:59 UTC 

[PATCH] fbdev: fbmem: mark registered_fb static
 2023-07-14  0:37 UTC 

[PATCH 0/2] eventfd: simplify signal helpers
 2023-07-14  7:05 UTC 

[PATCH v3 0/2] Fix OVL iommu fault in cursor plane
 2023-07-14  6:57 UTC  (5+ messages)
` [PATCH v3 1/2] drm/mediatek: Fix iommu fault by swapping FBs after updating plane state
` [PATCH v3 2/2] drm/mediatek: Fix iommu fault during crtc enabling

[PATCH] dma-buf/dma-resv: Stop leaking on krealloc() failure
 2023-07-14  6:56 UTC  (2+ messages)

[PATCH v3 0/4] Fix mediatek-drm coverity issues
 2023-07-14  6:45 UTC  (6+ messages)
` [PATCH v3 3/4] drm/mediatek: Add casting before assign
` [PATCH v3 4/4] drm/mediatek: Fix dereference before null check

[PATCH] drm/amdgpu/discovery: open brace '{' following struct go on the same line
 2023-07-14  6:38 UTC 

[PATCH] drm/amd/amd_shared.h: remove spaces after '*'
 2023-07-14  6:28 UTC 

[PATCH] drm/amd: open brace '{' following struct go on the same line
 2023-07-14  6:23 UTC 

[PATCH 1/2] drm/bridge: lt9211: Do not generate HFP/HBP/HSA and EOT packet
 2023-07-14  6:11 UTC  (13+ messages)
` [PATCH 2/2] drm/bridge: lt9611: "

[PATCH] drm/amd: add missing spaces after ',' and remove spaces before ','
 2023-07-14  6:12 UTC 

[PATCH] drm/amd: open brace '{' following struct go on the same line
 2023-07-14  6:04 UTC 

[PATCH v2 0/8] MDSS reg bus interconnect
 2023-07-14  5:33 UTC  (2+ messages)
` (subset) "

[git pull] drm fixes for 6.5-rc2
 2023-07-14  4:39 UTC 

[PATCH 00/19] DSC misc fixes
 2023-07-14  3:28 UTC  (5+ messages)
` [PATCH 02/19] drm/i915/dp: Move compressed bpp check with 420 format inside the helper
  ` [Intel-gfx] "
` [PATCH 08/19] drm/i915/dp: Remove extra logs for printing DSC info
  ` [Intel-gfx] "

[PATCH] drm/nouveau: add missing spaces after ','
 2023-07-14  2:08 UTC 

[PATCH v2 0/4] drm/msm/dpu: simplify DPU sub-blocks info
 2023-07-14  1:55 UTC  (5+ messages)
` [PATCH v2 1/4] drm/msm/dpu: drop the `id' field from DPU_HW_SUBBLK_INFO
` [PATCH v2 2/4] drm/msm/dpu: drop the `smart_dma_priority' field from struct dpu_sspp_sub_blks
` [PATCH v2 3/4] drm/msm/dpu: deduplicate some (most) of SSPP sub-blocks
` [PATCH v2 4/4] drm/msm/dpu: drop DPU_HW_SUBBLK_INFO macro

[PATCH v3 0/3] Fix IS_ERR() vs NULL check for drm
 2023-07-14  1:48 UTC  (4+ messages)
` [PATCH v3 1/3] drm/panel: Fix IS_ERR() vs NULL check in nt35950_probe()
` [PATCH v3 2/3] drm/msm: Fix IS_ERR() vs NULL check in a5xx_submit_in_rb()
` [PATCH v3 3/3] drm/komeda: Fix IS_ERR() vs NULL check in komeda_component_get_avail_scaler()

[PATCH v3 00/19] Sitronix ST7789V improvements
 2023-07-14  1:37 UTC  (20+ messages)
` [PATCH v3 01/19] dt-bindings: vendor-prefixes: add Inanbo
` [PATCH v3 02/19] dt-bindings: display: st7789v: add Inanbo T28CP45TN89
` [PATCH v3 03/19] drm/panel: sitronix-st7789v: add SPI ID table
` [PATCH v3 04/19] drm/panel: sitronix-st7789v: remove unused constants
` [PATCH v3 05/19] drm/panel: sitronix-st7789v: make reset GPIO optional
` [PATCH v3 06/19] drm/panel: sitronix-st7789v: simplify st7789v_spi_write
` [PATCH v3 07/19] drm/panel: sitronix-st7789v: improve error handling
` [PATCH v3 08/19] drm/panel: sitronix-st7789v: avoid hardcoding mode info
` [PATCH v3 09/19] drm/panel: sitronix-st7789v: avoid hardcoding panel size
` [PATCH v3 10/19] drm/panel: sitronix-st7789v: add media bus format
` [PATCH v3 11/19] drm/panel: sitronix-st7789v: avoid hardcoding invert mode
` [PATCH v3 12/19] drm/panel: sitronix-st7789v: avoid hardcoding polarity info
` [PATCH v3 13/19] drm/panel: sitronix-st7789v: add Inanbo T28CP45TN89 support
` [PATCH v3 14/19] dt-bindings: display: st7789v: Add the edt, et028013dma panel compatible
` [PATCH v3 15/19] dt-bindings: display: st7789v: bound the number of Rx data lines
` [PATCH v3 16/19] drm/panel: sitronix-st7789v: Use 9 bits per spi word by default
` [PATCH v3 17/19] drm/panel: sitronix-st7789v: Clarify a definition
` [PATCH v3 18/19] drm/panel: sitronix-st7789v: Add EDT ET028013DMA panel support
` [PATCH v3 19/19] drm/panel: sitronix-st7789v: Check display ID

[PATCH 00/12] drm/msm/adreno: Move away from legacy revision matching
 2023-07-13 22:53 UTC  (12+ messages)
` [PATCH 05/12] drm/msm/adreno: Use quirk to identify cached-coherent support
  ` [Freedreno] "
` [PATCH 06/12] drm/msm/adreno: Allow SoC specific gpu device table entries
    ` [Freedreno] "
` [PATCH 12/12] drm/msm/adreno: Switch to chip-id for identifying GPU
  ` [Freedreno] "

[PATCH RFC 0/2] Add support for inlined documentation for kunit and kselftests
 2023-07-13 22:49 UTC  (3+ messages)
` [PATCH RFC 2/2] drm: add documentation for drm_buddy_test kUnit test

[net-next v9 00/11] Brcm ASP 2.0 Ethernet Controller
 2023-07-13 22:19 UTC  (12+ messages)
` [net-next v9 01/11] dt-bindings: net: brcm,unimac-mdio: Add asp-v2.0
` [net-next v9 02/11] dt-bindings: net: Brcm ASP 2.0 Ethernet controller
` [net-next v9 03/11] net: bcmasp: Add support for ASP2.0 "
` [net-next v9 04/11] net: bcmasp: Add support for WoL magic packet
` [net-next v9 05/11] net: bcmasp: Add support for wake on net filters
` [net-next v9 06/11] net: bcmasp: Add support for eee mode
` [net-next v9 07/11] net: bcmasp: Add support for ethtool standard stats
` [net-next v9 08/11] net: bcmasp: Add support for ethtool driver stats
` [net-next v9 09/11] net: phy: mdio-bcm-unimac: Add asp v2.0 support
` [net-next v9 10/11] net: phy: bcm7xxx: Add EPHY entry for 74165
` [net-next v9 11/11] MAINTAINERS: ASP 2.0 Ethernet driver maintainers


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