Searched refs:ediddata (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/ast/ |
A D | ast_dp.c | 10 int ast_astdp_read_edid(struct drm_device *dev, u8 *ediddata) in ast_astdp_read_edid() argument 69 *(ediddata) = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, in ast_astdp_read_edid() 71 *(ediddata + 1) = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xD9, in ast_astdp_read_edid() 73 *(ediddata + 2) = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xDA, in ast_astdp_read_edid() 75 *(ediddata + 3) = ast_get_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xDB, in ast_astdp_read_edid() 88 *(ediddata + 3) = *(ediddata + 3) + *(ediddata + 2); in ast_astdp_read_edid() 89 *(ediddata + 2) = 0; in ast_astdp_read_edid() 92 ediddata += 4; in ast_astdp_read_edid()
|
A D | ast_dp501.c | 275 bool ast_dp501_read_edid(struct drm_device *dev, u8 *ediddata) in ast_dp501_read_edid() argument 300 pEDIDidx = (u32 *)(ediddata + i); in ast_dp501_read_edid() 327 pEDIDidx = (u32 *)(ediddata + i); in ast_dp501_read_edid()
|
A D | ast_drv.h | 492 bool ast_dp501_read_edid(struct drm_device *dev, u8 *ediddata); 500 int ast_astdp_read_edid(struct drm_device *dev, u8 *ediddata);
|
Completed in 6 milliseconds