dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-27 02:01:01 to 2023-02-27 13:48:42 UTC [more...]

[PATCH] drm: omapdrm: Do not use helper unininitialized in omap_fbdev_init()
 2023-02-27 13:48 UTC  (3+ messages)

[PATCH] amdgpu: add a filter condition when set brightness
 2023-02-27 13:44 UTC  (4+ messages)

[PATCH] media: Fix building pdfdocs
 2023-02-27 13:42 UTC  (5+ messages)

[PATCH v13 00/18] drm: Add Samsung MIPI DSIM bridge
 2023-02-27 13:39 UTC  (22+ messages)
` [PATCH v13 01/18] drm: of: Lookup if child node has DSI panel or bridge
` [PATCH v13 02/18] drm: bridge: panel: Support nodrm case for drmm_panel_bridge_add
` [PATCH v13 03/18] drm: exynos: dsi: Drop explicit call to bridge detach
` [PATCH v13 04/18] drm: exynos: dsi: Switch to DSI panel or bridge find helper
` [PATCH v13 05/18] drm: exynos: dsi: Mark PHY as optional
` [PATCH v13 06/18] drm: exynos: dsi: Add platform PLL_P (PMS_P) offset
` [PATCH v13 07/18] drm: exynos: dsi: Introduce hw_type platform data
` [PATCH v13 08/18] drm: exynos: dsi: Handle proper host initialization
` [PATCH v13 09/18] drm: exynos: dsi: Add atomic check
` [PATCH v13 10/18] drm: exynos: dsi: Add input_bus_flags
` [PATCH v13 11/18] drm: exynos: dsi: Add atomic_get_input_bus_fmts
` [PATCH v13 12/18] drm: exynos: dsi: Consolidate component and bridge
` [PATCH v13 13/18] drm: exynos: dsi: Add host helper for te_irq_handler
` [PATCH v13 14/18] drm: bridge: Generalize Exynos-DSI driver into a Samsung DSIM bridge
` [PATCH v13 15/18] dt-bindings: display: exynos: dsim: Add NXP i.MX8M Mini/Nano support
` [PATCH v13 16/18] drm: bridge: samsung-dsim: Add "
` [PATCH v13 17/18] dt-bindings: display: exynos: dsim: Add NXP i.MX8M Plus support
` [PATCH v13 18/18] drm: bridge: samsung-dsim: Add "

[PATCH v3 00/11] Panfrost: Improve and add MediaTek SoCs support
 2023-02-27 13:19 UTC  (4+ messages)
` [PATCH v3 04/11] dt-bindings: gpu: mali-bifrost: Add compatible for MT8195 SoC

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-02-27 12:23 UTC  (6+ messages)
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings

[PATCH] drm/vram-helper: fix typos in vram helper doc
 2023-02-27 13:13 UTC  (2+ messages)

[PATCH v4 0/3] drm/helpers: Make the suballocation manager drm generic
 2023-02-27 13:03 UTC  (5+ messages)
  ` [Intel-xe] "

[RFC PATCH 0/2] Add DPU DSC helper module
 2023-02-27 12:48 UTC  (20+ messages)
` [RFC PATCH 1/2] drm/msm/dpu: add dsc helper functions

[RFC PATCH 00/20] Initial Xe driver submission
 2023-02-27 12:46 UTC  (3+ messages)

[PATCH] drm: remove outdated doc TODO for subconnector property
 2023-02-27 12:27 UTC  (2+ messages)

[PATCH] drm: document TV margin properties
 2023-02-27 12:27 UTC  (2+ messages)

[PATCH 0/3] drm/i915: track gt->wakerefs
 2023-02-27 11:50 UTC  (3+ messages)
` [PATCH 1/3] drm/i915: Separate wakeref tracking

[PATCH] drm: rcar-du: Fix a NULL vs IS_ERR() bug
 2023-02-27 11:31 UTC  (2+ messages)

[PATCH] drm/i915: Set wedged if enable guc communication failed
 2023-02-27 11:30 UTC  (2+ messages)

[RESEND PATCH v11 00/18] drm: Add Samsung MIPI DSIM bridge
 2023-02-27 11:25 UTC  (12+ messages)
` [RESEND PATCH v11 02/18] drm: bridge: panel: Add devm_drm_of_dsi_get_bridge helper

[PATCH 1/6] habanalabs: add helper function to get vm hash node
 2023-02-27 11:13 UTC  (6+ messages)
` [PATCH 2/6] habanalabs: add device id to all threads names
` [PATCH 3/6] habanalabs/gaudi2: break is_idle function into per-engine sub-routines
` [PATCH 4/6] habanalabs: assert return value of hw_fini
` [PATCH 5/6] habanalabs: use notifications and graceful reset for decoder
` [PATCH 6/6] habanalabs/gaudi2: verify return code after scrubbing ARCs DCCMs

[PATCH v2] fbdev: chipsfb: Fix error codes in chipsfb_pci_init()
 2023-02-27 11:10 UTC  (2+ messages)

[PATCH v11 00/10] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-02-27 11:05 UTC  (14+ messages)
` [PATCH v11 01/10] drm/shmem-helper: Factor out pages alloc/release from drm_gem_shmem_get/put_pages()
` [PATCH v11 02/10] drm/shmem-helper: Add pages_pin_count field
` [PATCH v11 03/10] drm/shmem-helper: Switch drm_gem_shmem_vmap/vunmap to use pin/unpin
` [PATCH v11 04/10] drm/shmem-helper: Factor out unpinning part from drm_gem_shmem_purge()
` [PATCH v11 05/10] drm/shmem-helper: Add memory shrinker
` [PATCH v11 06/10] drm/shmem-helper: Remove obsoleted is_iomem test
` [PATCH v11 07/10] drm/shmem-helper: Export drm_gem_shmem_get_pages_sgt_locked()
` [PATCH v11 08/10] drm/gem: Add drm_gem_pin_unlocked()
` [PATCH v11 09/10] drm/virtio: Support memory shrinking
` [PATCH v11 10/10] drm/panfrost: Switch to generic memory shrinker

[PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-02-27 11:00 UTC  (12+ messages)
` [PATCH v10 01/11] drm/msm/gem: Prevent blocking within shrinker loop
` [PATCH v10 08/11] drm/shmem-helper: Add memory shrinker

[PATCH v3] drm/edid DSC pass-through timing support
 2023-02-27 10:58 UTC  (3+ messages)
` [PATCH v3 1/2] drm/edid: parse DRM VESA dsc bpp target

[PATCH 1/5] drm/msm/adreno: Use OPP for every GPU generation
 2023-02-27 10:45 UTC  (2+ messages)

amdgpu didn't start with pci=nocrs parameter, get error "Fatal error during GPU init"
 2023-02-27 10:22 UTC  (7+ messages)

[PULL] drm-intel-next-fixes
 2023-02-27 10:17 UTC 

[PATCH] fbdev: chipsfb: Fix error codes in chipsfb_pci_init()
 2023-02-27 10:13 UTC  (2+ messages)

[PATCH] drm/mediatek: dsi: fix error codes in mtk_dsi_host_transfer()
 2023-02-27 10:08 UTC 

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2023-02-27  9:59 UTC  (15+ messages)
` [PATCH v5 1/7] arch: rename all internal names __xchg to __arch_xchg
  ` [PATCH v5 2/7] linux/include: add non-atomic version of xchg
    ` [Intel-gfx] "
  ` [PATCH v5 3/7] arch/*/uprobes: simplify arch_uretprobe_hijack_return_addr
    ` [Intel-gfx] "
  ` [PATCH v5 4/7] llist: simplify __llist_del_all
    ` [Intel-gfx] "
  ` [PATCH v5 5/7] io_uring: use __xchg if possible
    ` [Intel-gfx] "
  ` [PATCH v5 6/7] qed: "
    ` [Intel-gfx] "
  ` [PATCH v5 7/7] drm/i915/gt: use __xchg instead of internal helper
    ` [Intel-gfx] "
  ` [Intel-gfx] [PATCH v5 1/7] arch: rename all internal names __xchg to __arch_xchg

[PATCHv3 0/2] DP2.0 SDP CRC16 for 128/132b link layer
 2023-02-27  9:56 UTC  (3+ messages)
` [RESEND PATCHv2 2/2] i915/display/dp: SDP CRC16 for 128b132b "

[PATCH v7 0/7] drm: Remove usage of deprecated DRM_* macros
 2023-02-27  9:43 UTC  (3+ messages)
` [PATCH v7 1/7] drm/print: Fix and add support for NULL as first argument in drm_* macros

[PATCH v4 00/14] dma-fence: Deadline awareness
 2023-02-27  9:34 UTC  (15+ messages)
` [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI

[PATCH] drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()
 2023-02-27  9:20 UTC  (7+ messages)

[PATCH] drm/shmem-helper: Revert accidental non-GPL export
 2023-02-27  9:13 UTC  (3+ messages)

[PATCH AUTOSEL 6.1 01/58] drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab 3 X90F
 2023-02-27  9:12 UTC  (31+ messages)
` [PATCH AUTOSEL 6.1 02/58] drm: panel-orientation-quirks: Add quirk for DynaBook K50
` [PATCH AUTOSEL 6.1 03/58] drm/amd/display: Reduce expected sdp bandwidth for dcn321
` [PATCH AUTOSEL 6.1 04/58] drm/amd/display: Revert Reduce delay when sink device not able to ACK 00340h write
` [PATCH AUTOSEL 6.1 05/58] drm/amd/display: Fix potential null-deref in dm_resume
` [PATCH AUTOSEL 6.1 06/58] drm/omap: dsi: Fix excessive stack usage
` [PATCH AUTOSEL 6.1 08/58] drm/tiny: ili9486: Do not assume 8-bit only SPI controllers
` [PATCH AUTOSEL 6.1 09/58] drm/amd/display: Defer DIG FIFO disable after VID stream enable
` [PATCH AUTOSEL 6.1 10/58] drm/radeon: free iio for atombios when driver shutdown
` [PATCH AUTOSEL 6.1 11/58] drm/amd: Avoid BUG() for case of SRIOV missing IP version
` [PATCH AUTOSEL 6.1 12/58] drm/amdkfd: Page aligned memory reserve size
` [PATCH AUTOSEL 6.1 14/58] Revert "fbcon: don't lose the console font across generic->chip driver switch"
` [PATCH AUTOSEL 6.1 15/58] drm/amd: Avoid ASSERT for some message failures
` [PATCH AUTOSEL 6.1 16/58] drm: amd: display: Fix memory leakage
` [PATCH AUTOSEL 6.1 17/58] drm/amd/display: fix mapping to non-allocated address
` [PATCH AUTOSEL 6.1 18/58] drm/msm/dp: Remove INIT_SETUP delay
` [PATCH AUTOSEL 6.1 24/58] drm/msm/dsi: Add missing check for alloc_ordered_workqueue
` [PATCH AUTOSEL 6.1 25/58] drm: rcar-du: Add quirk for H3 ES1.x pclk workaround
` [PATCH AUTOSEL 6.1 26/58] drm: rcar-du: Fix setting a reserved bit in DPLLCR
` [PATCH AUTOSEL 6.1 27/58] drm/drm_print: correct format problem
` [PATCH AUTOSEL 6.1 28/58] drm/amd/display: Set hvm_enabled flag for S/G mode
` [PATCH AUTOSEL 6.1 32/58] drm/msm/dpu: Add DSC hardware blocks to register snapshot
` [PATCH AUTOSEL 6.1 37/58] Revert "drm/amdgpu: TA unload messages are not actually sent to psp when amdgpu is uninstalled"
` [PATCH AUTOSEL 6.1 38/58] drm/amd/display: fix FCLK pstate change underflow
` [PATCH AUTOSEL 6.1 44/58] drm/amd/display: Do not set DRR on pipe commit
` [PATCH AUTOSEL 6.1 45/58] drm/amd/display: Do not commit pipe when updating DRR
` [PATCH AUTOSEL 6.1 49/58] drm/amd/display: Move DCN314 DOMAIN power control to DMCUB
` [PATCH AUTOSEL 6.1 50/58] drm/amd/display: Enable P-state validation checks for DCN314
` [PATCH AUTOSEL 6.1 51/58] drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5
` [PATCH AUTOSEL 6.1 52/58] drm/amd/display: Disable HUBP/DPP PG on DCN314 for now

[PATCH AUTOSEL 6.2 01/60] drm: panel-orientation-quirks: Add quirk for Lenovo Yoga Tab 3 X90F
 2023-02-27  9:12 UTC  (33+ messages)
` [PATCH AUTOSEL 6.2 02/60] drm: panel-orientation-quirks: Add quirk for DynaBook K50
` [PATCH AUTOSEL 6.2 03/60] drm/amd/display: Reduce expected sdp bandwidth for dcn321
` [PATCH AUTOSEL 6.2 04/60] drm/amd/display: Revert Reduce delay when sink device not able to ACK 00340h write
` [PATCH AUTOSEL 6.2 05/60] drm/amd/display: Fix potential null-deref in dm_resume
` [PATCH AUTOSEL 6.2 06/60] drm/omap: dsi: Fix excessive stack usage
` [PATCH AUTOSEL 6.2 08/60] drm/tiny: ili9486: Do not assume 8-bit only SPI controllers
` [PATCH AUTOSEL 6.2 09/60] drm/amd/display: Defer DIG FIFO disable after VID stream enable
` [PATCH AUTOSEL 6.2 10/60] drm/radeon: free iio for atombios when driver shutdown
` [PATCH AUTOSEL 6.2 11/60] drm/amd: Avoid BUG() for case of SRIOV missing IP version
` [PATCH AUTOSEL 6.2 12/60] drm/amdkfd: Page aligned memory reserve size
` [PATCH AUTOSEL 6.2 14/60] Revert "fbcon: don't lose the console font across generic->chip driver switch"
` [PATCH AUTOSEL 6.2 15/60] drm/amd: Avoid ASSERT for some message failures
` [PATCH AUTOSEL 6.2 16/60] drm: amd: display: Fix memory leakage
` [PATCH AUTOSEL 6.2 17/60] drm/amd/display: fix mapping to non-allocated address
` [PATCH AUTOSEL 6.2 18/60] drm/msm/dp: Remove INIT_SETUP delay
` [PATCH AUTOSEL 6.2 24/60] drm/msm/dsi: Add missing check for alloc_ordered_workqueue
` [PATCH AUTOSEL 6.2 25/60] drm: rcar-du: Add quirk for H3 ES1.x pclk workaround
` [PATCH AUTOSEL 6.2 26/60] drm: rcar-du: Fix setting a reserved bit in DPLLCR
` [PATCH AUTOSEL 6.2 27/60] drm/drm_print: correct format problem
` [PATCH AUTOSEL 6.2 28/60] drm/amd/display: Set hvm_enabled flag for S/G mode
` [PATCH AUTOSEL 6.2 29/60] drm/client: Test for connectors before sending hotplug event
` [PATCH AUTOSEL 6.2 33/60] drm/msm/dpu: Add DSC hardware blocks to register snapshot
` [PATCH AUTOSEL 6.2 38/60] Revert "drm/amdgpu: TA unload messages are not actually sent to psp when amdgpu is uninstalled"
` [PATCH AUTOSEL 6.2 39/60] drm/amd/display: fix FCLK pstate change underflow
` [PATCH AUTOSEL 6.2 45/60] drm/amd/display: Do not set DRR on pipe commit
` [PATCH AUTOSEL 6.2 46/60] drm/amd/display: Do not commit pipe when updating DRR
` [PATCH AUTOSEL 6.2 50/60] drm/amd/display: Move DCN314 DOMAIN power control to DMCUB
` [PATCH AUTOSEL 6.2 51/60] drm/amd/display: Enable P-state validation checks for DCN314
` [PATCH AUTOSEL 6.2 52/60] drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5
` [PATCH AUTOSEL 6.2 53/60] drm/amd/display: Disable HUBP/DPP PG on DCN314 for now
` [PATCH AUTOSEL 6.2 54/60] drm/amd/display: disable SubVP + DRR to prevent underflow

[PATCH] MAINTAINERS: Add myself as co-maintainer for DRM Panels drivers
 2023-02-27  8:22 UTC  (3+ messages)

[PATCH 0/1] drm: Add a gpu page-table walker
 2023-02-27  8:09 UTC  (7+ messages)

[PATCH 0/7] drm/gma500: Convert fbdev to DRM client
 2023-02-27  7:48 UTC  (5+ messages)
` [PATCH 2/7] drm/gma500: Move fbdev code into separate source file

[PATCH] drm/virtio: Add option to disable KMS support
 2023-02-27  6:38 UTC  (2+ messages)

[PATCH AUTOSEL 4.14 1/9] drm/radeon: free iio for atombios when driver shutdown
 2023-02-27  2:11 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 2/9] drm/msm/dsi: Add missing check for alloc_ordered_workqueue

[PATCH AUTOSEL 4.19 01/10] drm/amd/display: Fix potential null-deref in dm_resume
 2023-02-27  2:11 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 02/10] drm/radeon: free iio for atombios when driver shutdown
` [PATCH AUTOSEL 4.19 03/10] drm/msm/dsi: Add missing check for alloc_ordered_workqueue

[PATCH AUTOSEL 5.4 01/15] drm/amd/display: Fix potential null-deref in dm_resume
 2023-02-27  2:10 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 02/15] drm/omap: dsi: Fix excessive stack usage
` [PATCH AUTOSEL 5.4 04/15] drm/radeon: free iio for atombios when driver shutdown
` [PATCH AUTOSEL 5.4 05/15] drm/msm/dsi: Add missing check for alloc_ordered_workqueue
` [PATCH AUTOSEL 5.4 12/15] drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5

[PATCH AUTOSEL 5.10 01/19] drm/amd/display: Fix potential null-deref in dm_resume
 2023-02-27  2:09 UTC  (7+ messages)
` [PATCH AUTOSEL 5.10 02/19] drm/omap: dsi: Fix excessive stack usage
` [PATCH AUTOSEL 5.10 04/19] drm/tiny: ili9486: Do not assume 8-bit only SPI controllers
` [PATCH AUTOSEL 5.10 05/19] drm/radeon: free iio for atombios when driver shutdown
` [PATCH AUTOSEL 5.10 06/19] drm: amd: display: Fix memory leakage
` [PATCH AUTOSEL 5.10 07/19] drm/msm/dsi: Add missing check for alloc_ordered_workqueue
` [PATCH AUTOSEL 5.10 16/19] drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5

[PATCH AUTOSEL 5.15 01/25] drm/amd/display: Revert Reduce delay when sink device not able to ACK 00340h write
 2023-02-27  2:08 UTC  (9+ messages)
` [PATCH AUTOSEL 5.15 02/25] drm/amd/display: Fix potential null-deref in dm_resume
` [PATCH AUTOSEL 5.15 03/25] drm/omap: dsi: Fix excessive stack usage
` [PATCH AUTOSEL 5.15 05/25] drm/tiny: ili9486: Do not assume 8-bit only SPI controllers
` [PATCH AUTOSEL 5.15 06/25] drm/radeon: free iio for atombios when driver shutdown
` [PATCH AUTOSEL 5.15 08/25] Revert "fbcon: don't lose the console font across generic->chip driver switch"
` [PATCH AUTOSEL 5.15 09/25] drm: amd: display: Fix memory leakage
` [PATCH AUTOSEL 5.15 11/25] drm/msm/dsi: Add missing check for alloc_ordered_workqueue
` [PATCH AUTOSEL 5.15 22/25] drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5

[PATCH] drm/amdgpu: make umc_v8_10_convert_error_address static
 2023-02-27  2:07 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox