Skip to content

Commit

Permalink
vc_image: Correct the height to switch to tall mode
Browse files Browse the repository at this point in the history
vc_image/di_adv: Revise padding for di_adv context
See: https://www.raspberrypi.org/forums/viewtopic.php?f=43&t=178036

gpu_service: Add deinit call when service is finished with

arm_loader: Also create a simplefb if /soc/fb is absent
See: raspberrypi#771

arm_loader: Make cmdline creation safe without DT
  • Loading branch information
popcornmix committed Mar 21, 2017
1 parent 3845593 commit 2ef9cb6
Show file tree
Hide file tree
Showing 30 changed files with 4 additions and 0 deletions.
Binary file modified boot/fixup.dat
Binary file not shown.
Binary file modified boot/fixup_cd.dat
Binary file not shown.
Binary file modified boot/fixup_db.dat
Binary file not shown.
Binary file modified boot/fixup_x.dat
Binary file not shown.
Binary file modified boot/start.elf
Binary file not shown.
Binary file modified boot/start_cd.elf
Binary file not shown.
Binary file modified boot/start_db.elf
Binary file not shown.
Binary file modified boot/start_x.elf
Binary file not shown.
Binary file modified hardfp/opt/vc/bin/vcdbg
Binary file not shown.
2 changes: 2 additions & 0 deletions hardfp/opt/vc/include/interface/vmcs_host/vc_vchi_gpuserv.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ struct gpu_job_s {

VCHPRE_ int32_t VCHPOST_ vc_gpuserv_init(void);

VCHPRE_ void VCHPOST_ vc_gpuserv_deinit(void);

VCHPRE_ int32_t VCHPOST_ vc_gpuserv_execute_code(int num_jobs, struct gpu_job_s jobs[]);

#endif
Binary file modified hardfp/opt/vc/lib/libEGL_static.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libGLESv2_static.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libbcm_host.so
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libdebug_sym_static.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libkhrn_client.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libkhrn_static.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libvcfiled_check.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libvchostif.a
Binary file not shown.
Binary file modified hardfp/opt/vc/lib/libvcilcs.a
Binary file not shown.
Binary file modified opt/vc/bin/vcdbg
Binary file not shown.
2 changes: 2 additions & 0 deletions opt/vc/include/interface/vmcs_host/vc_vchi_gpuserv.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ struct gpu_job_s {

VCHPRE_ int32_t VCHPOST_ vc_gpuserv_init(void);

VCHPRE_ void VCHPOST_ vc_gpuserv_deinit(void);

VCHPRE_ int32_t VCHPOST_ vc_gpuserv_execute_code(int num_jobs, struct gpu_job_s jobs[]);

#endif
Binary file modified opt/vc/lib/libEGL_static.a
Binary file not shown.
Binary file modified opt/vc/lib/libGLESv2_static.a
Binary file not shown.
Binary file modified opt/vc/lib/libbcm_host.so
Binary file not shown.
Binary file modified opt/vc/lib/libdebug_sym_static.a
Binary file not shown.
Binary file modified opt/vc/lib/libkhrn_client.a
Binary file not shown.
Binary file modified opt/vc/lib/libkhrn_static.a
Binary file not shown.
Binary file modified opt/vc/lib/libvcfiled_check.a
Binary file not shown.
Binary file modified opt/vc/lib/libvchostif.a
Binary file not shown.
Binary file modified opt/vc/lib/libvcilcs.a
Binary file not shown.

0 comments on commit 2ef9cb6

Please sign in to comment.