search for: vbt

Displaying 20 results from an estimated 20 matches for "vbt".

Did you mean: vbd
2017 Sep 13
0
[PATCH 03/10] driver:gpu: return -ENOMEM on allocation failure.
...0/mid_bios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/mid_bios.c b/drivers/gpu/drm/gma500/mid_bios.c index d75ecb3..1fa1633 100644 --- a/drivers/gpu/drm/gma500/mid_bios.c +++ b/drivers/gpu/drm/gma500/mid_bios.c @@ -237,7 +237,7 @@ static int mid_get_vbt_data_r10(struct drm_psb_private *dev_priv, u32 addr) gct = kmalloc(sizeof(*gct) * vbt.panel_count, GFP_KERNEL); if (!gct) - return -1; + return -ENOMEM; gct_virtual = ioremap(addr + sizeof(vbt), sizeof(*gct) * vbt.panel_count); -- 2.7.4
2017 Sep 13
17
[PATCH 01/10] arch:powerpc: return -ENOMEM on failed allocation
Signed-off-by: Allen Pais <allen.lkml at gmail.com> --- arch/powerpc/platforms/cell/spider-pci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/platforms/cell/spider-pci.c b/arch/powerpc/platforms/cell/spider-pci.c index d1e61e2..82aa3f7 100644 --- a/arch/powerpc/platforms/cell/spider-pci.c +++ b/arch/powerpc/platforms/cell/spider-pci.c @@ -106,7 +106,7
2010 Mar 06
1
Possible to use array of spline functions for storing data?
Dear listeRs; I am hoping to provide myself the ability to interpolate mortality estimates within intervals for a range of conditions and ages. I have four mortality tables derived from the Society of Actuaries 2001 VBT tables that contains interval mortality rates by starting age and year of duration. I would like to flexibly interpolate using a large set (~4MM) of ages and conditions as input to small number (~300) of functions, but my toy implementations puzzle me when I examine them, and I cannot see...
2020 Mar 06
1
[PATCH 05/22] drm/gma500: Use simple encoder
...vds_enc_destroy(struct drm_encoder *encoder) > -{ > - drm_encoder_cleanup(encoder); > -} > - > -static const struct drm_encoder_funcs cdv_intel_lvds_enc_funcs = { > - .destroy = cdv_intel_lvds_enc_destroy, > -}; > - > /* > * Enumerate the child dev array parsed from VBT to check whether > * the LVDS is present. > @@ -616,10 +608,7 @@ void cdv_intel_lvds_init(struct drm_device *dev, > &cdv_intel_lvds_connector_funcs, > DRM_MODE_CONNECTOR_LVDS); > > - drm_encoder_init(dev, encoder, > - &cdv_intel_lvds_enc_funcs, >...
2009 Feb 24
2
[ANNOUNCE] xf86-video-intel 2.6.2
...or BOs ready for rendering for pixmaps. Don't do AdjustFrame in KMS mode. Fix distcheck from drmmode_display.h deletion. Bump version to 2.6.2 for release. Helge Bahmann (1): Move disable_render_standby to EnterVT instead of startup. Jesse Barnes (2): Fixup bogus VBT modes when detected Support tiled back/depth on 915-class hardware with DRI2. Keith Packard (3): Make i830_allocate_memory take tiling parameters. Resize framebuffer on screen size change (requires UXA and DRI2) Assign rotation memory dri_bo to rotation pixmap. Kristian H?...
2020 Mar 05
0
[PATCH 05/22] drm/gma500: Use simple encoder
...tel_lvds_destroy, }; - -static void cdv_intel_lvds_enc_destroy(struct drm_encoder *encoder) -{ - drm_encoder_cleanup(encoder); -} - -static const struct drm_encoder_funcs cdv_intel_lvds_enc_funcs = { - .destroy = cdv_intel_lvds_enc_destroy, -}; - /* * Enumerate the child dev array parsed from VBT to check whether * the LVDS is present. @@ -616,10 +608,7 @@ void cdv_intel_lvds_init(struct drm_device *dev, &cdv_intel_lvds_connector_funcs, DRM_MODE_CONNECTOR_LVDS); - drm_encoder_init(dev, encoder, - &cdv_intel_lvds_enc_funcs, - DRM_MODE_ENCODER_LVDS, NULL); - +...
2016 Dec 02
1
[ANNOUNCE] intel-gpu-tools 1.17
...IVER_ANY Revert "lib: use the local intel_aub.h file" lib: Pass tiling constant where that's expected lib: Pass I915_TILING_Y to the kernel if Yf or Ys lib: Pass I915_TILING_NONE if Yf or Ys Ville Syrjälä (7): tools/intel_bios_reader: Dump PSR block from VBT tests: Use bash for debugfs_wedged and drm_lib.sh tests: Leave basic breadcrumbs in dmesg for shell script based tests tests/vgem_reload_basic: Leave breadcrumbs in dmesg tests/tools_test: Fix it up for intel_reg tools/intel_reg: Return SUCCESS after a succesful dump...
2013 Jun 14
14
Issues with Intel HD graphics 4000
Hey, Are there any known issues with the Intel''s integrated HD graphics 4000? I just bought a new laptop and have tried everything I can think of to get Xen to load. After choosing Xen in GRUB, it just boots to a black screen. There is no error message , no dmesg output, nothing. I have no idea what is causing this problem. I''ve gotten Xen to install with no problems on another
2018 Mar 09
0
[ANNOUNCE] intel-gpu-tools 1.22
...t;cork" BO into lib from various tests. (Daniele Ceraolo Spurio) - Added support for looping over physical i915 engines, as opposed to uABI engines that can alias. (Chris Wilson) - Added an accelerated method for reading from WC buffers. (Chris Wilson) Tools changes: - Improved intel_vbt_decode output, updated the data from current kernel. (Jani Nikula) - intel_reg can now read/write registers using a given engine. (Mika Kuoppala) - Aubdump can now simulate enhanced execlist submission, for gen11+. (Scott D Phillips) And many other bug fixes, improvements, cleanups and...
2015 Sep 11
0
[ANNOUNCE] intel-gpu-tools 1.12
...er: Add CHV support tools/intel_display_poller: Try to fix pipe<->plane handling on gen2/3 tools/intel_display_poller: Make pipe name alphabetic tools/intel_display_poller: Align DSPSURF to 128k to appease gen4/vlv/chv intel_bios_reader: Read the child device size from VBT intel_bios_reader: Don't explode looking for the devid tools/intel_bios_reader: Print the child dev handle tools/intel_bios_reader: Decode the device type bits tools/intel_bios_reader: Add MIPI device type git tag: intel-gpu-tools-1.12 http://xorg.freedesktop.org/archi...
2016 Mar 01
0
[ANNOUNCE] intel-gpu-tools 1.14
...mping intel_bios_reader: improve element dumpers intel_bios_reader: add dumping of i2c element in mipi sequence intel_bios_reader: pass bdb pointer around instead of having as global intel_bios_reader: fix size handling for 32-bit block size intel_bios_reader: make the VBT pointers more const intel_bios_reader: port find_panel_sequence_block from kernel intel_bios_reader: port the sequence block parsing from kernel intel_bios_reader: dump MIPI sequence block v3 Jesse Barnes (1): lib/igt_kms, tests/testdisplay: allow probing of new connector m...
2010 May 31
14
Running Xen 4.0.0-rc8 with Linux 2.6.32.10 paravirt_ops dom0
Config from here http://lists.xensource.com/archives/html/xen-users/2010-03/msg00878.html work and my PC boot until switch in GUI mode. When start X display off and no signal, but server working and receive ssh connection. How can I make GUI work ? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2017 Mar 13
1
[ANNOUNCE] intel-gpu-tools 1.18
...nselvan de Oliveira) - Added helpers for sysfs hotplug events. (Lyude) - Added support for hotplug testing with the Chamelium device (Lyude) Tools changes: - intel_dp_compliance: New tool for running automated DisplayPort compliance tests. (Manasi Navare) - Renamed intel_bios_reader to intel_vbt_decode. (Jani Nikula) - intel_gvtg_test: New tool for setting up GVT-g guests based on KVMGT. (Terrence Xu) Test changes: - Multiple new tests. And many other bug fixes and improvements. And the full changelog follows: Ander Conselvan de Oliveira (4): lib/i915_pciids.h: Update to la...
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...Daniel Vetter (4): lib: Ditch "DRIVER_* for kms tests" cargo cult tests/kms_fbcon_fbt: Check for psr before keeling over tests/kms_fbcon_fbt: User interactive debug helper tests/kms_fbcon_fbt: Drop master before restoring fbcon Dhinakaran Pandiyan (3): tools/vbt_decode: Fix VBT parsing for the PSR section tools/vbt_decode: Print PSR2 training pattern duration tests/fb/tgl: Yf tiling does not exist on gen-12 Dingchen Zhang (3): lib/igt_fb: add functionality of getting framebuffer 16-bit CRC. lib/igt_debugfs: add DPRX pipe crc source...
2016 May 31
0
[ANNOUNCE] intel-gpu-tools 1.15
...on tools/intel_bios_reader: add --all-panels option to dump all panels tools/intel_bios_reader: free the block returned by find_section man: update intel_bios_reader man page tools/intel_bios_reader: abstract header information dumping tools/intel_bios_reader: clean up VBT/BDB header dumping tools/intel_bios_reader: print errors to stderr, return EXIT_FAILURE lib/igt_kms: move gtk-doc comments next to the definition Lionel Landwerlin (7): lib: kms: add crtc_id to igt_pipe_t lib: kms: add helpers for color management properties on pipes...
2010 Jun 21
0
Bug#586670: xen-hypervisor-3.4-i386: xserver does not work on i386 system in dom0, while works on amd64 system
...l(0): Integrated Graphics Chipset: Intel(R) G33 (--) intel(0): Chipset: "G33" (--) intel(0): Linear framebuffer at 0xD0000000 (--) intel(0): IO registers at addr 0xFE980000 size 524288 (WW) intel(0): libpciaccess reported 0 rom size, guessing 64kB (II) intel(0): No SDVO device is found in VBT (II) intel(0): 2 display pipes available. (II) Loading sub module "ddc" (II) LoadModule: "ddc" (II) Module "ddc" already built-in (II) Loading sub module "i2c" (II) LoadModule: "i2c" (II) Module "i2c" already built-in (II) intel(0): Output...
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without further functionality. It only provides the destroy callback to cleanup the encoder's state. Only few drivers implement more sophisticated encoders than that. Most drivers implement such a simple encoder and can use drm_simple_encoder_init() instead. The patchset converts drivers where the encoder's instance is embedded in
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without further functionality. It only provides the destroy callback to cleanup the encoder's state. Only few drivers implement more sophisticated encoders than that. Most drivers implement such a simple encoder and can use drm_simple_encoder_init() instead. The patchset converts drivers where the encoder's instance is embedded in
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...Bu_`Ef|dIXd$<Z~8xtMUgb zdildBT^sU8e9m4$Z-p;ZTvHh|N>C~EBH+{eM=&KW6td?kwK!q2a*BHd%j?2cs#_4N z(_iBYS?x!BBO=aHpdND3<RtVu%FO!IRhRifMrp`f6Bf%W%Pj3JFZYGR{xW~SAF0nR zj8F9o1#5kwh~F1>^r)*T7y9Tf9#GsZSX~>e!NR6>7_-}~#y3o?biGIf&QgE1FC?P| z24!X$V(psQy at PdOpNys?3`{VGBlQ8F7{3TDdZ(;z{rgKocVBtH8<Gn at y;#;D2J4NK zV_{ky2}{9c#F>ch!D>h#wZE^t4pUHXCQ}jwtan4%a0&)IB!uys-7E@)g61gP#eHK5 z{q{asFNPGj-xsLJEEXf{4YLyP_3)O%1k`5~M{_NT8$(0Q!MYISn_gUEMXl!3qJ*w> zH5CD=3PVEP+A4o}IK3nYny(_NEsm1 at z06(}VL~gA)dO?fq&PlR;u`{;3)QD4*2{~# z)<q)0nq+;l<};(XCgKaB!~S7DQ+u33C*{b(u3~eDLUmnc)SN=...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *