diff for duplicates of <5108C55C.30104@nvidia.com> diff --git a/a/1.txt b/N1/1.txt index e27a760..8bad893 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -13,7 +13,7 @@ Well, it's supposed to be abstract. From the CDF point of view it could be anything besides a panel. I know this makes it an output of an output, but I can't think of anything better right now. ->> + if (entity->dev && entity->dev->of_node = pnode) { +>> + if (entity->dev && entity->dev->of_node == pnode) { >> + dev_dbg(output->dev, "connecting panel\n"); >> + output->output = display_entity_get(entity); >> + display_entity_connect(&output->this, output->output); @@ -57,7 +57,7 @@ Yes, that's absolutely right. > Set "display_notifier.dev" to NULL makes we have to compare with every > display entity, just like what you do in "display_notify_callback": > -> entity->dev && entity->dev->of_node = pnode +> entity->dev && entity->dev->of_node == pnode > > So can we get the "struct device *" of panel here? Seems currently the > "of" framework doesn't allow "device_node -> device". diff --git a/a/content_digest b/N1/content_digest index 4244484..07574c1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,7 +3,7 @@ "ref\05108C298.1000500@gmail.com\0" "From\0Alex Courbot <acourbot@nvidia.com>\0" "Subject\0Re: [RFC 3/4] drm: tegra: use the Common Display Framework\0" - "Date\0Wed, 30 Jan 2013 07:01:48 +0000\0" + "Date\0Wed, 30 Jan 2013 16:01:48 +0900\0" "To\0Mark Zhang <nvmarkzhang@gmail.com>\0" "Cc\0Laurent Pinchart <laurent.pinchart@ideasonboard.com>" Thierry Reding <thierry.reding@avionic-design.de> @@ -30,7 +30,7 @@ "be anything besides a panel. I know this makes it an output of an \n" "output, but I can't think of anything better right now.\n" "\n" - ">> +\t\tif (entity->dev && entity->dev->of_node = pnode) {\n" + ">> +\t\tif (entity->dev && entity->dev->of_node == pnode) {\n" ">> +\t\t\tdev_dbg(output->dev, \"connecting panel\\n\");\n" ">> +\t\t\toutput->output = display_entity_get(entity);\n" ">> +\t\t\tdisplay_entity_connect(&output->this, output->output);\n" @@ -74,7 +74,7 @@ "> Set \"display_notifier.dev\" to NULL makes we have to compare with every\n" "> display entity, just like what you do in \"display_notify_callback\":\n" ">\n" - "> entity->dev && entity->dev->of_node = pnode\n" + "> entity->dev && entity->dev->of_node == pnode\n" ">\n" "> So can we get the \"struct device *\" of panel here? Seems currently the\n" "> \"of\" framework doesn't allow \"device_node -> device\".\n" @@ -87,4 +87,4 @@ "Thanks,\n" Alex. -b8befd6bfff9e22f960e0050409ad062a0d83d8b31c3241236f1b84809ed1eeb +bf01567b8ec25b919f9bc73763efbfe42b8b842598f1cc59e221b7340c152318
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.