Skip to content

Commit

Permalink
Fix FBIOPAN_DISPLAY ioctl
Browse files Browse the repository at this point in the history
  • Loading branch information
OtherCrashOverride committed Apr 7, 2015
1 parent 0164586 commit a9f09e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/amlogic/display/osd/osd_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -1484,8 +1484,9 @@ void osd_pan_display_hw(unsigned int xoffset, unsigned int yoffset,int index )
osd_hw.pandata[index].x_end += diff_x;
osd_hw.pandata[index].y_start += diff_y;
osd_hw.pandata[index].y_end += diff_y;
#if 0

add_to_update_list(index,DISP_GEOMETRY);
#if 0

#ifdef CONFIG_AM_FB_EXT
osd_ext_clone_pan(index);
Expand Down

0 comments on commit a9f09e0

Please sign in to comment.