[Intel-gfx] [PATCH] drm/i915/perf: Describe structure members in documentation

2019-10-22 Thread Anna Karas
Add missing descriptions of i915_perf_stream structure members to documentation. Cc: Umesh Nerlige Ramappa Cc: Lionel Landwerlin Cc: Robert Bragg Signed-off-by: Anna Karas --- drivers/gpu/drm/i915/i915_perf_types.h | 31 +- 1 file changed, 30 insertions(+), 1 deletion

[Intel-gfx] [PATCH] doc: Update header files names

2019-10-22 Thread Anna Karas
Update header files containing i915_perf_stream, i915_perf_stream_ops and i915_oa_ops definitions since they have been moved from i915_drv.h to i915_perf_types.h. Cc: Robert Bragg Cc: Lionel Landwerlin Signed-off-by: Anna Karas --- Documentation/gpu/i915.rst | 6 +++--- 1 file changed, 3

[Intel-gfx] [PATCH] drm/i915: Describe structure member in documentation

2019-10-08 Thread Anna Karas
Add description of wakeref member of intel_shared_dpll structure to documentation. Cc: Lucas De Marchi Cc: Vivek Kasireddy Signed-off-by: Anna Karas --- drivers/gpu/drm/i915/display/intel_dpll_mgr.h | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/i915/display

Re: [Intel-gfx] [PATCH 3/3] drm/i915/huc: improve documentation

2019-10-07 Thread Anna Karas
off-by: Daniele Ceraolo Spurio > Cc: Michal Wajdeczko Acked-by: Anna Karas Anna Karas ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

[Intel-gfx] [PATCH] drm/i915: Describe structure members in documentation

2019-10-01 Thread Anna Karas
Add missing descriptions of i915_perf_stream structure members to documentation. Cc: Umesh Nerlige Ramappa Cc: Lionel Landwerlin Cc: Robert Bragg Signed-off-by: Anna Karas --- drivers/gpu/drm/i915/i915_drv.h | 29 + 1 file changed, 29 insertions(+) diff --git

[Intel-gfx] [PATCH] doc: Update references to previously renamed files

2019-09-27 Thread Anna Karas
Update references to reservation.c and reservation.h since these files have been renamed to dma-resv.c and dma-resv.h respectively. Cc: Christian König Link: https://patchwork.freedesktop.org/patch/323401/?series=65037=1 Signed-off-by: Anna Karas --- Documentation/driver-api/dma-buf.rst | 6

[Intel-gfx] [PATCH] drm/i915: Update references to previously renamed files

2019-09-26 Thread Anna Karas
Update references to reservation.c and reservation.h since these files have been renamed to dma-resv.c and dma-resv.h respectively. Cc: Christian König Link: https://patchwork.freedesktop.org/patch/323401/?series=65037=1 Signed-off-by: Anna Karas --- Documentation/driver-api/dma-buf.rst | 6

[Intel-gfx] [PATCH] drm/i915/tgl: Fix doc not corresponding to code

2019-09-26 Thread Anna Karas
Replace PLLs names used in documentation to that used in the code. Cc: Vandita Kulkarni Fixes: commit d0570414f3d1 ("drm/i915/tgl: Add new pll ids") Signed-off-by: Anna Karas --- drivers/gpu/drm/i915/display/intel_dpll_mgr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[Intel-gfx] [PATCH] drm/i915/perf: Fix use of kernel-doc format in structure members

2019-09-26 Thread Anna Karas
Insert structure members names into their descriptions to follow kernel-doc format. Cc: Chris Wilson Signed-off-by: Anna Karas --- drivers/gpu/drm/i915/i915_drv.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu

[Intel-gfx] [PATCH] drm/i915: Delete references to non-existing file

2019-09-23 Thread Anna Karas
Delete references to non-existing i915_gem_batch_pool.c file. Cc: Jani Nikula Cc: Chris Wilson Fixes: commit 8675a608a6fe ("drm/i915: Kill the undead i915_gem_batch_pool.c") Signed-off-by: Anna Karas --- Documentation/gpu/i915.rst | 9 - 1 file changed, 9 deletions(-)

[Intel-gfx] [PATCH] drm/i915: Describe structure member in documentation

2019-09-23 Thread Anna Karas
Add description of wakeref member of intel_shared_dpll structure to documentation. Cc: Lucas De Marchi Cc: Vivek Kasireddy Signed-off-by: Anna Karas --- drivers/gpu/drm/i915/display/intel_dpll_mgr.h | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/i915/display

[Intel-gfx] [PATCH] drm/i915/tgl: Fix doc not corresponding to code

2019-09-23 Thread Anna Karas
Replace PPLs names used in documentation to that used in the code. Cc: Vandita Kulkarni Fixes: commit d0570414f3d1 ("drm/i915/tgl: Add new pll ids") Signed-off-by: Anna Karas --- drivers/gpu/drm/i915/display/intel_dpll_mgr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[Intel-gfx] [PATCH] drm/i915/perf: Fix use of kernel-doc format in structure members.

2019-09-20 Thread Anna Karas
Insert structure members names into their descriptions to follow kernel-doc format. Reviewed-by: Chris Wilson Signed-off-by: Anna Karas --- drivers/gpu/drm/i915/i915_drv.h | 26 ++ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/i915

[Intel-gfx] [PATCH] Docs: fix incorrect use of kernel-doc format in structure description.

2019-09-19 Thread Anna Karas
Insert structure members names into their descriptions to follow kernel-doc format Signed-off-by: Anna Karas --- drivers/gpu/drm/i915/i915_drv.h | 26 ++ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm