/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_test.c | 51 DRM_ERROR("Unknown copy method\n"); in radeon_do_test_moves() 65 DRM_ERROR("Failed to allocate %d pointers\n", n); in radeon_do_test_moves() 73 DRM_ERROR("Failed to create VRAM object\n"); in radeon_do_test_moves() 81 DRM_ERROR("Failed to pin VRAM object\n"); in radeon_do_test_moves() 94 DRM_ERROR("Failed to create GTT object %d\n", i); in radeon_do_test_moves() 103 DRM_ERROR("Failed to pin GTT object %d\n", i); in radeon_do_test_moves() 109 DRM_ERROR("Failed to map GTT object %d\n", i); in radeon_do_test_moves() 129 DRM_ERROR("Failed GTT->VRAM copy %d\n", i); in radeon_do_test_moves() 136 DRM_ERROR("Failed to wait for GTT->VRAM fence %d\n", i); in radeon_do_test_moves() 144 DRM_ERROR("Faile in radeon_do_test_moves() [all...] |
H A D | r600_cs.c | 721 DRM_ERROR("streamout %d bo too small: 0x%llx, 0x%lx\n", in r600_cs_track_check() 844 DRM_ERROR("vline wait missing WAIT_REG_MEM segment\n"); in r600_cs_common_vline_parse() 851 DRM_ERROR("vline WAIT_REG_MEM waiting on MEM instead of REG\n"); in r600_cs_common_vline_parse() 856 DRM_ERROR("vline WAIT_REG_MEM waiting on PFP instead of ME\n"); in r600_cs_common_vline_parse() 861 DRM_ERROR("vline WAIT_REG_MEM function not equal\n"); in r600_cs_common_vline_parse() 865 DRM_ERROR("vline WAIT_REG_MEM bad reg\n"); in r600_cs_common_vline_parse() 870 DRM_ERROR("vline WAIT_REG_MEM bad bit mask\n"); in r600_cs_common_vline_parse() 889 DRM_ERROR("cannot find crtc %d\n", crtc_id); in r600_cs_common_vline_parse() 910 DRM_ERROR("unknown crtc reloc\n"); in r600_cs_common_vline_parse() 926 DRM_ERROR("N in r600_packet0_check() [all...] |
H A D | evergreen_cs.c | 954 DRM_ERROR("streamout %d bo too small: 0x%llx, 0x%lx\n", in evergreen_cs_track_check() 1059 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in evergreen_packet0_check() 1798 DRM_ERROR("bad SET PREDICATION\n"); in evergreen_packet3_check() 1810 DRM_ERROR("bad SET PREDICATION operation %d\n", pred_op); in evergreen_packet3_check() 1816 DRM_ERROR("bad SET PREDICATION\n"); in evergreen_packet3_check() 1830 DRM_ERROR("bad CONTEXT_CONTROL\n"); in evergreen_packet3_check() 1838 DRM_ERROR("bad INDEX_TYPE/NUM_INSTANCES/CLEAR_STATE\n"); in evergreen_packet3_check() 1844 DRM_ERROR("bad PACKET3_DEALLOC_STATE\n"); in evergreen_packet3_check() 1848 DRM_ERROR("bad INDEX_TYPE/NUM_INSTANCES/CLEAR_STATE\n"); in evergreen_packet3_check() 1857 DRM_ERROR("ba in evergreen_packet3_check() [all...] |
H A D | radeon_uvd.c | 268 DRM_ERROR("Error destroying UVD (%d)!\n", r); in radeon_uvd_suspend() 342 DRM_ERROR("Error destroying UVD (%d)!\n", r); in radeon_uvd_free_handles() 423 DRM_ERROR("UVD codec not handled %d!\n", stream_type); in radeon_uvd_cs_msg_decode() 428 DRM_ERROR("Invalid UVD decoding target pitch!\n"); in radeon_uvd_cs_msg_decode() 433 DRM_ERROR("Invalid dpb_size in UVD message (%d / %d)!\n", in radeon_uvd_cs_msg_decode() 460 DRM_ERROR("UVD codec not supported by hardware %d!\n", in radeon_uvd_validate_codec() 475 DRM_ERROR("UVD messages must be 64 byte aligned!\n"); in radeon_uvd_cs_msg() 481 DRM_ERROR("Failed mapping the UVD message (%d)!\n", r); in radeon_uvd_cs_msg() 492 DRM_ERROR("Invalid UVD handle!\n"); in radeon_uvd_cs_msg() 509 DRM_ERROR("Handl in radeon_uvd_cs_msg() [all...] |
H A D | radeon_vce.c | 328 DRM_ERROR("Error destroying VCE handle (%d)!\n", r); in radeon_vce_free_handles() 355 DRM_ERROR("radeon: failed to get ib (%d).\n", r); in radeon_vce_get_create_msg() 391 DRM_ERROR("radeon: failed to schedule ib (%d).\n", r); in radeon_vce_get_create_msg() 422 DRM_ERROR("radeon: failed to get ib (%d).\n", r); in radeon_vce_get_destroy_msg() 448 DRM_ERROR("radeon: failed to schedule ib (%d).\n", r); in radeon_vce_get_destroy_msg() 482 DRM_ERROR("Relocs at %d after relocations chunk end %d !\n", in radeon_vce_cs_reloc() 496 DRM_ERROR("invalid reloc offset %llX!\n", offset); in radeon_vce_cs_reloc() 500 DRM_ERROR("buffer to small (%d / %d)!\n", in radeon_vce_cs_reloc() 529 DRM_ERROR("VCE handle collision detected!\n"); in radeon_vce_validate_handle() 546 DRM_ERROR("N in radeon_vce_validate_handle() [all...] |
H A D | radeon_cs.c | 112 DRM_ERROR("gem object lookup failed 0x%x\n", in radeon_cs_parser_relocs() 151 DRM_ERROR("RADEON_GEM_DOMAIN_CPU is not valid " in radeon_cs_parser_relocs() 165 DRM_ERROR("Only RADEON_GEM_DOMAIN_GTT is " in radeon_cs_parser_relocs() 179 DRM_ERROR("BO associated with dma-buf cannot " in radeon_cs_parser_relocs() 211 DRM_ERROR("unknown ring id: %d\n", ring); in radeon_cs_get_ring() 369 DRM_ERROR("VM not active on asic!\n"); in radeon_cs_parser_init() 379 DRM_ERROR("Ring %d requires VM!\n", p->ring); in radeon_cs_parser_init() 384 DRM_ERROR("VM not supported on ring %d!\n", in radeon_cs_parser_init() 478 DRM_ERROR("Invalid command stream !\n"); in radeon_cs_ib_chunk() 485 DRM_ERROR("Faile in radeon_cs_ib_chunk() [all...] |
H A D | uvd_v1_0.c | 182 DRM_ERROR("radeon: ring failed to lock UVD ring (%d).\n", r); in uvd_v1_0_init() 341 DRM_ERROR("UVD not responding, trying to reset the VCPU!!!\n"); in uvd_v1_0_start() 350 DRM_ERROR("UVD not responding, giving up!!!\n"); in uvd_v1_0_start() 430 DRM_ERROR("radeon: cp failed to lock ring %d (%d).\n", in uvd_v1_0_ring_test() 448 DRM_ERROR("radeon: ring %d test failed (0x%08X)\n", in uvd_v1_0_ring_test() 510 DRM_ERROR("radeon: failed to raise UVD clocks (%d).\n", r); in uvd_v1_0_ib_test() 516 DRM_ERROR("radeon: failed to get create msg (%d).\n", r); in uvd_v1_0_ib_test() 522 DRM_ERROR("radeon: failed to get destroy ib (%d).\n", r); in uvd_v1_0_ib_test() 529 DRM_ERROR("radeon: fence wait failed (%d).\n", r); in uvd_v1_0_ib_test() 532 DRM_ERROR("radeo in uvd_v1_0_ib_test() [all...] |
H A D | r100.c | 291 DRM_ERROR("Requested mode for not defined action\n"); in r100_pm_get_dynpm_state() 928 DRM_ERROR("radeon: moving bo (%d) asking for %u dw.\n", r, ndw); in r100_copy_blit() 1076 DRM_ERROR("Unsupported Radeon family %u\n", rdev->family); in r100_cp_init_microcode() 1158 DRM_ERROR("Failed to load firmware!\n"); in r100_cp_init() 1243 DRM_ERROR("radeon: cp isn't working (%d).\n", r); in r100_cp_init() 1253 DRM_ERROR("failed to get scratch reg for rptr save (%d).\n", r); in r100_cp_init() 1263 DRM_ERROR("Wait for CP idle timeout, shutting down CP.\n"); in r100_cp_fini() 1301 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r100_reloc_pitch_offset() 1316 DRM_ERROR("Cannot src blit from microtiled surface\n"); in r100_reloc_pitch_offset() 1345 DRM_ERROR("Onl in r100_packet3_load_vbpntr() [all...] |
H A D | radeon_ucode.c | 63 DRM_ERROR("Unknown MC ucode version: %u.%u\n", version_major, version_minor); in radeon_ucode_print_mc_hdr() 81 DRM_ERROR("Unknown SMC ucode version: %u.%u\n", version_major, version_minor); in radeon_ucode_print_smc_hdr() 102 DRM_ERROR("Unknown GFX ucode version: %u.%u\n", version_major, version_minor); in radeon_ucode_print_gfx_hdr() 129 DRM_ERROR("Unknown RLC ucode version: %u.%u\n", version_major, version_minor); in radeon_ucode_print_rlc_hdr() 152 DRM_ERROR("Unknown SDMA ucode version: %u.%u\n", in radeon_ucode_print_sdma_hdr()
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | mes_userqueue.c | 39 DRM_ERROR("Failed to reserve bo. ret %d\n", ret); in mes_userq_map_gtt_bo_to_gart() 45 DRM_ERROR("Failed to bind bo to GART. ret %d\n", ret); in mes_userq_map_gtt_bo_to_gart() 79 DRM_ERROR("Failed to lookup wptr bo\n"); in mes_userq_create_wptr_mapping() 85 DRM_ERROR("Requested GART mapping for wptr bo larger than one page\n"); in mes_userq_create_wptr_mapping() 91 DRM_ERROR("Failed to map wptr bo to GART\n"); in mes_userq_create_wptr_mapping() 151 DRM_ERROR("Failed to map queue in HW, err (%d)\n", r); in mes_userq_map() 175 DRM_ERROR("Failed to unmap queue in HW, err (%d)\n", r); in mes_userq_unmap() 194 DRM_ERROR("Failed to allocate ctx space bo for userqueue, err:%d\n", r); in mes_userq_create_ctx_space() 214 DRM_ERROR("Failed to allocate memory for userq_props\n"); in mes_userq_mqd_create() 220 DRM_ERROR("Invali in mes_userq_mqd_create() [all...] |
H A D | amdgpu_ring_mux.c | 62 DRM_ERROR("no more data copied from sw ring\n"); in amdgpu_ring_mux_copy_pkt_from_sw_ring() 95 DRM_ERROR("%s no low priority ring found\n", __func__); in amdgpu_mux_resubmit_chunks() 143 DRM_ERROR("reschedule resubmit\n"); in amdgpu_mux_resubmit_fallback() 165 DRM_ERROR("create amdgpu_mux_chunk cache failed\n"); in amdgpu_ring_mux_init() 200 DRM_ERROR("add sw ring exceeding max entry size\n"); in amdgpu_ring_mux_add_sw_ring() 224 DRM_ERROR("cannot find entry for sw ring\n"); in amdgpu_ring_mux_set_wptr() 259 DRM_ERROR("cannot find entry for sw ring\n"); in amdgpu_ring_mux_get_wptr() 289 DRM_ERROR("no sw entry found!\n"); in amdgpu_ring_mux_get_rptr() 444 DRM_ERROR("cannot find entry!\n"); in amdgpu_ring_mux_start_ib() 450 DRM_ERROR("allo in amdgpu_ring_mux_start_ib() [all...] |
H A D | amdgpu_uvd.c | 301 DRM_ERROR("POLARIS10/11 UVD firmware version %u.%u is too old.\n", in amdgpu_uvd_sw_init() 414 DRM_ERROR("Failed setting up UVD kernel entity.\n"); in amdgpu_uvd_entity_init() 534 DRM_ERROR("Error destroying UVD %d!\n", r); in amdgpu_uvd_free_handles() 590 DRM_ERROR("Can't find BO for addr 0x%08llx\n", addr); in amdgpu_uvd_cs_pass1() 783 DRM_ERROR("UVD codec not handled %d!\n", stream_type); in amdgpu_uvd_cs_msg_decode() 788 DRM_ERROR("Invalid UVD decoding target pitch!\n"); in amdgpu_uvd_cs_msg_decode() 793 DRM_ERROR("Invalid dpb_size in UVD message (%d / %d)!\n", in amdgpu_uvd_cs_msg_decode() 826 DRM_ERROR("UVD messages must be 64 byte aligned!\n"); in amdgpu_uvd_cs_msg() 832 DRM_ERROR("Failed mapping the UVD) message (%ld)!\n", r); in amdgpu_uvd_cs_msg() 843 DRM_ERROR("Invali in amdgpu_uvd_cs_msg() [all...] |
/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_link.c | 108 DRM_ERROR("failed to read test_audio_period (0x%x)\n", addr); in msm_dp_link_get_period() 116 DRM_ERROR("invalid test_audio_period_ch_1 = 0x%x\n", data); in msm_dp_link_get_period() 201 DRM_ERROR("failed to read link audio mode. rlen=%zd\n", rlen); in msm_dp_link_parse_audio_pattern_type() 207 DRM_ERROR("invalid audio pattern type = 0x%x\n", data); in msm_dp_link_parse_audio_pattern_type() 230 DRM_ERROR("failed to read link audio mode. rlen=%zd\n", rlen); in msm_dp_link_parse_audio_mode() 237 DRM_ERROR("sampling rate (0x%x) greater than max (0x%x)\n", in msm_dp_link_parse_audio_mode() 246 DRM_ERROR("channel_count (0x%x) greater than max (0x%x)\n", in msm_dp_link_parse_audio_mode() 323 DRM_ERROR("failed to read 0x%x\n", addr); in msm_dp_link_parse_timing_params1() 345 DRM_ERROR("failed to read 0x%x\n", addr); in msm_dp_link_parse_timing_params2() 364 DRM_ERROR("faile in msm_dp_link_parse_timing_params3() [all...] |
/linux/drivers/gpu/drm/bridge/analogix/ |
H A D | analogix-anx6345.c | 136 DRM_ERROR("Failed to read DPCD: %d\n", err); in anx6345_dp_link_training() 204 DRM_ERROR("Failed to configure link: %d\n", err); in anx6345_dp_link_training() 285 DRM_ERROR("Failed to enable dvdd12 regulator: %d\n", in anx6345_poweron() 295 DRM_ERROR("Failed to enable dvdd25 regulator: %d\n", in anx6345_poweron() 331 DRM_ERROR("Failed to disable dvdd25 regulator: %d\n", in anx6345_poweroff() 340 DRM_ERROR("Failed to disable dvdd12 regulator: %d\n", in anx6345_poweroff() 364 DRM_ERROR("Failed eDP transmitter initialization: %d\n", err); in anx6345_start() 371 DRM_ERROR("Failed link training: %d\n", err); in anx6345_start() 413 DRM_ERROR("Get sink count failed %d\n", err); in anx6345_get_downstream_info() 418 DRM_ERROR("Downstrea in anx6345_get_downstream_info() [all...] |
H A D | analogix-anx78xx.c | 478 DRM_ERROR("Failed to enable DVDD10 regulator: %d\n", in anx78xx_poweron() 520 DRM_ERROR("Failed to disable DVDD10 regulator: %d\n", in anx78xx_poweroff() 543 DRM_ERROR("Failed to enable interrupts: %d\n", err); in anx78xx_start() 549 DRM_ERROR("Failed receiver initialization: %d\n", err); in anx78xx_start() 555 DRM_ERROR("Failed transmitter initialization: %d\n", err); in anx78xx_start() 568 DRM_ERROR("Failed SlimPort transmitter initialization: %d\n", err); in anx78xx_start() 583 DRM_ERROR("DVDD10 regulator not found\n"); in anx78xx_init_pdata() 649 DRM_ERROR("Failed to read DPCD: %d\n", err); in anx78xx_dp_link_training() 711 DRM_ERROR("Failed to configure link: %d\n", err); in anx78xx_dp_link_training() 750 DRM_ERROR("Faile in anx78xx_send_video_infoframe() [all...] |
/linux/drivers/gpu/drm/tegra/ |
H A D | dp.c | 199 DRM_ERROR("unsupported eDP version: %02x\n", value); in drm_dp_link_probe() 273 DRM_ERROR("failed to configure DP link: %d\n", err); in drm_dp_link_configure() 409 DRM_ERROR("failed to apply link training: %d\n", err); in drm_dp_link_apply_training() 424 DRM_ERROR("failed to set training parameters: %d\n", err); in drm_dp_link_apply_training() 438 DRM_ERROR("failed to set post-cursor: %d\n", err); in drm_dp_link_apply_training() 451 DRM_ERROR("failed to set training pattern: %d\n", err); in drm_dp_link_apply_training() 491 DRM_ERROR("failed to read post_cursor2: %d\n", err); in drm_dp_link_get_adjustments() 541 DRM_ERROR("failed to read link status: %d\n", err); in drm_dp_link_recover_clock() 564 DRM_ERROR("failed to recover clock: %d\n", err); in drm_dp_link_clock_recovery() 591 DRM_ERROR("faile in drm_dp_link_equalize_channel() [all...] |
/linux/drivers/gpu/drm/sti/ |
H A D | sti_compositor.c | 94 DRM_ERROR("Unknown subdev component type\n"); in sti_compositor_bind() 118 DRM_ERROR("Can't create CURSOR plane\n"); in sti_compositor_bind() 129 DRM_ERROR("Can't create GDP plane\n"); in sti_compositor_bind() 134 DRM_ERROR("Unknown subdev component type\n"); in sti_compositor_bind() 184 DRM_ERROR("Failed to allocate compositor context\n"); in sti_compositor_probe() 198 DRM_ERROR("Register mapping failed\n"); in sti_compositor_probe() 205 DRM_ERROR("Cannot get compo_main clock\n"); in sti_compositor_probe() 211 DRM_ERROR("Cannot get compo_aux clock\n"); in sti_compositor_probe() 217 DRM_ERROR("Cannot get pix_main clock\n"); in sti_compositor_probe() 223 DRM_ERROR("Canno in sti_compositor_probe() [all...] |
H A D | sti_hdmi.c | 331 DRM_ERROR("unsupported infoframe slot: %#x\n", slot); in hdmi_infoframe_reset() 398 DRM_ERROR("unsupported infoframe type: %#x\n", *ptr); in hdmi_infoframe_write_infopack() 456 DRM_ERROR("failed to setup AVI infoframe: %d\n", ret); in hdmi_avi_infoframe_config() 467 DRM_ERROR("failed to pack AVI infoframe: %d\n", ret); in hdmi_avi_infoframe_config() 500 DRM_ERROR("failed to pack audio infoframe: %d\n", ret); in hdmi_audio_infoframe_config() 550 DRM_ERROR("failed to pack VS infoframe: %d\n", ret); in hdmi_vendor_infoframe_config() 877 DRM_ERROR("ERROR: Unsupported number of channels (%d)!\n", in hdmi_audio_configure() 898 DRM_ERROR("Failed to prepare/enable hdmi_pix clk\n"); in sti_hdmi_pre_enable() 900 DRM_ERROR("Failed to prepare/enable hdmi_tmds clk\n"); in sti_hdmi_pre_enable() 902 DRM_ERROR("Faile in sti_hdmi_pre_enable() [all...] |
H A D | sti_crtc.c | 78 DRM_ERROR("Cannot set rate (%dHz) for pix clk\n", rate); in sti_crtc_mode_set() 82 DRM_ERROR("Failed to prepare/enable pix clk\n"); in sti_crtc_mode_set() 89 DRM_ERROR("Can't set active video area\n"); in sti_crtc_mode_set() 161 DRM_ERROR("Cannot set plane %s depth\n", in sti_crtc_atomic_flush() 167 DRM_ERROR("Cannot enable plane %s at mixer\n", in sti_crtc_atomic_flush() 185 DRM_ERROR("Cannot disable plane %s at mixer\n", in sti_crtc_atomic_flush() 256 DRM_ERROR("unknown event: %lu\n", event); in sti_crtc_vblank_cb() 293 DRM_ERROR("Cannot register VTG notifier\n"); in sti_crtc_enable_vblank() 358 DRM_ERROR("Can't initialize CRTC\n"); in sti_crtc_init()
|
/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_dev.c | 115 DRM_ERROR("get pxclk for pipeline %d failed!\n", pipe->id); in komeda_parse_pipe_dt() 143 DRM_ERROR("could not get IRQ number.\n"); in komeda_parse_dt() 168 DRM_ERROR("Pipeline-%d doesn't have a DT node.\n", in komeda_parse_dt() 200 DRM_ERROR("Map register space failed.\n"); in komeda_dev_create() 208 DRM_ERROR("Get engine clk failed.\n"); in komeda_dev_create() 218 DRM_ERROR("Failed to identify the HW.\n"); in komeda_dev_create() 232 DRM_ERROR("enumerate display resource failed.\n"); in komeda_dev_create() 238 DRM_ERROR("parse device tree failed.\n"); in komeda_dev_create() 244 DRM_ERROR("assemble display pipelines failed.\n"); in komeda_dev_create() 258 DRM_ERROR("creat in komeda_dev_create() [all...] |
/linux/drivers/gpu/drm/vkms/ |
H A D | vkms_output.c | 42 DRM_ERROR("Failed to allocate CRTC\n"); in vkms_output_init() 50 DRM_ERROR("Failed to init writeback connector\n"); in vkms_output_init() 70 DRM_ERROR("Failed to allocate encoder\n"); in vkms_output_init() 76 DRM_ERROR("Failed to init encoder\n"); in vkms_output_init() 92 DRM_ERROR("Failed to init connector\n"); in vkms_output_init() 102 DRM_ERROR("Failed to attach connector to encoder\n"); in vkms_output_init()
|
/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_gem_submit.c | 68 DRM_ERROR("invalid flags: %x\n", bo->flags); in submit_lookup_objects() 76 DRM_ERROR("invalid softpin address\n"); in submit_lookup_objects() 88 DRM_ERROR("invalid handle %u at index %u\n", in submit_lookup_objects() 137 DRM_ERROR("BO at index %u already on submit list\n", in submit_lock_objects() 247 DRM_ERROR("invalid buffer index: %u (out of %u)\n", in submit_bo() 276 DRM_ERROR("invalid reloc flags\n"); in submit_reloc() 281 DRM_ERROR("non-aligned reloc offset: %u\n", in submit_reloc() 291 DRM_ERROR("invalid offset %u at reloc %u\n", off, i); in submit_reloc() 300 DRM_ERROR("relocation %u outside object\n", i); in submit_reloc() 328 DRM_ERROR("perfmo in submit_perfmon_validate() [all...] |
/linux/drivers/gpu/drm/bridge/ |
H A D | nxp-ptn3460.c | 57 DRM_ERROR("Failed to send i2c command, ret=%d\n", ret); in ptn3460_read_bytes() 63 DRM_ERROR("Failed to recv i2c data, ret=%d\n", ret); in ptn3460_read_bytes() 81 DRM_ERROR("Failed to send i2c command, ret=%d\n", ret); in ptn3460_write_byte() 97 DRM_ERROR("Failed to transfer EDID to sram, ret=%d\n", ret); in ptn3460_select_edid() 107 DRM_ERROR("Failed to write EDID value, ret=%d\n", ret); in ptn3460_select_edid() 137 DRM_ERROR("Select EDID failed ret=%d\n", ret); in ptn3460_pre_enable() 170 DRM_ERROR("Failed to allocate EDID\n"); in ptn3460_edid_read() 236 DRM_ERROR("Failed to initialize connector with drm\n"); in ptn3460_bridge_attach() 292 DRM_ERROR("cannot get gpio_rst_n %d\n", ret); in ptn3460_probe()
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_hdcp_helper.c | 92 DRM_ERROR("Invalid blob length\n"); in drm_hdcp_parse_hdcp1_srm() 108 DRM_ERROR("Invalid blob length or vrl length\n"); in drm_hdcp_parse_hdcp1_srm() 117 DRM_ERROR("No vrl found\n"); in drm_hdcp_parse_hdcp1_srm() 130 DRM_ERROR("Out of Memory\n"); in drm_hdcp_parse_hdcp1_srm() 153 DRM_ERROR("Invalid blob length\n"); in drm_hdcp_parse_hdcp2_srm() 171 DRM_ERROR("Invalid blob length or vrl length\n"); in drm_hdcp_parse_hdcp2_srm() 180 DRM_ERROR("No vrl found\n"); in drm_hdcp_parse_hdcp2_srm() 193 DRM_ERROR("Out of Memory\n"); in drm_hdcp_parse_hdcp2_srm()
|
/linux/drivers/gpu/drm/hisilicon/kirin/ |
H A D | kirin_drm_drv.c | 52 DRM_ERROR("no port node found in %pOF\n", dev->dev->of_node); in kirin_drm_crtc_init() 61 DRM_ERROR("failed to init crtc.\n"); in kirin_drm_crtc_init() 81 DRM_ERROR("fail to init plane, ch=%d\n", 0); in kirin_drm_plane_init() 116 DRM_ERROR("failed to alloc kirin_drm_private\n"); in kirin_drm_private_init() 122 DRM_ERROR("failed to initialize kirin_priv hw ctx\n"); in kirin_drm_private_init() 178 DRM_ERROR("failed to bind all component.\n"); in kirin_drm_kms_init() 185 DRM_ERROR("failed to initialize vblank.\n"); in kirin_drm_kms_init()
|