Re: [PATCH v2 1/2] drm: qxl: Open code probing sequence for qxl

2017-01-19 Thread Gabriel Krisman Bertazi
> Please group this declaration together with the other qxl debugfs > declarations. Thanks for the review. Just submitted a v3 that adds this modification. Please, take a look when you have the time. -- Gabriel Krisman Bertazi ___ dri-devel mailing l

Re: [PATCH v2 1/2] drm: qxl: Open code probing sequence for qxl

2017-01-18 Thread Gustavo Padovan
Hi Gabriel, 2017-01-17 Gabriel Krisman Bertazi : > This avoids using the deprecated drm_get_pci_dev() and load() hook > interfaces in the qxl driver. > > The only tricky part is to ensure TTM debugfs initialization happens > after the debugfs root node is created, which is done by moving that >