Subversion Repositories Kolibri OS

Rev

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

Rev 1412 Rev 1430
Line 25... Line 25...
25
 *
25
 *
26
 * Authors:
26
 * Authors:
27
 *      Dave Airlie 
27
 *      Dave Airlie 
28
 *      Jesse Barnes 
28
 *      Jesse Barnes 
29
 */
29
 */
-
 
30
#include 
30
//#include 
31
//#include 
31
#include 
32
#include 
32
#include "drmP.h"
33
#include "drmP.h"
33
#include "drm_crtc.h"
34
#include "drm_crtc.h"
34
#include "drm_fb_helper.h"
35
#include "drm_fb_helper.h"
35
#include "drm_crtc_helper.h"
36
#include "drm_crtc_helper.h"
Line 36... Line 37...
36
 
37
 
37
//MODULE_AUTHOR("David Airlie, Jesse Barnes");
38
MODULE_AUTHOR("David Airlie, Jesse Barnes");
38
//MODULE_DESCRIPTION("DRM KMS helper");
39
MODULE_DESCRIPTION("DRM KMS helper");
Line 39... Line 40...
39
//MODULE_LICENSE("GPL and additional rights");
40
MODULE_LICENSE("GPL and additional rights");
Line 40... Line 41...
40
 
41
 
41
static LIST_HEAD(kernel_fb_helper_list);
42
static LIST_HEAD(kernel_fb_helper_list);
Line 478... Line 479...
478
	struct drm_crtc *crtc;
479
	struct drm_crtc *crtc;
479
	int ret;
480
	int ret;
480
	int i;
481
	int i;
Line 481... Line 482...
481
 
482
 
482
	if (var->pixclock != 0) {
483
	if (var->pixclock != 0) {
483
		DRM_ERROR("PIXEL CLCOK SET\n");
484
		DRM_ERROR("PIXEL CLOCK SET\n");
484
		return -EINVAL;
485
		return -EINVAL;
Line 485... Line 486...
485
	}
486
	}