Searched refs:underscan_hborder_property (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_display.h | 28 struct drm_property *underscan_hborder_property; member
|
D | nouveau_connector.c | 110 else if (property == disp->underscan_hborder_property) in nouveau_conn_atomic_get_property() 179 if (property == disp->underscan_hborder_property) { in nouveau_conn_atomic_set_property() 311 disp->underscan_hborder_property, 0); in nouveau_conn_attach_properties()
|
D | nouveau_display.c | 646 disp->underscan_hborder_property = in nouveau_display_create_properties()
|
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_connectors.c | 537 if (property == adev->mode_info.underscan_hborder_property) { in amdgpu_connector_set_property() 1651 adev->mode_info.underscan_hborder_property, in amdgpu_connector_add() 1777 adev->mode_info.underscan_hborder_property, in amdgpu_connector_add() 1831 adev->mode_info.underscan_hborder_property, in amdgpu_connector_add() 1881 adev->mode_info.underscan_hborder_property, in amdgpu_connector_add()
|
D | amdgpu_display.c | 639 adev->mode_info.underscan_hborder_property = in amdgpu_display_modeset_create_props() 642 if (!adev->mode_info.underscan_hborder_property) in amdgpu_display_modeset_create_props()
|
D | amdgpu_mode.h | 329 struct drm_property *underscan_hborder_property; member
|
/Linux-v5.10/drivers/gpu/drm/radeon/ |
D | radeon_connectors.c | 621 if (property == rdev->mode_info.underscan_hborder_property) { in radeon_connector_set_property() 1998 rdev->mode_info.underscan_hborder_property, in radeon_add_atom_connector() 2142 rdev->mode_info.underscan_hborder_property, in radeon_add_atom_connector() 2203 rdev->mode_info.underscan_hborder_property, in radeon_add_atom_connector() 2261 rdev->mode_info.underscan_hborder_property, in radeon_add_atom_connector()
|
D | radeon_mode.h | 259 struct drm_property *underscan_hborder_property; member
|
D | radeon_display.c | 1440 rdev->mode_info.underscan_hborder_property = in radeon_modeset_create_props() 1443 if (!rdev->mode_info.underscan_hborder_property) in radeon_modeset_create_props()
|
/Linux-v5.10/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.c | 4995 } else if (property == adev->mode_info.underscan_hborder_property) { in amdgpu_dm_connector_atomic_set_property() 5040 } else if (property == adev->mode_info.underscan_hborder_property) { in amdgpu_dm_connector_atomic_get_property() 6421 adev->mode_info.underscan_hborder_property, in amdgpu_dm_connector_init_helper()
|