Home
last modified time | relevance | path

Searched full:damage (Results 1 – 25 of 859) sorted by relevance

12345678910>>...35

/linux/drivers/gpu/drm/tests/
H A Ddrm_damage_helper_test.c102 * Round down x1/y1 and round up x2/y2. This is because damage is not in in check_damage_clip()
111 KUNIT_FAIL(test, "Cannot have damage clip with no dimension."); in check_damage_clip()
113 KUNIT_FAIL(test, "Damage cannot be outside rounded plane src."); in check_damage_clip()
115 KUNIT_FAIL(test, "Damage = %d %d %d %d, want = %d %d %d %d", in check_damage_clip()
133 KUNIT_EXPECT_EQ_MSG(test, num_hits, 1, "Should return plane src as damage."); in drm_test_damage_iter_no_damage()
154 "Should return rounded off plane src as damage."); in drm_test_damage_iter_no_damage_fractional_src()
173 KUNIT_EXPECT_EQ_MSG(test, num_hits, 1, "Should return plane src as damage."); in drm_test_damage_iter_no_damage_src_moved()
193 KUNIT_EXPECT_EQ_MSG(test, num_hits, 1, "Should return plane src as damage."); in drm_test_damage_iter_no_damage_fractional_src_moved()
212 KUNIT_EXPECT_EQ_MSG(test, num_hits, 0, "Should have no damage."); in drm_test_damage_iter_no_damage_not_visible()
230 KUNIT_EXPECT_EQ_MSG(test, num_hits, 0, "Should have no damage."); in drm_test_damage_iter_no_damage_no_crtc()
[all …]
/linux/drivers/gpu/drm/gud/
H A Dgud_pipe.c314 gdrm->damage.x1 = INT_MAX; in gud_clear_damage()
315 gdrm->damage.y1 = INT_MAX; in gud_clear_damage()
316 gdrm->damage.x2 = 0; in gud_clear_damage()
317 gdrm->damage.y2 = 0; in gud_clear_damage()
322 struct drm_rect *damage) in gud_flush_damage() argument
335 pitch = drm_format_info_min_pitch(format, 0, drm_rect_width(damage)); in gud_flush_damage()
336 lines = drm_rect_height(damage); in gud_flush_damage()
341 for (i = 0; i < DIV_ROUND_UP(drm_rect_height(damage), lines); i++) { in gud_flush_damage()
342 struct drm_rect rect = *damage; in gud_flush_damage()
345 rect.y2 = min_t(u32, rect.y1 + lines, damage->y2); in gud_flush_damage()
[all …]
/linux/arch/s390/include/asm/
H A Dnmi.h41 u64 sd : 1; /* 00 system damage */
42 u64 pd : 1; /* 01 instruction-processing damage */
45 u64 cd : 1; /* 04 timing-facility damage */
46 u64 ed : 1; /* 05 external damage */
51 u64 sp : 1; /* 10 service-processor damage */
52 u64 ck : 1; /* 11 channel-subsystem damage */
66 u64 ec : 1; /* 26 external damage code validity */
/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
78 rectangles from the X DAMAGE protocol extension down to udlfb via udlfb's
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.
/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
/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
/linux/Documentation/hwmon/
H A Ddrivetemp.rst61 this temperature may cause physical damage to the
66 this temperature may cause physical damage to the
/linux/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-jtag.c44 * can cause chip damage.
127 * chain. Updating invalid values can possibly cause chip damage.
/linux/include/sound/
H A Dwm9090.h19 * potentially causing hardware damage.
/linux/drivers/regulator/
H A Dmax8997-regulator.c531 * Assess the damage on the voltage setting of BUCK1,2,5 by the change.
621 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/drivers/memstick/core/
H A DKconfig40 Driver is new and not yet well tested, thus it can damage your card
/linux/include/dt-bindings/pinctrl/
H A Ddm814x.h17 * (bit 18 set) for all 3.3V I/Os to avoid cumulative hardware damage. For
/linux/include/linux/
H A Dsoundcard.h22 * SUCH DAMAGE.
/linux/Documentation/power/regulator/
H A Ddesign.rst12 for the system, potentially including lasting hardware damage.
/linux/drivers/gpu/drm/solomon/
H A Dssd130x.c1229 struct drm_rect damage; in ssd130x_primary_plane_atomic_update() local
1236 drm_atomic_for_each_plane_damage(&iter, &damage) { in ssd130x_primary_plane_atomic_update()
1239 if (!drm_rect_intersect(&dst_clip, &damage)) in ssd130x_primary_plane_atomic_update()
1264 struct drm_rect damage; in ssd132x_primary_plane_atomic_update() local
1271 drm_atomic_for_each_plane_damage(&iter, &damage) { in ssd132x_primary_plane_atomic_update()
1274 if (!drm_rect_intersect(&dst_clip, &damage)) in ssd132x_primary_plane_atomic_update()
1298 struct drm_rect damage; in ssd133x_primary_plane_atomic_update() local
1305 drm_atomic_for_each_plane_damage(&iter, &damage) { in ssd133x_primary_plane_atomic_update()
1308 if (!drm_rect_intersect(&dst_clip, &damage)) in ssd133x_primary_plane_atomic_update()
/linux/arch/arm/mach-omap1/
H A Dboard-ams-delta.h20 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/linux/arch/mips/include/asm/mach-rc32434/
H A Dprom.h21 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/linux/scripts/dtc/libfdt/
H A Dfdt_strerror.c5 * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/linux/LICENSES/preferred/
H A DBSD-2-Clause32 POSSIBILITY OF SUCH DAMAGE.
H A DBSD-3-Clause36 POSSIBILITY OF SUCH DAMAGE.
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm9hmidc.dtsi30 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
H A Dbcm94708.dts30 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/linux/drivers/soc/fsl/qbman/
H A Dqman_test.h28 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/linux/arch/mips/txx9/rbtx4927/
H A Dprom.c26 * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/linux/arch/powerpc/boot/dts/fsl/
H A Dqoriq-sata2-1.dtsi32 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

12345678910>>...35