Home
last modified time | relevance | path

Searched refs:damage (Results 1 – 25 of 133) sorted by relevance

123456

/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_damage_helper_test.c256 struct drm_mode_rect damage; in drm_test_damage_iter_simple_damage() local
263 set_damage_clip(&damage, 0, 0, 1024, 768); in drm_test_damage_iter_simple_damage()
264 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in drm_test_damage_iter_simple_damage()
279 struct drm_mode_rect damage; in drm_test_damage_iter_single_damage() local
285 set_damage_clip(&damage, 256, 192, 768, 576); in drm_test_damage_iter_single_damage()
286 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in drm_test_damage_iter_single_damage()
301 struct drm_mode_rect damage; in drm_test_damage_iter_single_damage_intersect_src() local
308 set_damage_clip(&damage, 256, 192, 1360, 768); in drm_test_damage_iter_single_damage_intersect_src()
309 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in drm_test_damage_iter_single_damage_intersect_src()
324 struct drm_mode_rect damage; in drm_test_damage_iter_single_damage_outside_src() local
[all …]
/openbmc/linux/drivers/gpu/drm/gud/
H A Dgud_pipe.c311 gdrm->damage.x1 = INT_MAX; in gud_clear_damage()
312 gdrm->damage.y1 = INT_MAX; in gud_clear_damage()
313 gdrm->damage.x2 = 0; in gud_clear_damage()
314 gdrm->damage.y2 = 0; in gud_clear_damage()
319 struct drm_rect *damage) in gud_flush_damage() argument
331 pitch = drm_format_info_min_pitch(format, 0, drm_rect_width(damage)); in gud_flush_damage()
332 lines = drm_rect_height(damage); in gud_flush_damage()
337 for (i = 0; i < DIV_ROUND_UP(drm_rect_height(damage), lines); i++) { in gud_flush_damage()
338 struct drm_rect rect = *damage; in gud_flush_damage()
341 rect.y2 = min_t(u32, rect.y1 + lines, damage->y2); in gud_flush_damage()
[all …]
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_damage_helper.c113 struct drm_property_blob *damage = NULL; in drm_atomic_helper_dirtyfb() local
148 damage = drm_property_create_blob(fb->dev, in drm_atomic_helper_dirtyfb()
151 if (IS_ERR(damage)) { in drm_atomic_helper_dirtyfb()
152 ret = PTR_ERR(damage); in drm_atomic_helper_dirtyfb()
153 damage = NULL; in drm_atomic_helper_dirtyfb()
178 damage); in drm_atomic_helper_dirtyfb()
191 drm_property_blob_put(damage); in drm_atomic_helper_dirtyfb()
/openbmc/linux/Documentation/fb/
H A Dudlfb.rst47 Accurate damage/changed area notifications work around this problem.
49 interface to allow mmap clients to report damage, for the benefit
69 application must send down damage notifications to trigger repaints of the
79 damage interface (which will hopefully be standardized for all virtual
80 framebuffers that need damage info). These damage notifications allow
114 report damage, should be able to work with this enabled.
/openbmc/linux/Documentation/arch/x86/
H A Dtlb.rst11 a quick operation, but it causes collateral damage: TLB entries
17 damage to other TLB entries.
25 be no collateral damage caused by doing the global flush, and
29 damage we do with a full flush. So, the larger the TLB, the
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DNIST-Software24 with applicable laws, damage to or loss of data, programs or equipment, and the
26 used in any situation where a failure could cause risk of injury or damage to
H A DsoftSurfer5 liable for any real or imagined damage resulting from its use.
H A DMirOS18 * direct, other damage, loss, or other issues arising in any way out
20 * damage or existence of a defect, except proven that it results out
H A DOGL-Canada-2.032damage caused by its use or otherwise arising in connection with this licence or the Information, …
H A Dlibselinux-1.020 of such damage. You acknowledge that this is a reasonable allocation of
H A Dpnmstitch20 advised of the possibility of such damage.
H A DLibpng21 of such damage.
116 the possibility of such damage.
H A DDEC-3-Clause28 if advised of the possibility of such damage.
H A Dlibpng-2.018 of such damage.
H A DHTMLTIDY5 …out of any use of the software or documentation, even if advised of the possibility of such damage.
/openbmc/linux/Documentation/core-api/
H A Ddebug-objects.rst79 can deactivate an active object in order to prevent damage to the
102 can deactivate an active object in order to prevent damage to the
126 deactivate an active object in order to prevent damage to the subsystem.
166 deactivate an active object in order to prevent damage to the subsystem.
182 prevent damage to the subsystem.
225 again, after the damage has been repaired in order to keep the state
244 function again after the damage has been repaired in order to keep the
/openbmc/linux/Documentation/hwmon/
H A Ddrivetemp.rst61 this temperature may cause physical damage to the
66 this temperature may cause physical damage to the
/openbmc/linux/drivers/gpu/drm/tiny/
H A Dcirrus.c395 struct drm_rect damage; in cirrus_primary_plane_helper_atomic_update() local
410 drm_atomic_for_each_plane_damage(&iter, &damage) { in cirrus_primary_plane_helper_atomic_update()
411 unsigned int offset = drm_fb_clip_offset(pitch, format, &damage); in cirrus_primary_plane_helper_atomic_update()
414 drm_fb_blit(&dst, &pitch, format->format, shadow_plane_state->data, fb, &damage); in cirrus_primary_plane_helper_atomic_update()
H A Dsimpledrm.c490 struct drm_rect damage; in simpledrm_primary_plane_helper_atomic_update() local
501 drm_atomic_for_each_plane_damage(&iter, &damage) { in simpledrm_primary_plane_helper_atomic_update()
505 if (!drm_rect_intersect(&dst_clip, &damage)) in simpledrm_primary_plane_helper_atomic_update()
510 fb, &damage); in simpledrm_primary_plane_helper_atomic_update()
/openbmc/linux/drivers/staging/olpc_dcon/
H A DTODO6 drm damage tracking and self-refresh helpers.
/openbmc/linux/drivers/gpu/drm/udl/
H A Dudl_modeset.c273 struct drm_rect damage; in udl_primary_plane_helper_atomic_update() local
287 drm_atomic_for_each_plane_damage(&iter, &damage) { in udl_primary_plane_helper_atomic_update()
288 udl_handle_damage(fb, &shadow_plane_state->data[0], &damage); in udl_primary_plane_helper_atomic_update()
/openbmc/linux/Documentation/power/regulator/
H A Ddesign.rst12 for the system, potentially including lasting hardware damage.
/openbmc/linux/drivers/regulator/
H A Dmax8997-regulator.c621 int new_val, new_idx, damage, tmp_val, tmp_idx, tmp_dmg; in max8997_set_voltage_buck() local
655 damage = max8997_assess_side_effect(rdev, new_val, &new_idx); in max8997_set_voltage_buck()
656 if (damage == 0) in max8997_set_voltage_buck()
659 if (tmp_dmg > damage) { in max8997_set_voltage_buck()
662 tmp_dmg = damage; in max8997_set_voltage_buck()
/openbmc/linux/drivers/memstick/core/
H A DKconfig40 Driver is new and not yet well tested, thus it can damage your card
/openbmc/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c503 struct drm_rect damage; in mgag200_primary_plane_helper_atomic_update() local
506 drm_atomic_for_each_plane_damage(&iter, &damage) { in mgag200_primary_plane_helper_atomic_update()
507 mgag200_handle_damage(mdev, shadow_plane_state->data, fb, &damage); in mgag200_primary_plane_helper_atomic_update()

123456