[linux-yocto][linux-yocto v5.10/standard/ti-sdk-5.4/ti-j72xx][PATCH] drm/tidss: replace dev kzalloc with devm_drm_dev_alloc

2021-04-12 Thread Xulin Sun
devm_drm_dev_alloc() has integrated the device initialization and allocated device structure, using the function devm_drm_dev_alloc() will be simple and to avoid below call trace: Unable to handle kernel paging request at virtual address fc080776f285 Mem abort info: ESR = 0x9621 EC = 0

Re: [linux-yocto][linux-yocto v5.10/standard/ti-sdk-5.4/ti-j72xx][PATCH] drm/tidss: replace dev kzalloc with devm_drm_dev_alloc

2021-04-13 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v5.10/standard/ti-sdk-5.4/ti-j72xx][PATCH] drm/tidss: replace dev kzalloc with devm_drm_dev_alloc on 13/04/2021 Xulin Sun wrote: > devm_drm_dev_alloc() has integrated the device initialization and > allocated device structure, usi