messages from 2024-08-19 13:29:22 to 2024-08-21 13:05:31 UTC [more...]
[PATCH v2 00/86] drm: Provide client setup helper and convert drivers
2024-08-21 12:59 UTC (32+ messages)
` [PATCH v2 01/86] drm/fbdev-helper: Move color-mode lookup into 4CC format helper
` [PATCH v2 02/86] drm/fbdev-helper: Set and clear VGA switcheroo client from fb_info
` [PATCH v2 03/86] drm/fbdev: Add memory-agnostic fbdev client
` [PATCH v2 04/86] drm: Add client-agnostic setup helper
` [PATCH v2 05/86] drm/fbdev-dma: Support struct drm_driver.fbdev_probe
` [PATCH v2 06/86] drm/arcgpu: Run DRM default client setup
` [PATCH v2 07/86] drm/arm/komeda: "
` [PATCH v2 08/86] drm/arm/hdlcd: "
` [PATCH v2 09/86] drm/arm/malidp: "
` [PATCH v2 10/86] drm/aspeed: "
` [PATCH v2 11/86] drm/atmel-hdlcd: "
` [PATCH v2 12/86] drm/fsl-dcu: "
` [PATCH v2 13/86] drm/hisilicon/kirin: "
` [PATCH v2 14/86] drm/hx8357d: "
` [PATCH v2 15/86] drm/ili9163: "
` [PATCH v2 16/86] drm/ili9225: "
` [PATCH v2 17/86] drm/ili9341: "
` [PATCH v2 18/86] drm/ili9486: "
` [PATCH v2 19/86] drm/imx/dcss: "
` [PATCH v2 20/86] drm/imx/ipuv3: "
` [PATCH v2 21/86] drm/imx/lcdc: "
` [PATCH v2 22/86] drm/ingenic: "
` [PATCH v2 23/86] drm/kmb: "
` [PATCH v2 24/86] drm/logicvc: "
` [PATCH v2 26/86] drm/mediatek: "
` [PATCH v2 27/86] drm/meson: "
` [PATCH v2 29/86] drm/mxsfb/lcdif: "
` [PATCH v2 31/86] drm/panel/ili9341: "
` [PATCH v2 35/86] drm/renesas/rz-du: "
` [PATCH v2 36/86] drm/renesas/shmobile: "
` [PATCH v2 37/86] drm/repaper: "
[PATCH 1/3] drm/amdgpu: re-work VM syncing
2024-08-21 12:03 UTC (3+ messages)
` [PATCH 2/3] drm/amdgpu: sync to KFD fences before clearing PTEs
` [PATCH 3/3] drm/amdgpu: stop syncing PRT map operations
[PATCH v4 0/2] Improve the dev coredump for gfx job timeout scenario
2024-08-21 10:02 UTC (4+ messages)
` [PATCH v4 1/2] drm/amdgpu: skip printing vram_lost if needed
` [PATCH v4 2/2] drm/amdgpu: Do core dump immediately when job tmo
[PATCH v5 00/44] Color Pipeline API w/ VKMS
2024-08-21 9:22 UTC (51+ messages)
` [PATCH v5 01/44] drm: Add helper for conversion from signed-magnitude
` [PATCH v5 02/44] drm/vkms: Round fixp2int conversion in lerp_u16
` [PATCH v5 03/44] drm/vkms: Add kunit tests for VKMS LUT handling
` [PATCH v5 04/44] drm/doc/rfc: Describe why prescriptive color pipeline is needed
` [PATCH v5 05/44] drm/colorop: Introduce new drm_colorop mode object
` [PATCH v5 06/44] drm/colorop: Add TYPE property
` [PATCH v5 07/44] drm/colorop: Add 1D Curve subtype
` [PATCH v5 08/44] Documentation/gpu: document drm_colorop
` [PATCH v5 09/44] drm/colorop: Add BYPASS property
` [PATCH v5 10/44] drm/colorop: Add NEXT property
` [PATCH v5 11/44] drm/colorop: Add atomic state print for drm_colorop
` [PATCH v5 12/44] drm/plane: Add COLOR PIPELINE property
` [PATCH v5 13/44] drm/colorop: Add NEXT to colorop state print
` [PATCH v5 14/44] drm/vkms: Add enumerated 1D curve colorop
` [PATCH v5 15/44] drm/vkms: Add kunit tests for linear and sRGB LUTs
` [PATCH v5 16/44] drm/colorop: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [PATCH v5 17/44] drm/colorop: Add 3x4 CTM type
` [PATCH v5 18/44] drm/vkms: Use s32 for internal color pipeline precision
` [PATCH v5 19/44] drm/vkms: add 3x4 matrix in color pipeline
` [PATCH v5 20/44] drm/tests: Add a few tests around drm_fixed.h
` [PATCH v5 21/44] drm/vkms: Add tests for CTM handling
` [PATCH v5 22/44] drm/colorop: pass plane_color_pipeline client cap to atomic check
` [PATCH v5 23/44] drm/colorop: define a new macro for_each_new_colorop_in_state
` [PATCH v5 24/44] drm/amd/display: Ignore deprecated props when plane_color_pipeline set
` [PATCH v5 25/44] drm/amd/display: Add bypass COLOR PIPELINE
` [PATCH v5 26/44] drm/amd/display: Skip color pipeline initialization for cursor plane
` [PATCH v5 27/44] drm/amd/display: Add support for sRGB EOTF in DEGAM block
` [PATCH v5 28/44] drm/amd/display: Add support for sRGB Inverse EOTF in SHAPER block
` [PATCH v5 29/44] drm/amd/display: Add support for sRGB EOTF in BLND block
` [PATCH v5 30/44] drm/colorop: Add PQ 125 EOTF and its inverse
` [PATCH v5 31/44] drm/amd/display: Enable support for PQ 125 EOTF and Inverse
` [PATCH v5 32/44] drm/colorop: add BT2020/BT709 OETF and Inverse OETF
` [PATCH v5 33/44] drm/amd/display: Add support for BT.709 and BT.2020 TFs
` [PATCH v5 34/44] drm/colorop: Add 1D Curve Custom LUT type
` [PATCH v5 35/44] drm/amd/display: add shaper and blend colorops for 1D Curve Custom LUT
` [PATCH v5 36/44] drm/amd/display: add 3x4 matrix colorop
` [PATCH v5 37/44] drm/colorop: Add mutliplier type
` [PATCH v5 38/44] drm/amd/display: add multiplier colorop
` [PATCH v5 39/44] drm/amd/display: Swap matrix and multiplier
` [PATCH v5 40/44] drm/colorop: Define LUT_1D interpolation
` [PATCH v5 41/44] drm/colorop: allow non-bypass colorops
` [PATCH v5 42/44] drm/colorop: Add 3D LUT supports to color pipeline
` [PATCH v5 43/44] drm/amd/display: add 3D LUT colorop
` [PATCH v5 44/44] drm/amd/display: Add AMD color pipeline doc
[PATCH 0/2] Improve the dev coredump
2024-08-21 8:19 UTC (11+ messages)
` [PATCH 2/2] drm/amdgpu: Do core dump immediately when job tmo
[PATCH] drm/amdgpu: add list empty check to avoid null pointer issue
2024-08-21 7:29 UTC (2+ messages)
[PATCH -next 0/5] drm/amd/display: Make some symobols static
2024-08-21 6:40 UTC (6+ messages)
` [PATCH -next 1/5] drm/amd/display: Make core_dcn4_g6_temp_read_blackout_table static
` [PATCH -next 2/5] drm/amd/display: Make core_dcn4_ip_caps_base static
` [PATCH -next 3/5] drm/amd/display: Make dcn35_hubp_funcs static
` [PATCH -next 4/5] drm/amd/display: Make dcn401_dsc_funcs static
` [PATCH -next 5/5] drm/amd/display: Make dcn35_fpga_funcs static
v6.11-rc4 amdgpu regression from v6.10.0
2024-08-21 2:44 UTC (7+ messages)
[PATCH RESEND] drm/amd/display: avoid using null object of framebuffer
2024-08-21 4:27 UTC
[PATCH] drm/amd/gfx11: move the gfx mutex into the caller
2024-08-20 15:59 UTC (3+ messages)
[PATCH 00/13] DC Patches August 15, 2024
2024-08-21 4:24 UTC (8+ messages)
` [PATCH 12/13] drm/amd/display: Fix a typo in revert commit
` "
[PATCH] drm/amdgpu/gfx12: set UNORD_DISPATCH in compute MQDs
2024-08-21 1:12 UTC (2+ messages)
[PATCH V2] video/aperture: match the pci device when calling sysfb_disable()
2024-08-20 23:03 UTC (4+ messages)
[PATCH 6.10 090/263] drm/amdgpu/pm: Fix the param type of set_power_profile_mode
2024-08-20 21:45 UTC (4+ messages)
[PATCH v2 0/9] drm/{amdgpu,nouveau}: Remove old fbdev hooks
2024-08-20 20:56 UTC (3+ messages)
` [PATCH v2 1/9] drm: Do delayed switcheroo in drm_lastclose()
` Getting off this list
[PATCH 1/2] drm/amdgpu: add experimental resets debug flag
2024-08-20 20:25 UTC (2+ messages)
` [PATCH 2/2] drm/amdgpu/gfx9: put queue resets behind a debug option
commit 9d8c094ddab0 breaks Xorg/xfce4
2024-08-20 18:28 UTC (2+ messages)
[PATCH v2] drm/amdgpu/gfx9.4.3: Implement compute pipe reset
2024-08-20 13:50 UTC (3+ messages)
[PATCH] Revert "drm/ttm: increase ttm pre-fault value to PMD size"
2024-08-20 13:46 UTC
[PATCH v3 0/3] drm/amdgpu: Explicit sync for GEM VA operations
2024-08-20 13:36 UTC (3+ messages)
[bug report] drm/amdgpu/gfx11: add a mutex for the gfx semaphore
2024-08-20 12:55 UTC
[PATCH 82/86] drm/i915: Move custom hotplug code into separate callback
2024-08-20 12:42 UTC (5+ messages)
` [82/86] "
[PATCH 00/86] drm: Provide client setup helper and convert drivers
2024-08-20 11:57 UTC (31+ messages)
` [PATCH 04/86] drm: Add client-agnostic setup helper
` [PATCH 28/86] drm/mi0283qt: Run DRM default client setup
` [PATCH 31/86] drm/panel/ili9341: "
` [PATCH 32/86] drm/panel-mipi-dbi: "
` [PATCH 37/86] drm/repaper: "
` [PATCH 40/86] drm/stm: "
` [PATCH 48/86] drm/xlnx: "
` [PATCH 54/86] drm/gud: "
` [PATCH 57/86] drm/ofdrm: Use "
` [PATCH 58/86] drm/simpledrm: Run "
` [PATCH 59/86] drm/solomon: "
[PATCH] drm/amdgpu/gfx9.4.3: Implement compute pipe reset
2024-08-20 10:17 UTC (3+ messages)
[PATCH] drm/amdgpu: Normalize reg offsets on JPEG v4.0.3
2024-08-20 9:31 UTC
[PATCH v1] drm/ci: increase timeout for all jobs
2024-08-20 7:08 UTC
[PATCH 00/12] drm/amd: Switch over to struct drm_edid
2024-08-19 18:39 UTC (6+ messages)
` [PATCH 03/12] drm/edid: constify argument of drm_edid_is_valid()
[PATCH] drm/radeon: Switch radeon_connector to struct drm_edid
2024-08-19 18:34 UTC (3+ messages)
[PATCH] drm/amd/pm: Do not support swSMU if SMU IP is disabled
2024-08-20 6:39 UTC (2+ messages)
[PATCH 1/3] drm/amdkfd: Check int source id for utcl2 poison event
2024-08-20 6:11 UTC (4+ messages)
` [PATCH v2 "
[PATCH] drm/amd/display: change the panel power savings level without a modeset
2024-08-20 5:10 UTC (2+ messages)
[PATCH 1/3] drm/amdkfd: Check int source id for utcl2 poison event
2024-08-20 2:57 UTC (4+ messages)
` [PATCH 2/3] drm/amdkfd: Drop poison hanlding from gfx v10
` [PATCH 3/3] drm/amdgpu: Retire query_utcl2_poison_status callback
[PATCH] drm/amd/pm: add guard band interface on smu v14.0.2/3
2024-08-20 2:10 UTC
[PATCH] drm/amd: Don't wake dGPUs while reading sensors
2024-08-20 2:04 UTC
[PATCH] drm/amd/pm: update message interface for smu v14.0.2/3
2024-08-20 1:33 UTC (2+ messages)
[PATCH v2 1/5] drm/amd: Introduce additional IPS debug flags
2024-08-19 19:22 UTC (5+ messages)
` [PATCH v2 2/5] drm/amd/display: Go through dm for allow_idle_optimizations
` [PATCH v2 3/5] drm/amd/display: Go through dm for exit_ips_for_hw_access
` [PATCH v2 4/5] drm/amd/display: Implement DMUB_IPS_DISABLE_DYNAMIC
` [PATCH v2 5/5] drm/amd/display: Default to DMUB_IPS_DISABLE_DYNAMIC
[PATCH 1/5] drm/amd: Introduce additional IPS debug flags
2024-08-19 19:07 UTC (3+ messages)
[PATCH] drm/amdkfd: fix vm-pasid lookup for multiple partitions
2024-08-19 17:59 UTC
[RFC] amdgpu: Add a context flag to disable implicit sync
2024-08-19 16:00 UTC (7+ messages)
[PATCH] drm/amdgpu: fix eGPU hotplug regression
2024-08-19 15:26 UTC (2+ messages)
[PATCH] video/aperture: match the pci device when calling sysfb_disable()
2024-08-19 15:14 UTC (7+ messages)
[PATCH] drm/amdgpu: Block MMR_READ IOCTL in reset
2024-08-19 15:02 UTC (2+ messages)
[PATCH 0/2] DRM fdinfo legacy drm-memory- clarification and amdgpu update
2024-08-19 14:20 UTC (5+ messages)
` [PATCH 1/2] Documentation/gpu: Document the situation with unqualified drm-memory-
[PATCH 68/86] drm/loongson: Run DRM default client setup
2024-08-19 9:00 UTC (2+ messages)
` [68/86] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox