AMD-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-19 20:57:43 to 2024-08-21 13:07:20 UTC [more...]

[PATCH v2 00/86] drm: Provide client setup helper and convert drivers
 2024-08-21 13:00 UTC  (70+ 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 25/86] drm/mcde: "
` [PATCH v2 26/86] drm/mediatek: "
` [PATCH v2 27/86] drm/meson: "
` [PATCH v2 28/86] drm/mi0283qt: "
` [PATCH v2 29/86] drm/mxsfb/lcdif: "
` [PATCH v2 30/86] drm/msxfb: "
` [PATCH v2 31/86] drm/panel/ili9341: "
` [PATCH v2 32/86] drm/panel-mipi-dbi: "
` [PATCH v2 33/86] drm/pl111: "
` [PATCH v2 34/86] drm/renesas/rcar-du: "
` [PATCH v2 35/86] drm/renesas/rz-du: "
` [PATCH v2 36/86] drm/renesas/shmobile: "
` [PATCH v2 37/86] drm/repaper: "
` [PATCH v2 38/86] drm/rockchip: "
` [PATCH v2 39/86] drm/sti: "
` [PATCH v2 40/86] drm/stm: "
` [PATCH v2 41/86] drm/sun4i: "
` [PATCH v2 42/86] drm/tidss: "
` [PATCH v2 43/86] drm/tilcdc: "
` [PATCH v2 44/86] drm/st7586: "
` [PATCH v2 45/86] drm/st7735r: "
` [PATCH v2 46/86] drm/tve200: "
` [PATCH v2 47/86] drm/vc4: "
` [PATCH v2 48/86] drm/xlnx: "
` [PATCH v2 49/86] drm/fbdev-dma: Remove obsolete setup function
` [PATCH v2 50/86] drm/fbdev-shmem: Support struct drm_driver.fbdev_probe
` [PATCH v2 51/86] drm/ast: Run DRM default client setup
` [PATCH v2 52/86] drm/cirrus: "
` [PATCH v2 53/86] drm/gm12u320: "
` [PATCH v2 55/86] drm/hyperv_drm: "
` [PATCH v2 57/86] drm/ofdrm: Use "
` [PATCH v2 58/86] drm/simpledrm: Run "
` [PATCH v2 59/86] drm/solomon: "
` [PATCH v2 61/86] drm/virtgpu: "
` [PATCH v2 62/86] drm/vkms: "
` [PATCH v2 64/86] drm/fbdev-ttm: Support struct drm_driver.fbdev_probe
` [PATCH v2 67/86] drm/hisilicon/hibmc: Run DRM default client setup
` [PATCH v2 68/86] drm/loongson: "
` [PATCH v2 69/86] drm/nouveau: "
` [PATCH v2 70/86] drm/qxl: "
` [PATCH v2 75/86] drm/exynos-drm: "
` [PATCH v2 76/86] drm/gma500: "
` [PATCH v2 77/86] drm/msm: "
` [PATCH v2 78/86] drm/radeon: "
` [PATCH v2 82/86] drm/i915: Move custom hotplug code into separate callback

[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  (47+ messages)
` [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 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 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  (2+ 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  (24+ 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] 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  (2+ messages)

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


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