Home
last modified time | relevance | path

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

123

/linux/drivers/gpu/drm/selftests/
A Dtest-drm_damage_helper.c290 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in igt_damage_iter_simple_damage()
315 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in igt_damage_iter_single_damage()
341 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in igt_damage_iter_single_damage_intersect_src()
367 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in igt_damage_iter_single_damage_outside_src()
394 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in igt_damage_iter_single_damage_fractional_src()
423 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in igt_damage_iter_single_damage_intersect_fractional_src()
452 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in igt_damage_iter_single_damage_outside_fractional_src()
478 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in igt_damage_iter_single_damage_src_moved()
507 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in igt_damage_iter_single_damage_fractional_src_moved()
534 set_damage_blob(&damage_blob, &damage[0], sizeof(damage)); in igt_damage_iter_damage()
[all …]
/linux/drivers/gpu/drm/gud/
A Dgud_pipe.c322 gdrm->damage.x1 = INT_MAX; in gud_clear_damage()
323 gdrm->damage.y1 = INT_MAX; in gud_clear_damage()
324 gdrm->damage.x2 = 0; in gud_clear_damage()
325 gdrm->damage.y2 = 0; in gud_clear_damage()
330 gdrm->damage.x1 = min(gdrm->damage.x1, damage->x1); in gud_add_damage()
331 gdrm->damage.y1 = min(gdrm->damage.y1, damage->y1); in gud_add_damage()
332 gdrm->damage.x2 = max(gdrm->damage.x2, damage->x2); in gud_add_damage()
333 gdrm->damage.y2 = max(gdrm->damage.y2, damage->y2); in gud_add_damage()
364 struct drm_rect damage; in gud_flush_work() local
375 damage = gdrm->damage; in gud_flush_work()
[all …]
A Dgud_internal.h44 struct drm_rect damage; member
/linux/drivers/gpu/drm/
A Ddrm_damage_helper.c112 struct drm_property_blob *damage = NULL; in drm_atomic_helper_dirtyfb() local
147 damage = drm_property_create_blob(fb->dev, in drm_atomic_helper_dirtyfb()
150 if (IS_ERR(damage)) { in drm_atomic_helper_dirtyfb()
151 ret = PTR_ERR(damage); in drm_atomic_helper_dirtyfb()
152 damage = NULL; in drm_atomic_helper_dirtyfb()
177 damage); in drm_atomic_helper_dirtyfb()
190 drm_property_blob_put(damage); in drm_atomic_helper_dirtyfb()
/linux/Documentation/fb/
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
107 report damage, should be able to work with this enabled.
/linux/Documentation/x86/
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
/linux/Documentation/core-api/
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
/linux/Documentation/hwmon/
A Ddrivetemp.rst61 this temperature may cause physical damage to the
66 this temperature may cause physical damage to the
/linux/drivers/staging/olpc_dcon/
A DTODO6 drm damage tracking and self-refresh helpers.
/linux/drivers/regulator/
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()
/linux/Documentation/power/regulator/
A Ddesign.rst12 for the system, potentially including lasting hardware damage.
/linux/Documentation/devicetree/bindings/regulator/
A Dregulator.yaml128 the hardware propably is malfunctional and damage prevention is requested.
148 the hardware propably is malfunctional and damage prevention is requested
170 the hardware propably is malfunctional and damage prevention is requested
191 the hardware propably is malfunctional and damage prevention is requested
/linux/Documentation/devicetree/bindings/leds/backlight/
A Dcommon.yaml32 that a LED can be made so bright that it gets damaged or causes damage
/linux/drivers/memstick/core/
A DKconfig38 Driver is new and not yet well tested, thus it can damage your card
/linux/arch/powerpc/boot/dts/fsl/
A Db4420qds.dts32 * this software, even if advised of the possibility of such damage.
A Db4420si-pre.dtsi32 * this software, even if advised of the possibility of such damage.
A Db4420si-post.dtsi32 * this software, even if advised of the possibility of such damage.
A Dp5040si-pre.dtsi32 * software, even if advised of the possibility of such damage.
/linux/include/uapi/linux/
A Dcdrom.h885 __u8 damage : 1; member
899 __u8 damage : 1; member
/linux/drivers/scsi/smartpqi/
A DKconfig28 # the risks and costs of program errors, damage to or loss of data,
/linux/drivers/gpu/drm/mgag200/
A Dmgag200_mode.c956 struct drm_rect damage; in mgag200_simple_display_pipe_update() local
961 if (drm_atomic_helper_damage_merged(old_state, state, &damage)) in mgag200_simple_display_pipe_update()
962 mgag200_handle_damage(mdev, fb, &damage, &shadow_plane_state->data[0]); in mgag200_simple_display_pipe_update()
/linux/Documentation/filesystems/
A Dntfs.rst386 correctly to avoid the possibility of causing damage to the data on the ntfs
405 superblock used by the MD driver would damage the NTFS volume.
433 are working read-only when playing with this as you may damage your data
448 setup correctly to avoid the possibility of causing damage to the data on the
459 will cause massive damage to the data on the volume which will only become
/linux/drivers/scsi/mpt3sas/
A DKconfig26 # the risks and costs of program errors, damage to or loss of data,
/linux/fs/ntfs/
A DKconfig65 While we cannot guarantee that it will not damage any data, we have
/linux/Documentation/scsi/
A Ddpti.rst21 of the possibility of such damage.

Completed in 32 milliseconds

123