mtk chipset

Alibabacloud.com offers a wide variety of articles about mtk chipset, easily find your mtk chipset information here online.

MTK platform LCD driver framework (2)

------------ disp_drv.c ----------------- FBI = framebuffer_alloc (sizeof (struct mtkfb_device), Dev); // 1. Assign the FBI struct: the FBI is the fb_info struct/********. The next call is closely related to the driver file provided by MTK *********/disp_init disp_drv_init_context disp_detectdevice disp_drv_get_lcm_driver // obtain the lcm_driver struct function if (lcm_count = 1) // there is only one DRV. In the lcm_driver_list of mt65xx_lcm_list.c,

MTK LCM Drive Porting

", //device name. Set_util_funcs = Lcm_set_util_ Funcs, //Get lcm_driver structure. Get_params = lcm_get_params, //Get LCM parameters. init = lcm_init, // LCM initialization function. suspend = lcm_suspend, //lcm hangs. Resume = lcm_resume, //lcm restore. compare_id = lcm_ COMPARE_ID, //device ID match};The above function interface is for several important interfaces in the MTK framework;/* Get the LCM

How does MTK platform locate the problem of drawing anomalies such as flower screen and interface confusion?

analysis of the results of the previous investigation, otherwise, we still need your company to arrange for testers to take the time to reproduce, and then follow the steps to capture the information we need, which greatly reduces the efficiency of both sides, So this FAQ is to reduce the workload of both sides. is to display the relevant flowchart:[Solution]in the following 3 large check steps, please follow each step of the operation to do the troubleshooting; If you have a location to a prob

Problems detected by an LED flashing problem in the MTK led driver

Today according to the latest demand to the LED light flashing frequency changes, the default 2000ms to 10000ms, but after the change did not produce the expected effect, but into a constant, baffled its solution, and finally read the fucking code, from the top layer , all the way to chase down, finally found the problem, the following directly on the MTK led driver code:#define PMIC_PERIOD_NUM 9//* PERIOD, ex:0.01 Hz-0.01 * (1int pmic_period_array[]

MTK MT6735 platform Debug camera driver record

determines the name used by the macro. These names are used in the code.Project-related DWS files are in the KERNEL-3.10\DRIVERS\MISC\MEDIATEK\MACH\MT6735\K35V1_64_OP01Q_PRE\DCT\DCT directory.Effect file in Vendor directory: vendor/mediate/proprietary/custom/mt6735/hal/d1/imgsensor/Adding drivers requires kd_sensorlist.h to add information to the file. Such asFile in DirectoryThe front and back information in MTK needs to be kernel-3.10\arch\arm64\co

MTK audio/video playback method summary

I. Video Playback 1) create a play_window_layer 2) The play_window_layer address buffer is used as the decoder output address, generally rgb565. (Yuv422 can also be directly output in the new version. You need to call gdi_layer_set_color_format (gdi_color_format_uyvy422) to set it to screen flushing by yuv422 .) 3) after each frame is decoded, call gdi_layer_blt_previous to fl the screen. Or you can use the write Register Method to screen more quickly. For more information, see start_ LCD _tr

MTK platform timer Message Processing Mechanism

is the callback function passed to L4StartTimer as a parameter. Because MTK is encapsulated, the internal callback trigger process is specific. I cannot know, but according to the speculation, it should be at the scheduled time, send the message in the form of interruption (MSG_ID_TIMER_EXPIRY), and write it to the MMI loop queue. This function may be called in L4CallBackTimer. The functions of L4CallBackTimer are as follows: A. Reset the currentTime

MTK platform software usage and problem solving (1)

MTK platform softwareHow to Use and solve problems is the content to be introduced in this article, mainly to understand and learnMTK platform softwareApplications and solutions to some common problemsMTK platform softwareFor more information, see this document. Press * #220807 # No Response Mobile Phone Number * #220807 # solution to failing to enter the program list Many oil companies say that the machine is blocked, so that they cannot see the Star

Port MTK SDK to OpenWrt

Overview Tarball MediaTek_ApSoC_SDK_4300_20140916.tar.bz2, assuming this obsoletes mtk_ralink_apsoc_sdk_4210_20140326. TAR.BZ2, yes? issues Do we really not need to run make DEP? Installing Toolchains Unload MTK SDK tarball, install relevant toolchains under/opt:buildroot-gcc342 buildroot-gcc463 Activate 3.10.14 ke Rnel for MT7620 In Config/mkconfig (line 107), change: echo "elif [\ $CONFIG _defaults_ralink_mt7620 = \" Y\ "]; Then " echo" Define_bool

MTK Android Built-in Nginx server method

push, enter ADB shell test runADB shellNginx-c/system/etc/nginx/conf/nginx.confTips[Email protected]:/# nginx-c/system/etc/nginx/conf/nginx.congNginx: [alert] could not open error log file:open () "/data/data/android.nginx/logs/error.log" failed (2:no such file or Directory2013/01/01 08:55:24 [Emerg] 3592#0:open () "/system/etc/nginx/conf/nginx.cong" failed (2:no such file or directory)We need to build android.nginx/logs under/data/data/.ADB shellcd/data/data/mkdir Android.nginxCD Android.nginx

Implementation of MTK Elian (SmartLink) under WIN32

TYPE_ID_AM\n"); ret = elianPut(handle, TYPE_ID_AM,(char*)authmode,1); printf("Set TYPE_ID_SSID ret=%d\n", ret); ret = elianPut(handle, TYPE_ID_SSID,"Rookie", strlen("Rookie")); printf("Set TYPE_ID_PWD ret=%d\n", ret); ret = elianPut(handle, TYPE_ID_PWD,"123123123", strlen("123123123")); printf("Set TYPE_ID_CUST ret=%d\n", ret); ret = elianPut(handle, TYPE_ID_CUST,"aaaaaaa", strlen("aaaaaaa")); printf("elianStart ret=%d\n", ret); elianStart(handle); getchar(); elia

About Android MTK camera L version, after switching the screen scale, the resolution changes, but the original resolution is no longer valid after re-entering the camera.

()) {Setresultsettingvalue (type,Resultvalue,Overridevalue,true);}if (Mconditionkey.equals (settingconstants.key_picture_ratio)) {//Add the following code listpreferencepref =null; pref =mresultsetting.getlistpreference (); Sharedpreferences.editoreditor =Pref.getsharedpreferences (settingconstants.key_picture_size).edit (); Editor.putstring (settingconstants.Key_picture_size,resultvalue); Editor.apply ();//Add as above code return;}record record = mresultsetting. new Record ( resultvalue,

MTK Android Settings "about the phone" Information parameter modification

= "@string/build_number"android:summary= "@string/device_info_default"/> Explanation: The above title part is the title name displayed in mid, and key is the content of the title, next to the Java file to find the corresponding key build_number; 5, the current directory packages/apps/settings/src/, the implementation of Grep-rn "Build_number"./Find the following information ./com/android/settings/deviceinfosettings.java:57: private static final String Key_build_number = "Build_number";

MTK Android Driver:camera

MTK Android Driver:camera1. Relevant code location:Mediatek\config\xxxx (red Word for specific project name)Files: projectconfig.mkCustom_kernel_imgsensor = ... Gc2235_rawCustom_kernel_main_imgsensor = ... Gc2235_rawCustom_hal_imgsensor = ... Gc2235_rawCustom_hal_main_imgsensor = ... Gc2235_rawKernel\mediatek\custom\common\hal\imgsensor\gc2235_rawMediatek\custom\common\kernel\imgsensor\srcFiles: kd_sensorlist.hAdd Content:UINT32 gc2235sensorinit (psen

MTK Platform Troubleshooting Android M configuration Interrupt related issues

//addRET =Platform_device_register (dtveint_platform_device);if (ret) {PRINTK ("Eintdebug platform_device_register fail\n");return ret;}#endif//...Thank you!2. Using Spi_device driver call Devm_pinctrl_get (spi->dev), error, repeated restart, error"Log see repeatedly restart. Log" Dear Customer:Hello!You this Cust_eint.dtsi file is running DCT under windowTool generation, this is just a reference. What we are really using is compiled generated Cust.dtsi. So if you want to check, you can check th

mtk-Settings-Choose a date format

Some features of android.preference.ListPreferenceThe name or key of the Android:key optionTitle of the Android:title optionShort summary of android:summary optionsAndroid:entries the list item text to which the option can be setAndroid:entryvalues define keys or values for each list itemAndroid:dialogtitle The title of the dialog boxAndroid:defaultvalue default values for options in item listFirst step: Write Layout Xmlns:android= "Http://schemas.android.com/apk/res/android"android:key= "Flight

Diff APN betwin qcom and MTK Platform

Diff APN betwin qcom and MTK PlatformChoose Settings> network> access point to view the following interface. You can see the content contained in the APN. This is incomplete. If you want to view the details of an APN, you can try it first. How can these APN values come from, for more information, see http://blog.csdn.net/ceko_wu/article/details/7792442. First, let's take a look at the function for creating the database table that saves the APN. column

MTK compilation process

MTK compilation process Comp. Mak completes module compilation connection and generates Bin Editor of gsm2.mak to complete clean, remake, new, etc. Xxx_upls.mak is a private configuration of the customer. Different configuration files are set based on the customer's different requirements. Option. basic configuration and macro definition file in the Mak Project Verno_xxx.bld File Custom. BLD should ensure that the same configuration should be written

MTK Android Driver: PMIC, mtkpmic

MTK Android Driver: PMIC, mtkpmic 1. Basic Concepts PMIC: Power Management IC Related interface code: U32 pmic_config_interface (U32 RegNum, U32 val, U32 MASK, U32 SHIFT) Preload: alps \ mediatek \ platform \ mt6582 \ preloader \ src \ drivers \ pmic_6323.c Lk: alps \ mediatek \ platform \ mt6582 \ lk \ mt_pmic.c Kernel: alps \ mediatek \ platform \ mt6582 \ kernel \ drivers \ power \ pmic_mt6323.c Low dropout regulator is a low dropout regulator, wh

MTK Base Station Information Data

. //////////////////////////////////////// //////////////////////////////////////// //////////////////////////////////////// //////////////////////////////////////// //////////////////////////////////////// /// Mod_as to mod_as_2 {# Ifdef _ mtk_target __Myqueue message = {0 };Mmi_em_start_req_struct * em_start_req; G_cell_info_funcb = fun; Message. oslmsgid = msg_id_mmi_em_start_req;Em_start_req = oslconstructdataptr (sizeof (mmi_em_start_req_struct ));Em_start_req-> mod_id = mod_as;Em_start_r

Total Pages: 15 1 .... 5 6 7 8 9 .... 15 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.