drm: add driver->set_busid() callback
[deliverable/linux.git] / drivers / gpu / drm / tilcdc / tilcdc_drv.c
index 6be623b4a86fda98867ee08f1c68428b2cb35687..aea4b76639345cd80eee23fce80a602ce5e39795 100644 (file)
@@ -502,6 +502,7 @@ static struct drm_driver tilcdc_driver = {
        .unload             = tilcdc_unload,
        .preclose           = tilcdc_preclose,
        .lastclose          = tilcdc_lastclose,
+       .set_busid          = drm_platform_set_busid,
        .irq_handler        = tilcdc_irq,
        .irq_preinstall     = tilcdc_irq_preinstall,
        .irq_postinstall    = tilcdc_irq_postinstall,
This page took 0.036994 seconds and 5 git commands to generate.