Displaying 16 results from an estimated 16 matches for "hbm".
Did you mean:
ham
2011 Nov 20
2
DIBEngine: GetDIBits and BitBlt
I am trying to run a Windows app on Mac using Wineskin. The app uses the functions GetDIBits and BitBlt for the purpose of capturing a snapshot of the screen.
The problem is that these functions seem to behave a little different with Wineskin than in Windows. For example:
HBITMAP hbm;
hbm = (HBITMAP) GetCurrentObject(bitmapDC, OBJ_BITMAP);
GetDIBits(bitmapDC, hbm, 0, 0, NULL, (LPBITMAPINFO) bitmapInfo, DIB_RGB_COLORS);
After I do the above, I get wrong info in bitmapInfo (bitcount 1 instead of 32, width 1 instead of 1366, height 1 instead of 768, compression BI_RGB instead of...
2023 Mar 16
0
[PATCH drm-next 00/14] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
...ugh.
On 2/6/23 15:48, Oded Gabbay wrote:
> On Thu, Jan 19, 2023 at 7:24 AM Matthew Brost <matthew.brost at intel.com> wrote:
>> Is this not an application issue? Millions of mappings seems a bit
>> absurd to me.
> If I look at the most extreme case for AI, assuming 256GB of HBM
> memory and page mapping of 2MB, we get to 128K of mappings. But that's
> really the extreme case imo. I assume most mappings will be much
> larger. In fact, in the most realistic scenario of large-scale
> training, a single user will probably map the entire HBM memory using
> 1...
2004 Feb 20
1
ocfs hung
...01)
Vote1 = (0x00000000)
[root@dc1node1 root]# debugocfs -p 0-1 /dev/sdd
publish0:
time = 2508321.2554391394
vote = No
dirty = No
vote_type = (0x00000000)
vote_map = 00000000000000000000000000000000
seq_num = 1205
dir_ent = 0
hbm = 20 0
publish1:
time = 2508321.2555065604
vote = No
dirty = No
vote_type = (0x00000000)
vote_map = 00000000000000000000000000000000
seq_num = 1204
dir_ent = 0
hbm = 0 20
[root@dc1node1 root]# debugocfs -l /dev/sdd | head -30
filelis...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...; 0x0000FFFF;
mf = MPT_INDEX_2_MFPTR(ioc, req_idx);
mpt_free_msg_frame(ioc, mf);
mb();
return;
- break;
}
mr = (MPT_FRAME_HDR *) CAST_U32_TO_PTR(pa);
break;
case MPI_CONTEXT_REPLY_TYPE_SCSI_TARGET:
cb_idx = mpt_get_cb_idx(MPTSTM_DRIVER);
diff --git a/drivers/misc/mei/hbm.c b/drivers/misc/mei/hbm.c
index a97eb5d47705..686e8b6a4c55 100644
--- a/drivers/misc/mei/hbm.c
+++ b/drivers/misc/mei/hbm.c
@@ -1375,11 +1375,10 @@ int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr)
dev->dev_state = MEI_DEV_POWER_DOWN;
dev_info(dev->dev, "hbm:...
2020 Oct 17
10
[RFC] treewide: cleanup unreachable breaks
...; 0x0000FFFF;
mf = MPT_INDEX_2_MFPTR(ioc, req_idx);
mpt_free_msg_frame(ioc, mf);
mb();
return;
- break;
}
mr = (MPT_FRAME_HDR *) CAST_U32_TO_PTR(pa);
break;
case MPI_CONTEXT_REPLY_TYPE_SCSI_TARGET:
cb_idx = mpt_get_cb_idx(MPTSTM_DRIVER);
diff --git a/drivers/misc/mei/hbm.c b/drivers/misc/mei/hbm.c
index a97eb5d47705..686e8b6a4c55 100644
--- a/drivers/misc/mei/hbm.c
+++ b/drivers/misc/mei/hbm.c
@@ -1375,11 +1375,10 @@ int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr)
dev->dev_state = MEI_DEV_POWER_DOWN;
dev_info(dev->dev, "hbm:...
2020 Oct 17
0
[RFC] treewide: cleanup unreachable breaks
...ECESSARY_BREAK: break is not useful after a goto or return
drivers/media/usb/ttusb-dec/ttusb_dec.c:1164: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return
drivers/message/fusion/mptbase.c:476: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return
drivers/misc/mei/hbm.c:1307: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return
drivers/mmc/host/atmel-mci.c:1919: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return
drivers/mtd/devices/ms02-nv.c:289: WARNING:UNNECESSARY_BREAK: break is not useful after a goto or return
drivers/mtd...
2020 Oct 17
1
[Cocci] [RFC] treewide: cleanup unreachable breaks
...os_encode_allocated_resource_data line 95
drivers/pnp/pnpbios/rsparser.c: function pnpbios_parse_compatible_ids line 48
drivers/pnp/pnpbios/rsparser.c: function pnpbios_parse_allocated_resource_data line 120
drivers/net/wireless/ath/ath6kl/testmode.c: function ath6kl_tm_cmd line 31
drivers/misc/mei/hbm.c: function mei_hbm_dispatch line 277
drivers/scsi/hptiop.c: function hptiop_finish_scsi_req line 45
drivers/pinctrl/samsung/pinctrl-s3c24xx.c: function s3c24xx_eint_get_trigger line 5
drivers/pinctrl/samsung/pinctrl-s3c24xx.c: function s3c24xx_eint_get_trigger line 8
drivers/pinctrl/samsung/pinctr...
2020 Oct 17
1
[Cocci] [RFC] treewide: cleanup unreachable breaks
...os_encode_allocated_resource_data line 95
drivers/pnp/pnpbios/rsparser.c: function pnpbios_parse_compatible_ids line 48
drivers/pnp/pnpbios/rsparser.c: function pnpbios_parse_allocated_resource_data line 120
drivers/net/wireless/ath/ath6kl/testmode.c: function ath6kl_tm_cmd line 31
drivers/misc/mei/hbm.c: function mei_hbm_dispatch line 277
drivers/scsi/hptiop.c: function hptiop_finish_scsi_req line 45
drivers/pinctrl/samsung/pinctrl-s3c24xx.c: function s3c24xx_eint_get_trigger line 5
drivers/pinctrl/samsung/pinctrl-s3c24xx.c: function s3c24xx_eint_get_trigger line 8
drivers/pinctrl/samsung/pinctr...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...4 +-
net/wireless/util.c | 4 +-
net/wireless/wext-compat.c | 4 +-
net/x25/x25_facilities.c | 2 +-
net/x25/x25_in.c | 2 +-
net/xfrm/xfrm_policy.c | 2 +-
samples/bpf/hbm.c | 2 +-
security/apparmor/domain.c | 2 +-
security/apparmor/lib.c | 4 +-
security/integrity/ima/ima_appraise.c | 4 +-
security/integrity/ima/ima_policy.c | 8 +-
security/integrity/ima/ima_template...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...4 +-
net/wireless/util.c | 4 +-
net/wireless/wext-compat.c | 4 +-
net/x25/x25_facilities.c | 2 +-
net/x25/x25_in.c | 2 +-
net/xfrm/xfrm_policy.c | 2 +-
samples/bpf/hbm.c | 2 +-
security/apparmor/domain.c | 2 +-
security/apparmor/lib.c | 4 +-
security/integrity/ima/ima_appraise.c | 4 +-
security/integrity/ima/ima_policy.c | 8 +-
security/integrity/ima/ima_template...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...4 +-
net/wireless/util.c | 4 +-
net/wireless/wext-compat.c | 4 +-
net/x25/x25_facilities.c | 2 +-
net/x25/x25_in.c | 2 +-
net/xfrm/xfrm_policy.c | 2 +-
samples/bpf/hbm.c | 2 +-
security/apparmor/domain.c | 2 +-
security/apparmor/lib.c | 4 +-
security/integrity/ima/ima_appraise.c | 4 +-
security/integrity/ima/ima_policy.c | 8 +-
security/integrity/ima/ima_template...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...4 +-
net/wireless/util.c | 4 +-
net/wireless/wext-compat.c | 4 +-
net/x25/x25_facilities.c | 2 +-
net/x25/x25_in.c | 2 +-
net/xfrm/xfrm_policy.c | 2 +-
samples/bpf/hbm.c | 2 +-
security/apparmor/domain.c | 2 +-
security/apparmor/lib.c | 4 +-
security/integrity/ima/ima_appraise.c | 4 +-
security/integrity/ima/ima_policy.c | 8 +-
security/integrity/ima/ima_template...
2020 Mar 11
0
[PATCH -next 000/491] treewide: use fallthrough;
...4 +-
net/wireless/util.c | 4 +-
net/wireless/wext-compat.c | 4 +-
net/x25/x25_facilities.c | 2 +-
net/x25/x25_in.c | 2 +-
net/xfrm/xfrm_policy.c | 2 +-
samples/bpf/hbm.c | 2 +-
security/apparmor/domain.c | 2 +-
security/apparmor/lib.c | 4 +-
security/integrity/ima/ima_appraise.c | 4 +-
security/integrity/ima/ima_policy.c | 8 +-
security/integrity/ima/ima_template...
2009 Feb 17
1
Wiki in other languages
Hi,
The other day I was looking for spanish version of CentOS Wiki, and
currently there this link at the bottom main page:
This wiki in Spanish.
And in the spanish main page http://wiki.centos.org/es
we have this link at the bottom
Esta wiki en otros idiomas: en | bn_IN | cs | de | fr | it | ja | kr |
nl | pt_BR | ro | ru
Is not better just use this last one on every frontpage ?
Maybe on
2009 Sep 25
1
Wiki ES-Translation Update: Expanding a LVM logical volume
Hi all
One user at centos-es mailing list, point that:
[1] "Expanding a LVM logical volume" translation to Spanish needs an
update: http://wiki.centos.org/es/TipsAndTricks/ExpandLV
Please, could you give me edit rights on that page to update it ?
My username is HardyBeltran, I'm an usual contributor to "Release Notes"
translation to Spanish.
Thanks for your help
[1]
2010 May 10
1
Common content for 'Release Notes'
Hi
Since some time ago, I have been contributing as Spanish translator of
"Release notes" (and some other wiki content).
The "Release notes" has some parts which are common for all translated
versions, by sample: 'sha1sum' , 'translations'
I sugest start to using the macro 'Include' for the next releases. I'm
not an MoinMoin expert but AFAIKU this