dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-27 23:10:29 to 2023-11-28 15:54:56 UTC [more...]

[RFC PATCH 0/6] Supporting GMEM (generalized memory management) for external memory devices
 2023-11-28 13:09 UTC  (4+ messages)
` [RFC PATCH 4/6] mm/gmem: add new syscall hmadvise() to issue memory hints for heterogeneous NUMA nodes

[PATCH v2 0/3] drm/panfrost: Fix poweroff and sync IRQs for suspend
 2023-11-28 15:53 UTC  (13+ messages)
` [PATCH v2 1/3] drm/panfrost: Ignore core_mask for poweroff and disable PWRTRANS irq
` [PATCH v2 2/3] drm/panfrost: Add gpu_irq, mmu_irq to struct panfrost_device
` [PATCH v2 3/3] drm/panfrost: Synchronize and disable interrupts before powering off

[PATCH v1 0/2] Add StarFive JH7110 SoC DSI support
 2023-11-28 15:52 UTC  (3+ messages)
` [PATCH v1 1/2] dt-bindings: display: bridge: cdns: Add properties to support StarFive JH7110 SoC

[PATCH v5] Documentation/gpu: VM_BIND locking document
 2023-11-28 15:51 UTC  (3+ messages)
` [Intel-xe] "

[PATCH v3] drm/atomic-helpers: Invoke end_fb_access while owning plane state
 2023-11-28 15:40 UTC  (2+ messages)

[PATCH v7 0/8] Improve test coverage of TTM
 2023-11-28 15:25 UTC  (3+ messages)
` [PATCH v7 3/8] drm/ttm/tests: Add tests for ttm_bo functions

[RFC] drm/tests: annotate intentional stack trace in drm_test_rect_calc_hscale()
 2023-11-28 15:12 UTC  (6+ messages)

[PATCH v2] drm/tests: Add KUnit tests for drm_mode_create_dvi_i_properties()
 2023-11-28 15:09 UTC  (3+ messages)

[PATCH] backlight: mp3309c: fix uninitialized local variable
 2023-11-28 15:08 UTC 

[PATCH v4 00/45] drm/connector: Create HDMI Connector infrastructure
 2023-11-28 14:57 UTC  (53+ messages)
` [PATCH v4 01/45] drm/tests: helpers: Include missing drm_drv header
` [PATCH v4 02/45] drm/tests: helpers: Add atomic helpers
` [PATCH v4 03/45] drm/tests: Add helper to create mock plane
` [PATCH v4 04/45] drm/tests: Add helper to create mock crtc
` [PATCH v4 05/45] drm/connector: Check drm_connector_init pointers arguments
` [PATCH v4 06/45] drm/tests: connector: Add tests for drmm_connector_init
` [PATCH v4 07/45] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v4 08/45] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v4 09/45] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v4 10/45] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v4 11/45] drm/connector: hdmi: Add output BPC "
` [PATCH v4 12/45] drm/connector: hdmi: Add support for output format
` [PATCH v4 13/45] drm/connector: hdmi: Add HDMI compute clock helper
` [PATCH v4 14/45] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v4 15/45] drm/connector: hdmi: Add custom hook to filter "
` [PATCH v4 16/45] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v4 17/45] drm/connector: hdmi: Add Infoframes generation
` [PATCH v4 18/45] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v4 19/45] drm/vc4: hdmi: Create destroy state implementation
` [PATCH v4 20/45] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v4 21/45] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v4 22/45] drm/vc4: tests: Convert to plane creation helper
` [PATCH v4 23/45] drm/rockchip: inno_hdmi: Remove useless mode_fixup
` [PATCH v4 24/45] drm/rockchip: inno_hdmi: Remove useless copy of drm_display_mode
` [PATCH v4 25/45] drm/rockchip: inno_hdmi: Switch encoder hooks to atomic
` [PATCH v4 26/45] drm/rockchip: inno_hdmi: Get rid of mode_set
` [PATCH v4 27/45] drm/rockchip: inno_hdmi: no need to store vic
` [PATCH v4 28/45] drm/rockchip: inno_hdmi: Remove unneeded has audio flag
` [PATCH v4 29/45] drm/rockchip: inno_hdmi: Remove useless input format
` [PATCH v4 30/45] drm/rockchip: inno_hdmi: Remove useless output format
` [PATCH v4 31/45] drm/rockchip: inno_hdmi: Remove useless colorimetry
` [PATCH v4 32/45] drm/rockchip: inno_hdmi: Remove useless enum
` [PATCH v4 33/45] drm/rockchip: inno_hdmi: Remove tmds rate from structure
` [PATCH v4 34/45] drm/rockchip: inno_hdmi: Remove useless coeff_csc matrix
` [PATCH v4 35/45] drm/rockchip: inno_hdmi: Remove useless mode_valid
` [PATCH v4 36/45] drm/rockchip: inno_hdmi: Move infoframe disable to separate function
` [PATCH v4 37/45] drm/rockchip: inno_hdmi: Create mask retrieval functions
` [PATCH v4 38/45] drm/rockchip: inno_hdmi: Switch to infoframe type
` [PATCH v4 39/45] drm/rockchip: inno_hdmi: Remove unused drm device pointer
` [PATCH v4 40/45] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v4 41/45] drm/sun4i: hdmi: Convert encoder to atomic
` [PATCH v4 42/45] drm/sun4i: hdmi: Move mode_set into enable
` [PATCH v4 43/45] drm/sun4i: hdmi: Switch to container_of_const
  ` [v4,43/45] "
` [PATCH v4 44/45] drm/sun4i: hdmi: Consolidate atomic_check and mode_valid
` [PATCH v4 45/45] drm/sun4i: hdmi: Switch to HDMI connector

[PATCH] drm/amdgpu: add shared fdinfo stats
 2023-11-28 14:28 UTC 

[PATCH 0/8] drm/plane-helpers: Minor clean ups
 2023-11-28 14:13 UTC  (16+ messages)
` [PATCH 1/8] drm/plane-helper: Move drm_plane_helper_atomic_check() into udl
` [PATCH 2/8] drm/amdgpu: Do not include <drm/drm_plane_helper.h>
` [PATCH 3/8] drm/loongson: "
  ` [3/8] "
` [PATCH 4/8] drm/shmobile: "
` [PATCH 5/8] drm/solomon: "
` [PATCH 6/8] drm/ofdrm: "
  ` [6/8] "
` [PATCH 7/8] drm/simpledrm: "
  ` [7/8] "
` [PATCH 8/8] drm/xlnx: "

[PATCH 1/2] drm/scheduler: improve GPU scheduler documentation v2
 2023-11-28 13:51 UTC  (3+ messages)

[PATCH 1/1] drm/bridge: tc358767: respect (e)DP output resolution limits
 2023-11-28 13:39 UTC 

[PATCH v2 0/7] Improve tc358767 regmap usage
 2023-11-28 13:38 UTC  (8+ messages)
` [PATCH v2 1/7] drm/bridge: tc358767: Use regmap_access_table for writeable registers
` [PATCH v2 2/7] drm/bridge: tc358767: Fix order of register defines
` [PATCH v2 3/7] drm/bridge: tc358767: Add more registers to non-writeable range
` [PATCH v2 4/7] drm/bridge: tc358767: Sort volatile registers according to address
` [PATCH v2 5/7] drm/bridge: tc358767: Add more volatile registers
` [PATCH v2 6/7] drm/bridge: tc358767: Add precious register SYSSTAT
` [PATCH v2 7/7] drm/bridge: tc358767: Add descriptions to register definitions

[PATCH 0/2] Improve tc358767 debugging
 2023-11-28 13:34 UTC  (2+ messages)

[PATCH v4] drm/test: add a test suite for GEM objects backed by shmem
 2023-11-28 13:31 UTC  (4+ messages)

[PATCH v2 00/12] RB1/QCM2290 features
 2023-11-28 13:18 UTC  (15+ messages)
` [PATCH v2 01/12] dt-bindings: display: msm: qcm2290-mdss: Use the non-deprecated DSI compat
` [PATCH v2 02/12] dt-bindings: display: msm: Add reg bus and rotator interconnects
` [PATCH v2 05/12] iommu/arm-smmu-qcom: Add QCM2290 DPU compatible
` [PATCH v2 08/12] arm64: dts: qcom: qcm2290: Add display nodes
` [PATCH v2 09/12] arm64: dts: qcom: qcm2290: Hook up interconnects
` [PATCH v2 10/12] arm64: dts: qcom: qrb2210-rb1: Set up HDMI
` [PATCH v2 12/12] arm64: dts: qcom: qrb2210-rb1: add wifi variant property

[PATCH] PCI: qcom: Fix compile error
 2023-11-28 13:03 UTC  (8+ messages)

[PATCH drm-misc-next 0/5] PowerVR VM fixes
 2023-11-28 13:01 UTC  (12+ messages)
` [PATCH drm-misc-next 1/5] drm/imagination: vm: prevent duplicate drm_gpuvm_bo instances
  ` [EXTERNAL] "
  ` (subset) "
` [PATCH drm-misc-next 2/5] drm/imagination: vm: check for drm_gpuvm_range_valid()
  ` [EXTERNAL] "
  ` (subset) "
` [PATCH drm-misc-next 3/5] drm/imagination: vm: fix drm_gpuvm reference count
  ` (subset) "
` [PATCH drm-misc-next 5/5] drm/imagination: vm: make use of GPUVM's drm_exec helper
  ` [EXTERNAL] "

[PATCH -next] drm/imagination: Remove unneeded semicolon
 2023-11-28 13:00 UTC  (2+ messages)
` (subset) "

[PATCH][next] drm/imagination: Fix a couple of spelling mistakes in literal strings
 2023-11-28 13:00 UTC  (2+ messages)
` (subset) "

[PATCH] driver core: make device_is_dependent() static
 2023-11-28 13:00 UTC  (2+ messages)

[PATCH v18 00/26] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-11-28 12:37 UTC  (6+ messages)
` [PATCH v18 04/26] drm/shmem-helper: Refactor locked/unlocked functions

[PATCH v2] drm/i915/irq: Improve error logging for unexpected DE Misc interrupts
 2023-11-28 12:31 UTC  (2+ messages)
` [Intel-gfx] "

[PATCH 0/3] Revert panel fixes and original buggy patch
 2023-11-28 12:27 UTC  (18+ messages)
` [PATCH 1/3] Revert "driver core: Export device_is_dependent() to modules"
` [PATCH 2/3] Revert "drm/bridge: panel: Check device dependency before managing device link"
` [PATCH 3/3] Revert "drm/bridge: panel: Add a device link between drm device and panel device"
` (subset) [PATCH 0/3] Revert panel fixes and original buggy patch

[PATCH] drm/i915/display: Fix phys_base to be relative not absolute
 2023-11-28 11:19 UTC  (9+ messages)
` [Intel-gfx] "

[PATCH v15 0/5] Add RZ/{G2L,G2LC} and RZ/V2L Display Unit support
 2023-11-28 11:05 UTC  (7+ messages)
` [PATCH v15 1/5] dt-bindings: display: Document Renesas RZ/G2L DU bindings
` [PATCH v15 2/5] dt-bindings: display: renesas, rzg2l-du: Document RZ/V2L "
` [PATCH v15 3/5] drm: renesas: Add RZ/G2L DU Support
` [PATCH v15 4/5] MAINTAINERS: Update entries for Renesas DRM drivers
` [PATCH v15 5/5] MAINTAINERS: Create entry for Renesas RZ "

[PATCH v9 00/20] Imagination Technologies PowerVR DRM driver
 2023-11-28 10:57 UTC  (7+ messages)
` [PATCH v9 03/20] dt-bindings: gpu: Add Imagination Technologies PowerVR/IMG GPU
    ` [EXTERNAL] Re: [PATCH v9 00/20] Imagination Technologies PowerVR DRM driver

[PATCH v3 00/17] drm/v3d: Introduce CPU jobs
 2023-11-28 10:47 UTC  (13+ messages)
` [PATCH v3 10/17] drm/v3d: Detach the CSD job BO setup
` [PATCH v3 12/17] drm/v3d: Create a CPU job extension for a indirect CSD job
` [PATCH v3 15/17] drm/v3d: Create a CPU job extension to copy timestamp query to a buffer
` [PATCH v3 16/17] drm/v3d: Create a CPU job extension for the reset performance query job
` [PATCH v3 17/17] drm/v3d: Create a CPU job extension for the copy "

[PATCH v2 00/12] Add VOP2 support on rk3588
 2023-11-28 10:11 UTC  (11+ messages)
` [PATCH v2 04/12] drm/rockchip: vop2: clear afbc en and transform bit for cluster window at linear mode
` [PATCH v2 10/12] drm/rockchip: vop2: Add support for rk3588

linux-next: manual merge of the drm tree with the drm-misc-fixes tree
 2023-11-28 10:04 UTC  (2+ messages)

[PATCH v2] drm/mxsfb: Switch to drmm_mode_config_init
 2023-11-28  9:31 UTC  (4+ messages)

[bug report] backlight: mp3309c: Add support for MPS MP3309C
 2023-11-28  8:24 UTC  (2+ messages)

[PATCH v2] drm/atomic-helpers: Invoke end_fb_access while owning plane state
 2023-11-28  7:56 UTC  (3+ messages)

[PATCH] drm: lcdif: Switch to drmm_mode_config_init
 2023-11-28  7:53 UTC  (2+ messages)

[PATCH 00/14] drm: Remove infrastructure for user-space mode setting
 2023-11-28  7:19 UTC  (3+ messages)
` [PATCH 01/14] arch/powerpc: Remove legacy DRM drivers from default configs

[PATCH v2] drm/exynos: fix a wrong error checking
 2023-11-28  4:00 UTC 

[v3 0/3] ASoC: mediatek:mt8186: fix both the speaker and hdmi
 2023-11-28  3:17 UTC  (4+ messages)
` [v3 3/3] drm/bridge: it6505: Add audio support

[PATCH] drm/msm/mdp4: flush vblank event on disable
 2023-11-28  2:05 UTC  (4+ messages)

[PATCH] drm/msm/dpu: Capture dpu snapshot when frame_done_timer timeouts
 2023-11-28  1:48 UTC  (2+ messages)

[GIT PULL] exynos-drm-fixes
 2023-11-28  1:37 UTC  (3+ messages)

[PATCH 0/3] drm/bridge: ti-sn65dsi86: Some updates
 2023-11-28  1:13 UTC  (3+ messages)
` [PATCH 1/3] drm/bridge: ti-sn65dsi86: Simplify using pm_runtime_resume_and_get()

[PATCH] drm/bridge: ti-sn65dsi86: Associate PWM device to auxiliary device
 2023-11-28  0:46 UTC  (2+ messages)

Radeon regression in 6.6 kernel
 2023-11-27 23:24 UTC  (8+ 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).