On Mon, Oct 4, 2010 at 1:08 AM, Keith Packard <kei...@keithp.com> wrote:
> From: Adam Jackson <a...@redhat.com>
> ...
> +++ b/src/intel_driver.c
> @@ -107,6 +107,7 @@ typedef enum {
>    OPTION_DEBUG_FLUSH_BATCHES,
>    OPTION_DEBUG_FLUSH_CACHES,
>    OPTION_DEBUG_WAIT,
> +   OPTION_HOTPLUG,
>  } I830Opts;
>
>  static OptionInfoRec I830Options[] = {
> @@ -125,6 +126,7 @@ static OptionInfoRec I830Options[] = {
>    {OPTION_DEBUG_FLUSH_BATCHES, "DebugFlushBatches", OPTV_BOOLEAN, {0}, 
> FALSE},
>    {OPTION_DEBUG_FLUSH_CACHES, "DebugFlushCaches", OPTV_BOOLEAN, {0}, FALSE},
>    {OPTION_DEBUG_WAIT, "DebugWait", OPTV_BOOLEAN, {0}, FALSE},
> +   {OPTION_HOTPLUG,    "HotPlug",      OPTV_BOOLEAN,   {0},    TRUE},
>    {-1,                        NULL,           OPTV_NONE,      {0},    FALSE}
>  };
>  /* *INDENT-ON* */

The HotPlug option should also be added to the intel man page, right?

Geir Ove
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to