Subversion Repositories Kolibri OS

Rev

Rev 1268 | Rev 1313 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1268 Rev 1275
Line 141... Line 141...
141
            } else {
141
    } else {
142
        uint32_t  gpu_addr;
142
        uint32_t  gpu_addr;
143
 
143
 
Line 144... Line 144...
144
        WREG32(RADEON_CUR_HORZ_VERT_OFF,
144
        WREG32(RADEON_CUR_HORZ_VERT_OFF,
145
               (RADEON_CUR_LOCK | (hot_x << 16) | (hot_y << 16)));
145
               (RADEON_CUR_LOCK | (hot_x << 16) | hot_y ));
146
        WREG32(RADEON_CUR_HORZ_VERT_POSN,
146
        WREG32(RADEON_CUR_HORZ_VERT_POSN,
147
               (RADEON_CUR_LOCK | (x << 16) | y));
147
               (RADEON_CUR_LOCK | (x << 16) | y));
Line 148... Line 148...
148
 
148