dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-21 15:27:31 to 2023-06-22 10:09:44 UTC [more...]

[PATCH] drm/i2c: Switch i2c drivers back to use .probe()
 2023-06-22 10:09 UTC  (3+ messages)

[PATCH] drm: bridge: dw_hdmi: fix connector access for scdc
 2023-06-22 10:05 UTC  (2+ messages)

[RFC PATCH v3 0/4] drm: Standardize device reset notification
 2023-06-22  9:59 UTC  (14+ messages)
` [RFC PATCH v3 1/4] drm/doc: Document DRM device reset expectations
` [RFC PATCH v3 2/4] drm: Create DRM_IOCTL_GET_RESET
` [RFC PATCH v3 3/4] drm/amdgpu: Implement DRM_IOCTL_GET_RESET

[PATCH v6] drm/sched: Make sure we wait for all dependencies in kill_jobs_cb()
 2023-06-22  9:56 UTC  (7+ messages)

[PATCH v2] drm/sched: Call drm_sched_fence_set_parent() from drm_sched_fence_scheduled()
 2023-06-22  9:42 UTC 

[PATCH v2] drm/i915: Replace kmap() with kmap_local_page()
 2023-06-22  9:40 UTC  (5+ messages)

[PATCH] fbdev: sh_mobile_lcdcfb: Fix ARGB32 overlay format typo
 2023-06-22  9:28 UTC 

[PATCH] drm/udl: Convert to drm_crtc_helper_atomic_check()
 2023-06-22  9:27 UTC 

[PATCH 00/39] drm: renesas: shmobile: Atomic conversion + DT support
 2023-06-22  9:21 UTC  (40+ messages)
` [PATCH 01/39] dt-bindings: display: Add Renesas SH-Mobile LCDC bindings
` [PATCH 02/39] media: uapi: Add MEDIA_BUS_FMT_RGB666_2X9 variants
` [PATCH 03/39] drm: renesas: shmobile: Fix overlay plane disable
` [PATCH 04/39] drm: renesas: shmobile: Fix ARGB32 overlay format typo
` [PATCH 05/39] drm: renesas: shmobile: Correct encoder/connector types
` [PATCH 06/39] drm: renesas: shmobile: Add support for Runtime PM
` [PATCH 07/39] drm: renesas: shmobile: Restore indentation of shmob_drm_setup_clocks()
` [PATCH 08/39] drm: renesas: shmobile: Use %p4cc to print fourcc code
` [PATCH 09/39] drm: renesas: shmobile: Add missing YCbCr formats
` [PATCH 10/39] drm: renesas: shmobile: Improve shmob_drm_format_info table
` [PATCH 11/39] drm: renesas: shmobile: Remove backlight support
` [PATCH 12/39] drm: renesas: shmobile: Don't set display info width and height twice
` [PATCH 13/39] drm: renesas: shmobile: Rename input clocks
` [PATCH 14/39] drm: renesas: shmobile: Remove support for SYS panels
` [PATCH 15/39] drm: renesas: shmobile: Improve error handling
` [PATCH 16/39] drm: renesas: shmobile: Convert to use devm_request_irq()
` [PATCH 17/39] drm: renesas: shmobile: Use drmm_universal_plane_alloc()
` [PATCH 18/39] drm: renesas: shmobile: Embed drm_device in shmob_drm_device
` [PATCH 19/39] drm: renesas: shmobile: Convert container helpers to static inline functions
` [PATCH 20/39] drm: renesas: shmobile: Replace .dev_private with container_of()
` [PATCH 21/39] drm: renesas: shmobile: Use struct videomode in platform data
` [PATCH 22/39] drm: renesas: shmobile: Use media bus formats "
` [PATCH 23/39] drm: renesas: shmobile: Move interface handling to connector setup
` [PATCH 24/39] drm: renesas: shmobile: Unify plane allocation
` [PATCH 25/39] drm: renesas: shmobile: Rename shmob_drm_crtc.crtc
` [PATCH 26/39] drm: renesas: shmobile: Rename shmob_drm_connector.connector
` [PATCH 27/39] drm: renesas: shmobile: Rename shmob_drm_plane.plane
` [PATCH 28/39] drm: renesas: shmobile: Use drm_crtc_handle_vblank()
` [PATCH 29/39] drm: renesas: shmobile: Move shmob_drm_crtc_finish_page_flip()
` [PATCH 30/39] drm: renesas: shmobile: Wait for page flip when turning CRTC off
` [PATCH 31/39] drm: renesas: shmobile: Turn vblank on/off when enabling/disabling CRTC
` [PATCH 32/39] drm: renesas: shmobile: Shutdown the display on remove
` [PATCH 33/39] drm: renesas: shmobile: Cleanup encoder
` [PATCH 34/39] drm: renesas: shmobile: Atomic conversion part 1
` [PATCH 35/39] drm: renesas: shmobile: Atomic conversion part 2
` [PATCH 36/39] drm: renesas: shmobile: Use suspend/resume helpers
` [PATCH 37/39] drm: renesas: shmobile: Remove internal CRTC state tracking
` [PATCH 38/39] drm: renesas: shmobile: Atomic conversion part 3
` [PATCH 39/39] drm: renesas: shmobile: Add DT support

[PATCH] drm/bridge: tc358764: Use BIT() macro for actual bits
 2023-06-22  9:08 UTC  (2+ messages)

[PATCH v1 0/2] udmabuf: Add back support for mapping hugetlb pages
 2023-06-22  8:25 UTC  (4+ messages)
` [PATCH v1 1/2] udmabuf: Use vmf_insert_pfn and VM_PFNMAP for handling mmap
` [PATCH v1 2/2] udmabuf: Add back support for mapping hugetlb pages

[PATCH v4 0/3] drm/panel: add fannal c3004 panel
 2023-06-22  8:22 UTC  (9+ messages)
` [PATCH v4 3/3] drm/panel-fannal-c3004: Add fannal c3004 DSI panel

[PATCH v2] drm/panel: simple: Add connector_type for innolux_at043tn24
 2023-06-22  8:04 UTC  (3+ messages)

[PATCH v3 0/4] Fix mediatek-drm coverity issues
 2023-06-22  8:02 UTC  (4+ messages)
` [PATCH v3 3/4] drm/mediatek: Add casting before assign

[PATCH 0/2] drm: fix soft lockup when saturating vram
 2023-06-22  7:39 UTC  (4+ messages)
` [PATCH 1/2] drm/amdgpu: fix missing fence reserve in amdgpu_vm_sdma_commit
` [PATCH 2/2] dma-buf: allow nested dma_resv_reserve_fences

[PATCH] drm/ttm: fix bulk_move corruption when adding a entry
 2023-06-22  7:33 UTC  (2+ messages)

[PATCH 07/11] sysctl: Add size to register_sysctl
 2023-06-21 13:43 UTC  (6+ messages)
  ` [PATCH 09/11] sysctl: Remove the end element in sysctl table arrays

[lvc-project] [PATCH] drm/radeon: remove useless conditions
 2023-06-21 11:56 UTC 

[PATCH] drm/arm/komeda: Remove component framework and add a simple encoder
 2023-06-21  8:41 UTC 

[PATCH] drm/amd/display: fix comment typo
 2023-06-22  0:42 UTC 

[PATCH 1/2] dt-bindings: ili9881c: add compatible string for Elida hj080be31ia1
 2023-06-21 10:02 UTC  (2+ messages)
` [PATCH 2/2] drm/panel: ilitek-ili9881c: add support for Elida HJ080BE31IA1 panel

[PATCH 0/6] drm: Add mouse cursor hotspot support to atomic KMS
 2023-06-22  6:20 UTC  (8+ messages)

[PATCH 0/3] Fixed-width mask/bit helpers
 2023-06-22  6:15 UTC  (4+ messages)
` [PATCH 2/3] linux/bits.h: Add fixed-width GENMASK and BIT macros

[PATCH v7 0/8] PCI/VGA: Introduce is_boot_device function callback to vga_client_register
 2023-06-22  5:08 UTC  (3+ messages)
` [PATCH v7 6/8] "

[PATCH v6 0/8] PCI/VGA: introduce is_boot_device function callback to vga_client_register
 2023-06-22  4:46 UTC  (3+ messages)

[PATCH 0/5] accel/qaic: Improve bounds checking in encode/decode
 2023-06-22  2:53 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: backlight: document new property default-brightness-level
 2023-06-22  2:13 UTC  (3+ messages)
` [PATCH v2 2/2] backlight: gpio_backlight: add "

[PATCH 0/3] dt-bindings: display: msm: document the SM8[345]50 displayport MDSS subnode
 2023-06-22  2:00 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: display: msm: sm8350-mdss: document displayport controller subnode
` [PATCH 2/3] dt-bindings: display: msm: sm8450-mdss: "
` [PATCH 3/3] dt-bindings: display: msm: sm8550-mdss: "

[PATCH V4 0/8] Support Wifi RFI interference mitigation feature
 2023-06-22  1:55 UTC  (20+ messages)
` [PATCH V4 1/8] drivers/acpi: Add support for Wifi band RF mitigations

[PATCH v4 0/3] phy: mtk-mipi-csi: add driver for CSI phy
 2023-06-22  1:52 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: phy: add mediatek MIPI CD-PHY module v0.5

[PATCH 0/3] Add support for databus widen mode
 2023-06-21 23:46 UTC  (12+ messages)
` [PATCH 2/3] drm/msm/dpu: Set DATABUS_WIDEN on command mode encoders

[PATCH v2 0/5] drm/rockchip: Fix crtc duplicate state and crtc reset funcs
 2023-06-21 22:33 UTC  (6+ messages)
` [PATCH v2 1/5] drm/rockchip: vop: Fix reset of state in duplicate state crtc funcs
` [PATCH v2 2/5] drm/rockchip: vop: Use cleanup helper directly as destroy funcs
` [PATCH v2 3/5] drm/rockchip: vop: Fix call to crtc reset helper
` [PATCH v2 4/5] drm/rockchip: vop2: Don't crash for invalid duplicate_state
` [PATCH v2 5/5] drm/rockchip: vop2: Add missing call to crtc reset helper

[PATCH v9 0/2] mdss-dsi-ctrl binding and dts fixes
 2023-06-21 22:18 UTC  (4+ messages)
` [PATCH v9 2/2] dt-bindings: msm: dsi-controller-main: Document clocks on a per compatible basis

[PATCH 0/3] drm: panel-orientation-quirks: Add some quirks for
 2023-06-21 22:06 UTC  (4+ messages)
` [PATCH 1/3] drm: panel-orientation-quirks: Add quirk for AYA NEO 2 model
` [PATCH 2/3] drm: panel-orientation-quirks: Add quirk for AYA NEO Founder edition
` [PATCH 3/3] drm: panel-orientation-quirks: Add quirk for AYA NEO GEEK

[PATCH 0/1] amd/display: only accept async flips for fast updates
 2023-06-21 20:24 UTC  (2+ messages)
` [PATCH] "

[PATCH 0/9] Add support for XLCDC to sam9x7 SoC family
 2023-06-21 19:59 UTC  (5+ messages)
` [PATCH 2/9] mfd: atmel-hlcdc: Add compatible for SAM9X7 HLCD controller

[PULL] drm-misc-fixes
 2023-06-21 19:43 UTC 

[PATCH v4] drm/vkms: Add support to 1D gamma LUT
 2023-06-21 19:41 UTC 

[PATCH v4 0/6] Move dma-buf mmap() reservation locking down to exporters
 2023-06-21 19:24 UTC  (10+ messages)
` [PATCH v4 2/6] dma-buf/heaps: Don't assert held reservation lock for dma-buf mmapping
` [PATCH v4 5/6] dma-buf: Change locking policy for mmap()

[PATCH v4 0/2] retrieve DSI DSC through priv-dsi[0]
 2023-06-21 19:12 UTC  (4+ messages)
` [PATCH v4 1/2] drm/msm/dpu: retrieve DSI DSC struct through priv->dsi[0]
` [PATCH v4 2/2] drm/msm/dpu: remove struct drm_dsc_config from struct msm_display_info

[PATCH] drm/mgag200: Fix a warning reported by Fi.CI.SPARSE
 2023-06-21 19:11 UTC 

[PATCH v2] drm/msm/dsi: Document DSC related pclk_rate and hdisplay calculations
 2023-06-21 19:09 UTC  (4+ messages)

[PATCH drm-next v5 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-06-21 18:58 UTC  (3+ messages)
` [PATCH drm-next v5 03/14] drm: manager to keep track of GPUs VA mappings

[PATCH] drm/tests: Add test case for drm_rect_clip_scaled()
 2023-06-21 18:33 UTC  (2+ messages)

[PATCH v15 0/2] drm: Add kms driver for loongson display controller
 2023-06-21 18:25 UTC  (2+ messages)

[PATCH v2] drm/vkms: Fix race-condition between the hrtimer and the atomic commit
 2023-06-21 17:58 UTC  (2+ messages)

[PATCH v10 00/11] drm/etnaviv: Add pci device driver support
 2023-06-21 17:53 UTC  (29+ messages)
` [PATCH v10 03/11] drm/etnaviv: Add dedicated functions to create and destroy platform device
` [PATCH v10 07/11] drm/etnaviv: Add support for the dma coherent device

[PATCH 00/13] Remove pagevecs
 2023-06-21 17:50 UTC  (15+ messages)
` [PATCH 01/13] afs: Convert pagevec to folio_batch in afs_extend_writeback()
` [PATCH 02/13] mm: Add __folio_batch_release()
` [PATCH 03/13] scatterlist: Add sg_set_folio()
` [PATCH 04/13] i915: Convert shmem_sg_free_table() to use a folio_batch
` [PATCH 05/13] drm: Convert drm_gem_put_pages() "
` [PATCH 06/13] mm: Remove check_move_unevictable_pages()
` [PATCH 07/13] pagevec: Rename fbatch_count()
` [PATCH 08/13] i915: Convert i915_gpu_error to use a folio_batch
` [PATCH 09/13] net: Convert sunrpc from pagevec to folio_batch
` [PATCH 10/13] mm: Remove struct pagevec
` [PATCH 11/13] mm: Rename invalidate_mapping_pagevec to mapping_try_invalidate
` [PATCH 12/13] mm: Remove references to pagevec
` [PATCH 13/13] mm: Remove unnecessary pagevec includes

[RFC 0/5] Proposal to use netlink for RAS and Telemetry across drm subsystem
 2023-06-21 17:24 UTC  (2+ messages)

[PATCH] dt-bindings: backlight: kinetic, ktz8866: Add missing type for "current-num-sinks"
 2023-06-21 17:19 UTC  (2+ messages)
` [PATCH] dt-bindings: backlight: kinetic,ktz8866: "

[PATCH 1/2] drm: execution context for GEM buffers v5
 2023-06-21 16:54 UTC  (3+ messages)

[PATCH 2/2] drm: add drm_exec selftests v4
 2023-06-21 16:48 UTC  (4+ messages)

[PATCH v2 00/10] drm/panel and i2c-hid: Allow panels and touchscreens to power sequence together
 2023-06-21 16:31 UTC  (8+ messages)

[PATCH] drm/etnaviv: fix dumping of active MMU context
 2023-06-21 15:44 UTC  (3+ messages)

[PATCH 0/4] drm/rockchip: Fix crtc duplicate state and crtc reset funcs
 2023-06-21 15:41 UTC  (4+ messages)
` [PATCH 4/4] drm/rockchip: vop2: Add missing call to crtc reset helper

[PATCH 0/7] phy: qcom: qmp-combo: rework register access
 2023-06-21 15:27 UTC  (8+ messages)
` [PATCH 1/7] phy: qcom: qmp-combo: correct bias0_en programming
` [PATCH 2/7] phy: qcom: qmp-combo: reuse register layouts for more registers
` [PATCH 3/7] phy: qcom: qmp-combo: reuse register layouts for even "
` [PATCH 4/7] phy: qcom: qmp-combo: reuse register layouts for some "
` [PATCH 5/7] phy: qcom: qmp-combo: drop similar functions
` [PATCH 6/7] phy: qcom: qmp-combo: drop qmp_v6_dp_aux_init()
` [PATCH 7/7] phy: qcom: qmp-combo: extract common function to setup clocks


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