| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dsc/ |
| H A D | Makefile | 32 DSC = dc_dsc.o rc_calc.o rc_calc_dpi.o macro 34 AMD_DAL_DSC = $(addprefix $(AMDDALPATH)/dc/dsc/,$(DSC))
|
| H A D | dc_dsc.c | 46 if (timing->flags.DSC) { in dc_dsc_bandwidth_in_kbps_from_timing()
|
| /OK3568_Linux_fs/kernel/Documentation/ide/ |
| H A D | ide-tape.rst | 52 In order to maximize bus throughput, we currently use the DSC 55 DSC overlap method involves polling the tape's status register 56 for the DSC bit, and servicing the other device while the tape
|
| H A D | ChangeLog.ide-tape.1995-2002 | 30 * performing a long media access (DSC) request (such 43 * we just wait until we can by polling the DSC bit. 49 * While polling for DSC, the current request is 144 * Rewrote DSC handling. 148 * Ver 1.11 Dec 2 96 Bug fix in previous DSC timeout handling. 149 * Use ide_stall_queue() for DSC overlap.
|
| H A D | ChangeLog.ide-cd.1994-2004 | 134 * 4.03 Dec 04, 1996 -- Added DSC overlap support.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | zr364xx.rst | 84 0x0595 0x4343 Digitrex DSC 1300 88 0x0feb 0x2004 Packard Bell DSC-300
|
| H A D | gspca-cardlist.rst | 261 spca500 084d:0003 D-Link DSC-350
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_mst_types.c | 520 params[i].timing->flags.DSC = 1; in set_dsc_configs_from_fairness_vars() 533 params[i].timing->flags.DSC = 0; in set_dsc_configs_from_fairness_vars() 739 stream->timing.flags.DSC = 0; in compute_mst_dsc_configs_for_link() 865 if (stream->timing.flags.DSC == 1) in compute_mst_dsc_configs_for_state()
|
| H A D | amdgpu_dm.c | 4829 stream->timing.flags.DSC = 0; in create_stream_for_sink() 4853 stream->timing.flags.DSC = 1; in create_stream_for_sink() 4856 stream->timing.flags.DSC = 1; in create_stream_for_sink() 4858 if (stream->timing.flags.DSC && aconnector->dsc_settings.dsc_num_slices_h) in create_stream_for_sink() 4861 if (stream->timing.flags.DSC && aconnector->dsc_settings.dsc_num_slices_v) in create_stream_for_sink() 4864 if (stream->timing.flags.DSC && aconnector->dsc_settings.dsc_bits_per_pixel) in create_stream_for_sink() 5806 if (stream->timing.flags.DSC != 1) { in dm_update_mst_vcpi_slots_for_dsc()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_link_hwss.c | 519 if (!pipe_ctx->stream->timing.flags.DSC) in dp_set_dsc_enable() 543 if (!pipe_ctx->stream->timing.flags.DSC || !dsc) in dp_set_dsc_pps_sdp() 586 if (!pipe_ctx->stream->timing.flags.DSC) in dp_update_dsc_config()
|
| H A D | dc_link.c | 3226 if (pipe_ctx->stream->timing.flags.DSC) { in core_link_enable_stream() 3271 if (pipe_ctx->stream->timing.flags.DSC) { in core_link_enable_stream() 3354 if (pipe_ctx->stream->timing.flags.DSC) { in core_link_disable_stream() 3426 if (timing->flags.DSC) { in dc_bandwidth_in_kbps_from_timing()
|
| H A D | dc.c | 373 param.dsc_mode = pipe->stream->timing.flags.DSC ? 1:0; in dc_stream_configure_crc() 2247 uint32_t old_dsc_enabled = stream->timing.flags.DSC; in copy_stream_update_to_stream() 2258 stream->timing.flags.DSC = enable_dsc; in copy_stream_update_to_stream() 2261 stream->timing.flags.DSC = old_dsc_enabled; in copy_stream_update_to_stream()
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-evb1-lp4-v10-dsi-dsc-MV2100UZ1.dts | 14 model = "Rockchip RK3588 EVB1 LP4 V10 Board + DSI DSC PANEL MV2100UZ1 DISPLAY Ext Board";
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/ |
| H A D | dc_hw_types.h | 715 uint32_t DSC : 1; /* Use DSC with this timing */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_stream_encoder.c | 441 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in is_two_pixels_per_containter()
|
| H A D | dcn20_resource.c | 1782 if (result == DC_OK && dc_stream->timing.flags.DSC) in dcn20_add_stream_to_ctx() 1928 if (next_odm_pipe->stream->timing.flags.DSC == 1) { in dcn20_split_stream_for_odm() 2054 pipes[pipe_cnt].dout.dsc_enable = res_ctx->pipe_ctx[i].stream->timing.flags.DSC; 2203 if (res_ctx->pipe_ctx[i].stream->timing.flags.DSC) 2493 if (pipe_ctx->top_pipe || pipe_ctx->prev_odm_pipe || !stream || !stream->timing.flags.DSC)
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/freescale/ |
| H A D | fsl,scu.txt | 13 with the LSIO DSC IP bus. The SC firmware will communicate with this MU
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_optc.c | 1571 two_pix = two_pix || (timing->flags.DSC && timing->pixel_encoding == PIXEL_ENCODING_YCBCR422 in optc1_is_two_pixels_per_containter()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_resource.c | 1880 if (sec_pipe->stream->timing.flags.DSC == 1) { in dcn30_split_stream_for_mpc_or_odm()
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |
| /OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/ |
| H A D | yuv420_p352x288.yuv | 2046 …,.--..,**++-.++-,..------.-+,.--.142.*(--%"$%"#%$&$$'$#&$ !&(&$(% &/6DSC,=HMhufbgPEJPPF<51/'…
|