Subversion Repositories Kolibri OS

Rev

Rev 6082 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6082 Rev 6936
Line 453... Line 453...
453
# define DP_EDP_12			    0x01
453
# define DP_EDP_12			    0x01
454
# define DP_EDP_13			    0x02
454
# define DP_EDP_13			    0x02
455
# define DP_EDP_14			    0x03
455
# define DP_EDP_14			    0x03
Line 456... Line 456...
456
 
456
 
-
 
457
#define DP_EDP_GENERAL_CAP_1		    0x701
-
 
458
# define DP_EDP_TCON_BACKLIGHT_ADJUSTMENT_CAP		(1 << 0)
-
 
459
# define DP_EDP_BACKLIGHT_PIN_ENABLE_CAP		(1 << 1)
-
 
460
# define DP_EDP_BACKLIGHT_AUX_ENABLE_CAP		(1 << 2)
-
 
461
# define DP_EDP_PANEL_SELF_TEST_PIN_ENABLE_CAP		(1 << 3)
-
 
462
# define DP_EDP_PANEL_SELF_TEST_AUX_ENABLE_CAP		(1 << 4)
-
 
463
# define DP_EDP_FRC_ENABLE_CAP				(1 << 5)
-
 
464
# define DP_EDP_COLOR_ENGINE_CAP			(1 << 6)
Line 457... Line 465...
457
#define DP_EDP_GENERAL_CAP_1		    0x701
465
# define DP_EDP_SET_POWER_CAP				(1 << 7)
-
 
466
 
-
 
467
#define DP_EDP_BACKLIGHT_ADJUSTMENT_CAP     0x702
-
 
468
# define DP_EDP_BACKLIGHT_BRIGHTNESS_PWM_PIN_CAP	(1 << 0)
-
 
469
# define DP_EDP_BACKLIGHT_BRIGHTNESS_AUX_SET_CAP	(1 << 1)
-
 
470
# define DP_EDP_BACKLIGHT_BRIGHTNESS_BYTE_COUNT		(1 << 2)
-
 
471
# define DP_EDP_BACKLIGHT_AUX_PWM_PRODUCT_CAP		(1 << 3)
-
 
472
# define DP_EDP_BACKLIGHT_FREQ_PWM_PIN_PASSTHRU_CAP	(1 << 4)
-
 
473
# define DP_EDP_BACKLIGHT_FREQ_AUX_SET_CAP		(1 << 5)
Line 458... Line 474...
458
 
474
# define DP_EDP_DYNAMIC_BACKLIGHT_CAP			(1 << 6)
-
 
475
# define DP_EDP_VBLANK_BACKLIGHT_UPDATE_CAP		(1 << 7)
Line 459... Line 476...
459
#define DP_EDP_BACKLIGHT_ADJUSTMENT_CAP     0x702
476
 
-
 
477
#define DP_EDP_GENERAL_CAP_2		    0x703
-
 
478
# define DP_EDP_OVERDRIVE_ENGINE_ENABLED		(1 << 0)
-
 
479
 
-
 
480
#define DP_EDP_GENERAL_CAP_3		    0x704    /* eDP 1.4 */
Line 460... Line 481...
460
 
481
# define DP_EDP_X_REGION_CAP_MASK			(0xf << 0)
-
 
482
# define DP_EDP_X_REGION_CAP_SHIFT			0
-
 
483
# define DP_EDP_Y_REGION_CAP_MASK			(0xf << 4)
-
 
484
# define DP_EDP_Y_REGION_CAP_SHIFT			4
-
 
485
 
-
 
486
#define DP_EDP_DISPLAY_CONTROL_REGISTER     0x720
Line 461... Line 487...
461
#define DP_EDP_GENERAL_CAP_2		    0x703
487
# define DP_EDP_BACKLIGHT_ENABLE			(1 << 0)
-
 
488
# define DP_EDP_BLACK_VIDEO_ENABLE			(1 << 1)
-
 
489
# define DP_EDP_FRC_ENABLE				(1 << 2)
-
 
490
# define DP_EDP_COLOR_ENGINE_ENABLE			(1 << 3)
-
 
491
# define DP_EDP_VBLANK_BACKLIGHT_UPDATE_ENABLE		(1 << 7)
-
 
492
 
-
 
493
#define DP_EDP_BACKLIGHT_MODE_SET_REGISTER  0x721
-
 
494
# define DP_EDP_BACKLIGHT_CONTROL_MODE_MASK		(3 << 0)
-
 
495
# define DP_EDP_BACKLIGHT_CONTROL_MODE_PWM		(0 << 0)
-
 
496
# define DP_EDP_BACKLIGHT_CONTROL_MODE_PRESET		(1 << 0)
-
 
497
# define DP_EDP_BACKLIGHT_CONTROL_MODE_DPCD		(2 << 0)
Line 462... Line 498...
462
 
498
# define DP_EDP_BACKLIGHT_CONTROL_MODE_PRODUCT		(3 << 0)
463
#define DP_EDP_GENERAL_CAP_3		    0x704    /* eDP 1.4 */
499
# define DP_EDP_BACKLIGHT_FREQ_PWM_PIN_PASSTHRU_ENABLE	(1 << 2)
Line 464... Line 500...
464
 
500
# define DP_EDP_BACKLIGHT_FREQ_AUX_SET_ENABLE		(1 << 3)