intel: Finish off the last scraps of bacon

The bacon is long past its expiration date and has got to go.
Composting it in the flower-beds was probably inadvisable.
So we shall throw it away.

(Originally, I imported libdrm_intel into i965, but to avoid symbol
conflicts, renamed drm_intel_* to drm_bacon_* as it was the same number
of letters and we needed an arbitrary name.  After slicing-and-dicing
away most of the fat, er, code, we renamed it to brw_bufmgr...except
for apparently this comment, which then got replicated to both iris
and crocus.  Originally it served to indicate what file contained these
functions, but bufmgr.h having prototypes for bufmgr.c is obvious, so
just delete the silly comment.  No bacon for you!)

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Sagar Ghuge <sagar.ghuge@intel.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12985>
This commit is contained in:
Kenneth Graunke 2021-09-22 21:47:19 -07:00 committed by Marge Bot
parent b7bfba5983
commit 641a12aa29
3 changed files with 0 additions and 3 deletions

View File

@ -302,7 +302,6 @@ int crocus_bo_busy(struct crocus_bo *bo);
*/
int crocus_bo_madvise(struct crocus_bo *bo, int madv);
/* drm_bacon_bufmgr_gem.c */
struct crocus_bufmgr *
crocus_bufmgr_get_for_fd(struct intel_device_info *devinfo, int fd,
bool bo_reuse);

View File

@ -402,7 +402,6 @@ bool iris_bo_busy(struct iris_bo *bo);
*/
int iris_bo_madvise(struct iris_bo *bo, int madv);
/* drm_bacon_bufmgr_gem.c */
struct iris_bufmgr *iris_bufmgr_get_for_fd(struct intel_device_info *devinfo,
int fd, bool bo_reuse);
int iris_bufmgr_get_fd(struct iris_bufmgr *bufmgr);

View File

@ -350,7 +350,6 @@ int brw_bo_busy(struct brw_bo *bo);
*/
int brw_bo_madvise(struct brw_bo *bo, int madv);
/* drm_bacon_bufmgr_gem.c */
struct brw_bufmgr *brw_bufmgr_get_for_fd(struct intel_device_info *devinfo,
int fd, bool bo_reuse);