search for: mode_valid_ctx

Displaying 6 results from an estimated 6 matches for "mode_valid_ctx".

2020 Jul 24
2
[PATCH 0/2] drm/probe_helper, drm/nouveau: Validate MST modes against PBN
Now that we've added the hooks that we've needed for this and used them in i915, let's add one more hook (which I could use some feedback on, I'm not sure if it's worth maybe just reworking how we do mode pruning in nouveau instead...) and start using this in our mst ->mode_valid callback to filter out impossible to set modes on MST connectors. Lyude Paul (2):
2025 Jan 07
1
[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
...268387176 [2/5] drm/amdgpu: don't change mode in amdgpu_dm_connector_mode_valid() commit: b255ce4388e09f14311e7912d0ccd45a14a08d66 [3/5] drm/sti: hda: pass const struct drm_display_mode* to hda_get_mode_idx() commit: 5f011b442006ccb29044263df10843de80fc0b14 [4/5] drm/connector: make mode_valid_ctx take a const struct drm_display_mode commit: 66df9debcb29d14802912ed79a9cf9ba721b51a4 [5/5] drm/connector: make mode_valid take a const struct drm_display_mode commit: 26d6fd81916e62d2b0568d9756e5f9c33f0f9b7a Best regards, -- With best wishes Dmitry
2025 Jan 21
1
[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
...amdgpu: don't change mode in amdgpu_dm_connector_mode_valid() > commit: b255ce4388e09f14311e7912d0ccd45a14a08d66 > [3/5] drm/sti: hda: pass const struct drm_display_mode* to hda_get_mode_idx() > commit: 5f011b442006ccb29044263df10843de80fc0b14 > [4/5] drm/connector: make mode_valid_ctx take a const struct drm_display_mode > commit: 66df9debcb29d14802912ed79a9cf9ba721b51a4 > [5/5] drm/connector: make mode_valid take a const struct drm_display_mode > commit: 26d6fd81916e62d2b0568d9756e5f9c33f0f9b7a I cannot find these in drm-misc or drm-next, but they are in d...
2025 Jan 21
1
[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
...ange mode in amdgpu_dm_connector_mode_valid() > > commit: b255ce4388e09f14311e7912d0ccd45a14a08d66 > > [3/5] drm/sti: hda: pass const struct drm_display_mode* to hda_get_mode_idx() > > commit: 5f011b442006ccb29044263df10843de80fc0b14 > > [4/5] drm/connector: make mode_valid_ctx take a const struct drm_display_mode > > commit: 66df9debcb29d14802912ed79a9cf9ba721b51a4 > > [5/5] drm/connector: make mode_valid take a const struct drm_display_mode > > commit: 26d6fd81916e62d2b0568d9756e5f9c33f0f9b7a > > I cannot find these in drm-misc or drm...
2025 Jan 21
1
[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
...dm_connector_mode_valid() > > > commit: b255ce4388e09f14311e7912d0ccd45a14a08d66 > > > [3/5] drm/sti: hda: pass const struct drm_display_mode* to hda_get_mode_idx() > > > commit: 5f011b442006ccb29044263df10843de80fc0b14 > > > [4/5] drm/connector: make mode_valid_ctx take a const struct drm_display_mode > > > commit: 66df9debcb29d14802912ed79a9cf9ba721b51a4 > > > [5/5] drm/connector: make mode_valid take a const struct drm_display_mode > > > commit: 26d6fd81916e62d2b0568d9756e5f9c33f0f9b7a > > > > I cannot find...
2025 Jan 05
3
[PATCH v2 0/5] drm/connector: make mode_valid() callback accept const mode pointer
...Dmitry Baryshkov (5): > drm/encoder_slave: make mode_valid accept const struct drm_display_mode > drm/amdgpu: don't change mode in amdgpu_dm_connector_mode_valid() > drm/sti: hda: pass const struct drm_display_mode* to hda_get_mode_idx() > drm/connector: make mode_valid_ctx take a const struct drm_display_mode > drm/connector: make mode_valid take a const struct drm_display_mode > > drivers/gpu/drm/amd/amdgpu/amdgpu_connectors.c | 8 ++++---- > drivers/gpu/drm/amd/amdgpu/atombios_dp.c | 2 +- > drivers/gpu/drm/amd/amd...