OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_edid
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/virtio/
virtgpu_vq.c
732
struct edid *new_edid, *
old_edid
;
local in function:virtio_gpu_cmd_get_edid_cb
742
old_edid
= output->edid;
746
kfree(
old_edid
);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link.c
683
static bool is_same_edid(struct dc_edid *
old_edid
, struct dc_edid *new_edid)
685
if (
old_edid
->length != new_edid->length)
691
return (memcmp(
old_edid
->raw_edid, new_edid->raw_edid, new_edid->length) == 0);
Completed in 15 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025