Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
location.x() -
(tile_property_->tile_size.width() * tile_property_->location.x()),
location.y() - (tile_property_->tile_size.height() *
tile_property_->location.y()));
Can you not use the `GetTileCrtcOffset` function you added in 8/12 for this?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
location.x() -
(tile_property_->tile_size.width() * tile_property_->location.x()),
location.y() - (tile_property_->tile_size.height() *
tile_property_->location.y()));
Can you not use the `GetTileCrtcOffset` function you added in 8/12 for this?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Code-Review | +1 |
coordinate must be transformed relative to the individial tiles'
"individial" is a possible misspelling of "individual".
Please fix.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
coordinate must be transformed relative to the individial tiles'
"individial" is a possible misspelling of "individual".
Please fix.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |
27 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[9/12] ozone/drm: Add proper cursor support for tiled displays
drmModeMoveCursor(), invoked by CrtcController, moves the cursor based
on CRTC's coordinates, rather than the planes. This means that in order
for the cursor to show up on the display accurately, the cursor
coordinate must be transformed relative to the individual tiles'
location.
This transformation will ensure that only one tile has a cursor within
its CRTC bounds.
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. | Gerrit |