Home
last modified time | relevance | path

Searched refs:pile (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/
H A DTODO93 18. There's a pile of sink handling code, both for DP and HDMI where I didn't
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c199 static int i40e_get_lump(struct i40e_pf *pf, struct i40e_lump_tracking *pile, in i40e_get_lump() argument
205 if (!pile || needed == 0 || id >= I40E_PILE_VALID_BIT) { in i40e_get_lump()
208 pile ? "<valid>" : "<null>", needed, id); in i40e_get_lump()
215 if (pile == pf->qp_pile && pf->vsi[id]->type == I40E_VSI_FDIR) { in i40e_get_lump()
216 if (pile->list[pile->num_entries - 1] & I40E_PILE_VALID_BIT) { in i40e_get_lump()
219 pile->num_entries - 1); in i40e_get_lump()
222 pile->list[pile->num_entries - 1] = id | I40E_PILE_VALID_BIT; in i40e_get_lump()
223 return pile->num_entries - 1; in i40e_get_lump()
227 while (i < pile->num_entries) { in i40e_get_lump()
229 if (pile->list[i] & I40E_PILE_VALID_BIT) { in i40e_get_lump()
[all …]
H A Di40e_virtchnl_pf.c2621 struct i40e_lump_tracking *pile; in i40e_check_enough_queue() local
2632 pile = pf->qp_pile; in i40e_check_enough_queue()
2640 i < pile->num_entries; i++) { in i40e_check_enough_queue()
2641 if (pile->list[i] & I40E_PILE_VALID_BIT) in i40e_check_enough_queue()
2651 for (i = 0; i < pile->num_entries; i++) { in i40e_check_enough_queue()
2652 if (pile->list[i] & I40E_PILE_VALID_BIT) { in i40e_check_enough_queue()
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dintel_th.rst96 # .. wait for traces to pile up ..
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Ddrm-kms-helpers.rst25 * There's a big pile of helpers for handling outputs. First the generic bridge
H A Ddrm-kms.rst265 - An atomic update is assembled and validated as an entirely free-standing pile
H A Dtodo.rst102 now, but there's still a pile of existing drivers that easily could be
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/gpio/
H A Dgpio.txt256 Each offset runs from 0 to N. It is perfectly fine to pile any number of
/OK3568_Linux_fs/kernel/Documentation/doc-guide/
H A Dcontributing.rst255 managed to turn a big pile into a group of smaller piles. The work of
/OK3568_Linux_fs/kernel/Documentation/process/
H A D2.Process.rst101 worse; the pile of changes waiting for the next merge window will grow
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190727.patch.gz1# ncurses 6.1 - patch 20190727 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/external/xserver/debian/
H A Dchangelog2767 (closes: #440743 and its pile of duplicates)
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A Dpre-generated-old-configure.patch536 +# Strip out --no-create and --no-recursion so they do not pile up.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog39875 Adam removed a pile of windows code, including this file.
52214 pile of warnings. Fix this by replacing all of the CARD* types with
86370 The pile of spaghettis that is the xfree86 include dependencies make it
139396 This involved removing a pile of matrix code from the DDX,
178048 Big old pile of warning fixes.
187165 Unbreak the AGP DRI case. That was quite a pile of broken code.