Re: [PATCH v3 5/5] x86: video: Show information about each video device

2020-09-22 Thread Bin Meng
On Wed, Sep 23, 2020 at 11:16 AM Simon Glass wrote: > > At present the 'bdinfo' command shows the framebuffer address, but not the > address of the copy framebuffer, if present. Add support for this. > > Signed-off-by: Simon Glass > Reviewed-by: Bin Meng > --- > > Changes in v3: > - Update heade

[PATCH v3 5/5] x86: video: Show information about each video device

2020-09-22 Thread Simon Glass
At present the 'bdinfo' command shows the framebuffer address, but not the address of the copy framebuffer, if present. Add support for this. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v3: - Update header file to avoid build error with !DM_VIDEO cmd/bdinfo.c| 26 +