Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62f90b38 authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm/i915: Update missing kerneldoc



Not sure why so much slips through when 0day is catching these. Hopefully
the much faster sphinx toolchain helps in unlazying people.

Acked-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarDaniel Vetter <daniel.vetter@ffwll.ch>
Link: http://patchwork.freedesktop.org/patch/msgid/1468612088-9721-10-git-send-email-daniel.vetter@ffwll.ch
parent 6e5248b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -916,7 +916,7 @@ fast_user_write(struct io_mapping *mapping,
/**
 * This is the fast pwrite path, where we copy the data directly from the
 * user into the GTT, uncached.
 * @dev: drm device pointer
 * @i915: i915 device private data
 * @obj: i915 gem object
 * @args: pwrite arguments structure
 * @file: drm file pointer
+2 −1
Original line number Diff line number Diff line
@@ -97,6 +97,7 @@ static struct _balloon_info_ bl_info;

/**
 * intel_vgt_deballoon - deballoon reserved graphics address trunks
 * @dev_priv: i915 device private data
 *
 * This function is called to deallocate the ballooned-out graphic memory, when
 * driver is unloaded or when ballooning fails.
@@ -138,7 +139,7 @@ static int vgt_balloon_space(struct drm_mm *mm,

/**
 * intel_vgt_balloon - balloon out reserved graphics address trunks
 * @dev: drm device
 * @dev_priv: i915 device private data
 *
 * This function is called at the initialization stage, to balloon out the
 * graphic address space allocated to other vGPUs, by marking these spaces as
+2 −0
Original line number Diff line number Diff line
@@ -1075,6 +1075,8 @@ void intel_fbc_choose_crtc(struct drm_i915_private *dev_priv,
/**
 * intel_fbc_enable: tries to enable FBC on the CRTC
 * @crtc: the CRTC
 * @crtc_state: corresponding &drm_crtc_state for @crtc
 * @plane_state: corresponding &drm_plane_state for the primary plane of @crtc
 *
 * This function checks if the given CRTC was chosen for FBC, then enables it if
 * possible. Notice that it doesn't activate FBC. It is valid to call
+0 −1
Original line number Diff line number Diff line
@@ -525,7 +525,6 @@ void i915_hpd_poll_init_work(struct work_struct *work) {
/**
 * intel_hpd_poll_init - enables/disables polling for connectors with hpd
 * @dev_priv: i915 device instance
 * @enabled: Whether to enable or disable polling
 *
 * This function enables polling for all connectors, regardless of whether or
 * not they support hotplug detection. Under certain conditions HPD may not be