diff options
| author | Joonas Lahtinen <[email protected]> | 2016-11-10 15:36:34 +0200 |
|---|---|---|
| committer | Joonas Lahtinen <[email protected]> | 2016-11-14 14:30:34 +0200 |
| commit | d2ad3ae4ecf5825a57bb8b1adf4eca2e25adcf63 (patch) | |
| tree | 5ac0d6f35c8c31f0df941070f554643f8e1bc2e9 | |
| parent | 2b3c83176e908401f31e26a4c0ba71f6248b11c1 (diff) | |
drm/i915: Update i915_driver_load kerneldoc
Update i915_driver_load kerneldoc to match code.
Cc: Chris Wilson <[email protected]>
Signed-off-by: Joonas Lahtinen <[email protected]>
Reviewed-by: Chris Wilson <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
| -rw-r--r-- | drivers/gpu/drm/i915/i915_drv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 22a90b95158d..847794d387d6 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c @@ -1168,8 +1168,8 @@ static void i915_driver_unregister(struct drm_i915_private *dev_priv) /** * i915_driver_load - setup chip and create an initial config - * @dev: DRM device - * @flags: startup flags + * @pdev: PCI device + * @ent: matching PCI ID entry * * The driver load routine has to do several things: * - drive output discovery via intel_modeset_init() |