Subversion Repositories Kolibri OS

Rev

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

Rev 1275 Rev 1313
Line 12... Line 12...
12
static void       __stdcall move_cursor_kms(cursor_t *cursor, int x, int y);
12
static void       __stdcall move_cursor_kms(cursor_t *cursor, int x, int y);
13
 
13
 
Line 14... Line 14...
14
int radeon_align_pitch(struct radeon_device *rdev, int width, int bpp, bool tiled);
14
int radeon_align_pitch(struct radeon_device *rdev, int width, int bpp, bool tiled);
Line -... Line 15...
-
 
15
 
-
 
16
void disable_mouse(void);
15
 
17
 
16
static void radeon_show_cursor_kms(struct drm_crtc *crtc)
18
static void radeon_show_cursor_kms(struct drm_crtc *crtc)
17
{
19
{
18
    struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc);
20
    struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc);
Line 367... Line 369...
367
        rdisplay->select_cursor  = select_cursor_kms;
369
        rdisplay->select_cursor  = select_cursor_kms;
368
        rdisplay->show_cursor    = NULL;
370
        rdisplay->show_cursor    = NULL;
369
        rdisplay->move_cursor    = move_cursor_kms;
371
        rdisplay->move_cursor    = move_cursor_kms;
370
        rdisplay->restore_cursor = restore_cursor;
372
        rdisplay->restore_cursor = restore_cursor;
371
 
373
        rdisplay->disable_mouse  = disable_mouse;
-
 
374
 
Line 372... Line 375...
372
        select_cursor_kms(rdisplay->cursor);
375
        select_cursor_kms(rdisplay->cursor);
373
        radeon_show_cursor_kms(rdisplay->crtc);
376
        radeon_show_cursor_kms(rdisplay->crtc);
374
    };
377
    };
375
    safe_sti(ifl);
378
    safe_sti(ifl);