Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 345625
b: refs/heads/master
c: 60a705a
h: refs/heads/master
i:
  345623: 561e9b0
v: v3
  • Loading branch information
Joonyoung Shim authored and Inki Dae committed Dec 14, 2012
1 parent 3b2feea commit 17d00ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1a4513b344fe1361ccb4936cf2c0526693297c33
refs/heads/master: 60a705a9f97b83b1daf03295bf123af84a46116a
6 changes: 1 addition & 5 deletions trunk/drivers/gpu/drm/exynos/exynos_drm_plane.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static const uint32_t formats[] = {
* CRTC ----------------
* ^ start ^ end
*
* There are six cases from a to b.
* There are six cases from a to f.
*
* <----- SCREEN ----->
* 0 last
Expand Down Expand Up @@ -104,16 +104,12 @@ int exynos_plane_mode_set(struct drm_plane *plane, struct drm_crtc *crtc,
if (crtc_x < 0) {
if (actual_w)
src_x -= crtc_x;
else
src_x += crtc_w;
crtc_x = 0;
}

if (crtc_y < 0) {
if (actual_h)
src_y -= crtc_y;
else
src_y += crtc_h;
crtc_y = 0;
}

Expand Down

0 comments on commit 17d00ee

Please sign in to comment.