Searched refs:GRPH_DEPTH (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
A D | dce_mem_input.h | 182 SFB(blk, GRPH_CONTROL, GRPH_DEPTH, mask_sh),\ 207 SFB(blk, GRPH_CONTROL, GRPH_DEPTH, mask_sh),\ 357 type GRPH_DEPTH; \
|
A D | dce_mem_input.c | 620 GRPH_DEPTH, grph_depth, in program_grph_pixel_format()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | si_enums.h | 70 #define GRPH_DEPTH(x) (((x) & 0x3) << 0) macro
|
A D | dce_v6_0.c | 1858 fb_format = (GRPH_DEPTH(GRPH_DEPTH_8BPP) | in dce_v6_0_crtc_do_set_base() 1863 fb_format = (GRPH_DEPTH(GRPH_DEPTH_16BPP) | in dce_v6_0_crtc_do_set_base() 1871 fb_format = (GRPH_DEPTH(GRPH_DEPTH_16BPP) | in dce_v6_0_crtc_do_set_base() 1879 fb_format = (GRPH_DEPTH(GRPH_DEPTH_16BPP) | in dce_v6_0_crtc_do_set_base() 1886 fb_format = (GRPH_DEPTH(GRPH_DEPTH_16BPP) | in dce_v6_0_crtc_do_set_base() 1894 fb_format = (GRPH_DEPTH(GRPH_DEPTH_32BPP) | in dce_v6_0_crtc_do_set_base() 1902 fb_format = (GRPH_DEPTH(GRPH_DEPTH_32BPP) | in dce_v6_0_crtc_do_set_base() 1912 fb_format = (GRPH_DEPTH(GRPH_DEPTH_32BPP) | in dce_v6_0_crtc_do_set_base() 1922 fb_format = (GRPH_DEPTH(GRPH_DEPTH_32BPP) | in dce_v6_0_crtc_do_set_base()
|
A D | dce_v10_0.c | 1902 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 0); in dce_v10_0_crtc_do_set_base() 1907 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); in dce_v10_0_crtc_do_set_base() 1916 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); in dce_v10_0_crtc_do_set_base() 1925 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); in dce_v10_0_crtc_do_set_base() 1933 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); in dce_v10_0_crtc_do_set_base() 1942 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2); in dce_v10_0_crtc_do_set_base() 1951 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2); in dce_v10_0_crtc_do_set_base() 1962 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2); in dce_v10_0_crtc_do_set_base() 1973 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2); in dce_v10_0_crtc_do_set_base()
|
A D | dce_v11_0.c | 1944 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 0); in dce_v11_0_crtc_do_set_base() 1949 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); in dce_v11_0_crtc_do_set_base() 1958 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); in dce_v11_0_crtc_do_set_base() 1967 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); in dce_v11_0_crtc_do_set_base() 1975 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 1); in dce_v11_0_crtc_do_set_base() 1984 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2); in dce_v11_0_crtc_do_set_base() 1993 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2); in dce_v11_0_crtc_do_set_base() 2004 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2); in dce_v11_0_crtc_do_set_base() 2015 fb_format = REG_SET_FIELD(0, GRPH_CONTROL, GRPH_DEPTH, 2); in dce_v11_0_crtc_do_set_base()
|
/linux/drivers/gpu/drm/amd/display/dc/dce110/ |
A D | dce110_mem_input_v.c | 412 GRPH_DEPTH); in program_pixel_format()
|
Completed in 97 milliseconds