dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-24 09:47:08 to 2023-07-25 09:54:51 UTC [more...]

[PATCH v5 0/9] drm: selftest: Convert to KUnit
 2023-07-25  9:54 UTC  (5+ messages)
` [PATCH v5 9/9] drm: selftest: convert drm_mm selftest "

[PATCH] drm: support up to 128 drm devices
 2023-07-25  9:21 UTC  (7+ messages)

[PATCH v14 00/12] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-07-25  8:32 UTC  (11+ messages)
` [PATCH v14 01/12] drm/shmem-helper: Factor out pages alloc/release from drm_gem_shmem_get/put_pages()
` [PATCH v14 02/12] drm/shmem-helper: Add pages_pin_count field
` [PATCH v14 10/12] drm/shmem-helper: Refactor locked/unlocked functions
` [PATCH v14 12/12] drm/gem: Add _unlocked postfix to drm_gem_pin/unpin()

[PATCH v5 1/1] drm/doc: Document DRM device reset expectations
 2023-07-25  8:03 UTC  (4+ messages)
` Non-robust apps and resets (was Re: [PATCH v5 1/1] drm/doc: Document DRM device reset expectations)

[PATCH] dma_buf/sync_file: Enable signaling for fences when querying status
 2023-07-25  7:46 UTC 

[PATCH v7 00/11] MediaTek DisplayPort: support eDP and aux-bus
 2023-07-25  7:32 UTC  (12+ messages)
` [PATCH v7 01/11] drm/mediatek: dp: Add missing error checks in mtk_dp_parse_capabilities
` [PATCH v7 02/11] drm/mediatek: dp: Move AUX and panel poweron/off sequence to function
` [PATCH v7 03/11] drm/mediatek: dp: Change logging to dev for mtk_dp_aux_transfer()
` [PATCH v7 04/11] drm/mediatek: dp: Use devm variant of drm_bridge_add()
` [PATCH v7 05/11] drm/mediatek: dp: Move AUX_P0 setting to mtk_dp_initialize_aux_settings()
` [PATCH v7 06/11] drm/mediatek: dp: Enable event interrupt only when bridge attached
` [PATCH v7 07/11] drm/mediatek: dp: Avoid mutex locks if audio is not supported/enabled
` [PATCH v7 08/11] drm/mediatek: dp: Move PHY registration to new function
` [PATCH v7 09/11] drm/mediatek: dp: Add support for embedded DisplayPort aux-bus
` [PATCH v7 10/11] drm/mediatek: dp: Add .wait_hpd_asserted() for AUX bus
` [PATCH v7 11/11] drm/mediatek: dp: Don't register HPD interrupt handler for eDP case

[PATCH v2 1/4] dt-bindings: display: imx: add binding for i.MX8MP HDMI TX
 2023-07-25  7:23 UTC  (5+ messages)
` [PATCH v2 2/4] drm/bridge: imx: add bridge wrapper driver for i.MX8MP DWC HDMI
` [PATCH v2 4/4] drm/bridge: imx: add driver for HDMI TX Parallel Video Interface

[PATCH v6 00/11] MediaTek DisplayPort: support eDP and aux-bus
 2023-07-25  7:19 UTC  (4+ messages)
` [PATCH v6 11/11] drm/mediatek: dp: Don't register HPD interrupt handler for eDP case

[PATCH] drm/mgag200: Increase bandwidth for G200se A rev1
 2023-07-24 20:57 UTC  (4+ messages)

[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-25  6:10 UTC  (3+ messages)
  ` [Nouveau] "
    ` [Nouveau] [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: trail

[PATCH v2 00/47] use refcount+RCU method to implement lockless slab shrink
 2023-07-25  3:27 UTC  (55+ messages)
` [PATCH v2 01/47] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v2 02/47] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v2 03/47] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v2 05/47] binder: dynamically allocate the android-binder shrinker
` [PATCH v2 10/47] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v2 11/47] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v2 12/47] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v2 13/47] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v2 14/47] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v2 15/47] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v2 16/47] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v2 17/47] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v2 18/47] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v2 19/47] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v2 20/47] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v2 21/47] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v2 22/47] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v2 23/47] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v2 24/47] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v2 25/47] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v2 26/47] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v2 27/47] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v2 28/47] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v2 29/47] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v2 30/47] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v2 31/47] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v2 32/47] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v2 33/47] jbd2, ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v2 34/47] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v2 35/47] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v2 36/47] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v2 37/47] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v2 38/47] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v2 39/47] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v2 40/47] fs: super: dynamically allocate the s_shrink
` [PATCH v2 41/47] mm: shrinker: remove old APIs
` [PATCH v2 42/47] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v2 43/47] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v2 44/47] mm: shrinker: make global slab shrink lockless
` [PATCH v2 45/47] mm: shrinker: make memcg "
` [PATCH v2 46/47] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v2 47/47] mm: shrinker: convert shrinker_rwsem to mutex

[PATCH] drm/radeon: Fix format error
 2023-07-25  4:43 UTC 

[PATCH] drm/shmem-helper: Reset vma->vm_ops before calling dma_buf_mmap()
 2023-07-25  7:07 UTC  (2+ messages)

[PATCH RESEND] drm/mediatek: Add valid modifier check
 2023-07-25  6:59 UTC  (3+ messages)

[PATCH 00/19] DSC misc fixes
 2023-07-25  6:01 UTC  (10+ messages)
` [PATCH 05/19] drm/i915/dp: Update Bigjoiner interface bits for computing compressed bpp
` [PATCH 06/19] drm/i915/display: Account for DSC not split case while computing cdclk
` [PATCH 07/19] drm/i915/intel_cdclk: Add vdsc with bigjoiner constraints on min_cdlck

[PATCH v2] drm/i915/tv: avoid possible division by zero
 2023-07-25  5:51 UTC  (4+ messages)
` [Intel-gfx] "

[RFC v1 0/3] udmabuf: Replace pages when there is FALLOC_FL_PUNCH_HOLE in memfd
 2023-07-25  4:30 UTC  (14+ messages)
` [RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)

[PATCH 0/9] Add DRM driver for StarFive SoC JH7110
 2023-07-25  3:12 UTC  (4+ messages)
` [PATCH 3/9] drm/verisilicon: Add basic drm driver

[PATCH -next] drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init()
 2023-07-25  2:13 UTC  (3+ messages)

[PATCH v2 -next] drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init()
 2023-07-25  2:13 UTC 

[PATCH drm-misc-next v8 00/12] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-07-25  2:04 UTC  (7+ messages)
` [PATCH drm-misc-next v8 03/12] drm/nouveau: new VM_BIND uapi interfaces
` [PATCH drm-misc-next v8 11/12] drm/nouveau: implement new VM_BIND uAPI

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

[PATCH] drm/ast: Do not enable PCI resources multiple times
 2023-07-25  1:12 UTC  (4+ messages)
`  "

[PATCH v9 0/7] Update AUX invalidation sequence
 2023-07-25  0:19 UTC  (8+ messages)
` [PATCH v9 1/7] drm/i915/gt: Cleanup aux invalidation registers
` [PATCH v9 2/7] drm/i915: Add the gen12_needs_ccs_aux_inv helper
` [PATCH v9 3/7] drm/i915/gt: Ensure memory quiesced before invalidation
` [PATCH v9 4/7] drm/i915/gt: Rename flags with bit_group_X according to the datasheet
` [PATCH v9 5/7] drm/i915/gt: Enable the CCS_FLUSH bit in the pipe control and in the CS
` [PATCH v9 6/7] drm/i915/gt: Poll aux invalidation register bit on invalidation
` [PATCH v9 7/7] drm/i915/gt: Support aux invalidation on all engines

[PATCH] drm/i915: Avoid GGTT flushing on non-GGTT paths of i915_vma_pin_iomap
 2023-07-24 23:38 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] drm/panel: ld9040: add backlight Kconfig dependency
 2023-07-24 22:45 UTC  (3+ messages)

[PATCH v3] drm/syncobj: add DRM_IOCTL_SYNCOBJ_IMPORT/EXPORT_SYNC_FILE
 2023-07-24 22:43 UTC  (2+ messages)

[PATCH v2] drm/amd/pm: Vangogh: Add new gpu_metrics_v2_4 to acquire gpu_metrics
 2023-07-24 22:39 UTC  (4+ messages)

[PATCH v6 0/4] drm: Use full allocated minor range for DRM
 2023-07-24 22:29 UTC  (6+ messages)
` [PATCH v6 1/4] drm: Use XArray instead of IDR for minors
` [PATCH v6 2/4] accel: "
` [PATCH v6 3/4] drm: Expand max DRM device number to full MINORBITS
` [PATCH v6 4/4] drm: Introduce force_extended_minors modparam

[PATCH v3] drm/i915: Avoid circular locking dependency when flush delayed work on gt reset
 2023-07-24 22:05 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH] drm/amd/pm: open brace '{' following struct go on the same line
 2023-07-24 21:59 UTC  (2+ messages)

[PATCH] drm/amd/pm: Clean up errors in smu11_driver_if_sienna_cichlid.h
 2023-07-24 21:58 UTC  (4+ messages)
` [PATCH] drm/amd/pm: Clean up errors in smu_v13_0_1_pmfw.h

[PATCH] drm/amd/pm: Clean up errors in smu_v11_0_7_pptable.h
 2023-07-24 21:56 UTC  (2+ messages)

[PATCH] drm/amd/pm:open brace '{' following function definitions go on the next line
 2023-07-24 21:55 UTC  (3+ messages)
  ` [PATCH] drm/amd/pm: open "

[PATCH] drm/amd/pm: that open brace { should be on the previous line
 2023-07-24 21:53 UTC  (2+ messages)

[PATCH] drm/amd/pm: Clean up errors in smu11_driver_if_sienna_cichlid.h
 2023-07-24 21:51 UTC  (2+ messages)

[PATCH] drm/amd/pm: Clean up errors in arcturus_ppt.c
 2023-07-24 21:49 UTC  (2+ messages)

[PATCH] drm/amd/pm: Clean up errors in arcturus_ppt.c
 2023-07-24 21:48 UTC  (2+ messages)

[PATCH] drm/amd/pm: Clean up errors in navi10_ppt.c
 2023-07-24 21:47 UTC  (2+ messages)

[PATCH] drm/amd/pm: add missing spaces before '('
 2023-07-24 21:46 UTC  (2+ messages)

[PATCH] drm/radeon: Move assignment outside if condition
 2023-07-24 21:44 UTC  (2+ messages)

[PATCH] drm/radeon: that open brace { should be on the previous line
 2023-07-24 21:41 UTC  (2+ messages)

[PATCH] drm/radeon: that open brace { should be on the previous line
 2023-07-24 21:40 UTC  (2+ messages)

[PATCH] drm/radeon: add missing spaces after ',' and else should follow close brace '}'
 2023-07-24 21:39 UTC  (2+ messages)
  ` [PATCH] drm/radeon: add missing spaces after ', ' "

[PATCH] drm/radeon: that open brace { should be on the previous line
 2023-07-24 21:37 UTC  (2+ messages)

[PATCH] drm/radeon: add missing spaces before ';'
 2023-07-24 21:34 UTC  (2+ messages)

[PATCH] drm/radeon/si_dpm: open brace '{' following struct go on the same line
 2023-07-24 21:32 UTC  (2+ messages)

[PATCH] drm/msm: Disallow submit with fence id 0
 2023-07-24 20:30 UTC 

[PATCH v3] drm/msm/a2xx: Call adreno_gpu_init() earlier
 2023-07-24 20:28 UTC  (3+ messages)

[PATCH] drm/panel: db7430: remove unused variables
 2023-07-24 17:56 UTC  (2+ messages)

[PATCH v4] backlight: gpio_backlight: Drop output GPIO direction check for initial power state
 2023-07-24 17:46 UTC  (2+ messages)

[PATCH v3 0/2] drm/mipi-dbi: Allow using same the D/C GPIO for multiple displays
 2023-07-24 17:11 UTC  (3+ messages)
` [PATCH v3 1/2] drm/mipi-dbi: Lock SPI bus before setting D/C GPIO

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

[PATCH] Revert "fbcon: Use kzalloc() in fbcon_prepare_logo()"
 2023-07-24 17:03 UTC 

[PATCH] drm/i915: Fix an error handling path in igt_write_huge()
 2023-07-24 16:44 UTC  (3+ messages)
` [Intel-gfx] "

[PATCH] dma-buf/sync_file: Fix docs syntax
 2023-07-24 15:19 UTC  (2+ messages)

[PATCH v2] drm: bridge: samsung-dsim: Fix init during host transfer
 2023-07-24 15:16 UTC 

[PATCH] drm: bridge: samsung-dsim: Fix init during host transfer
 2023-07-24 15:08 UTC 

[PATCH v8 0/9] Update AUX invalidation sequence
 2023-07-24 14:35 UTC  (4+ messages)
` [PATCH v8 9/9] drm/i915/gt: Support aux invalidation on all engines
  ` [Intel-gfx] "

[PATCH 1/3] dt-bindings: vendor-prefixes: add ShenZhen New Display Co
 2023-07-24 14:31 UTC  (5+ messages)
` [PATCH 2/3] dt-bindings: display: panel: Add panels based on ILITEK ILI9806E

[PATCH v3 0/3] Fix IS_ERR() vs NULL check for drm
 2023-07-24 14:04 UTC  (4+ messages)
` [PATCH v3 3/3] drm/komeda: Fix IS_ERR() vs NULL check in komeda_component_get_avail_scaler()

[PATCH] drm/panel: simple: Initialize unprepared_time in probe
 2023-07-24 13:49 UTC  (8+ messages)

[PATCH V7 0/9] Enable Wifi RFI interference mitigation feature support
 2023-07-24 13:40 UTC  (4+ messages)
` [PATCH V7 4/9] wifi: mac80211: Add support for ACPI WBRF

[PATCH] drm/ttm: check null pointer before accessing when swapping
 2023-07-24 13:36 UTC  (2+ messages)

[PATCH] drm/amd/pm: Clean up errors in sienna_cichlid_ppt.c
 2023-07-24 13:25 UTC  (4+ messages)

[PATCH 1/2] accel/habanalabs/gaudi2 : remove psoc_arc access
 2023-07-24 13:10 UTC  (2+ messages)
` [PATCH 2/2] accel/habanalabs: fix ETR/ETF flush logic

[PATCH 0/6] PCI/VGA: Fix typos, comments and copyright
 2023-07-24 13:02 UTC  (5+ messages)
` [PATCH 3/6] PCI/VGA: drop the inline of vga_update_device_decodes() function
` [PATCH 4/6] PCI/VGA: Move the new_state assignment out the loop

[PATCH v3 0/9] PCI/VGA: Improve the default VGA device selection
 2023-07-24 12:47 UTC  (2+ messages)

[PATCH v3 4/9] PCI/VGA: Improve the default VGA device selection
 2023-07-24 12:28 UTC  (4+ messages)

[PATCH v2 0/9] video: screen_info cleanups
 2023-07-24 12:07 UTC  (5+ messages)
` [PATCH v2 1/9] vgacon: rework Kconfig dependencies

[PATCH] drm/i915: Tidy for_each_set_bit usage with abox_regs
 2023-07-24 11:56 UTC 

[PATCH v2 01/11] drm/tests: helpers: Switch to kunit actions
 2023-07-24 11:19 UTC  (3+ messages)

[PATCH v5 0/9] Fix cursor planes with virtualized drivers
 2023-07-24 11:04 UTC  (10+ messages)
` [PATCH v5 9/9] drm: Introduce documentation for hotspot properties

[PATCH v7 0/7] Initial support Cadence MHDP8501(HDMI/DP) for i.MX8MQ
 2023-07-24 10:51 UTC  (3+ messages)
` [PATCH v7 6/7] phy: freescale: Add DisplayPort PHY driver "

[PATCH] drm/managed: Clean up GFP_ flag usage in drmm_kmalloc()
 2023-07-24 10:50 UTC  (2+ messages)
` (subset) "

[PATCH AUTOSEL 6.1 01/41] drm/amd/display: Do not set drr on pipe commit
 2023-07-24 10:46 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 28/41] Revert "drm/amd/display: Do not set drr on pipe commit"

[PATCH 0/5] arm64: dts: qcom: qrb5165-rb5: enable DP support
 2023-07-24 10:44 UTC  (5+ messages)

[PATCH AUTOSEL 4.14 1/9] drm/radeon: Fix integer overflow in radeon_cs_parser_init
 2023-07-24 10:16 UTC  (2+ 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).