mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	panel: simple: Add BOE NV133FHM-N61
The BOE NV133FHM-N61 panel is a 13.3" 1920x1080 eDP panel, add support for it in panel-simple. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> [add boe_nv133fhm_n61_modes in alphabetical order] Link: https://patchwork.freedesktop.org/patch/msgid/20200420215742.1927498-2-bjorn.andersson@linaro.org
This commit is contained in:
		
							parent
							
								
									1a8afd1ef4
								
							
						
					
					
						commit
						b0c664cc80
					
				
					 1 changed files with 33 additions and 0 deletions
				
			
		| 
						 | 
					@ -1172,6 +1172,36 @@ static const struct panel_desc boe_nv101wxmn51 = {
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					static const struct drm_display_mode boe_nv133fhm_n61_modes = {
 | 
				
			||||||
 | 
						.clock = 147840,
 | 
				
			||||||
 | 
						.hdisplay = 1920,
 | 
				
			||||||
 | 
						.hsync_start = 1920 + 48,
 | 
				
			||||||
 | 
						.hsync_end = 1920 + 48 + 32,
 | 
				
			||||||
 | 
						.htotal = 1920 + 48 + 32 + 200,
 | 
				
			||||||
 | 
						.vdisplay = 1080,
 | 
				
			||||||
 | 
						.vsync_start = 1080 + 3,
 | 
				
			||||||
 | 
						.vsync_end = 1080 + 3 + 6,
 | 
				
			||||||
 | 
						.vtotal = 1080 + 3 + 6 + 31,
 | 
				
			||||||
 | 
						.vrefresh = 60,
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					static const struct panel_desc boe_nv133fhm_n61 = {
 | 
				
			||||||
 | 
						.modes = &boe_nv133fhm_n61_modes,
 | 
				
			||||||
 | 
						.num_modes = 1,
 | 
				
			||||||
 | 
						.bpc = 8,
 | 
				
			||||||
 | 
						.size = {
 | 
				
			||||||
 | 
							.width = 300,
 | 
				
			||||||
 | 
							.height = 187,
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
 | 
						.delay = {
 | 
				
			||||||
 | 
							.hpd_absent_delay = 200,
 | 
				
			||||||
 | 
							.unprepare = 500,
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
 | 
						.bus_format = MEDIA_BUS_FMT_RGB888_1X24,
 | 
				
			||||||
 | 
						.bus_flags = DRM_BUS_FLAG_DATA_MSB_TO_LSB,
 | 
				
			||||||
 | 
						.connector_type = DRM_MODE_CONNECTOR_eDP,
 | 
				
			||||||
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static const struct drm_display_mode boe_nv140fhmn49_modes[] = {
 | 
					static const struct drm_display_mode boe_nv140fhmn49_modes[] = {
 | 
				
			||||||
	{
 | 
						{
 | 
				
			||||||
		.clock = 148500,
 | 
							.clock = 148500,
 | 
				
			||||||
| 
						 | 
					@ -3594,6 +3624,9 @@ static const struct of_device_id platform_of_match[] = {
 | 
				
			||||||
	}, {
 | 
						}, {
 | 
				
			||||||
		.compatible = "boe,nv101wxmn51",
 | 
							.compatible = "boe,nv101wxmn51",
 | 
				
			||||||
		.data = &boe_nv101wxmn51,
 | 
							.data = &boe_nv101wxmn51,
 | 
				
			||||||
 | 
						}, {
 | 
				
			||||||
 | 
							.compatible = "boe,nv133fhm-n61",
 | 
				
			||||||
 | 
							.data = &boe_nv133fhm_n61,
 | 
				
			||||||
	}, {
 | 
						}, {
 | 
				
			||||||
		.compatible = "boe,nv140fhmn49",
 | 
							.compatible = "boe,nv140fhmn49",
 | 
				
			||||||
		.data = &boe_nv140fhmn49,
 | 
							.data = &boe_nv140fhmn49,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue